You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edsu@cloudshell:~$ twarc search obama --format csv --output out
Traceback (most recent call last):
File "/home/edsu/.local/bin/twarc", line 11, in <module>
sys.exit(main())
File "/home/edsu/.local/lib/python2.7/site-packages/twarc/command.py", line 250,
in main
csv_writer.writerow(get_row(thing))
File "/home/edsu/.local/lib/python2.7/site-packages/unicodecsv/py2.py", line 86,
in writerow
_stringify_list(row, self.encoding, self.encoding_errors))
File "/usr/lib/python2.7/codecs.py", line 706, in write
return self.writer.write(data)
File "/usr/lib/python2.7/codecs.py", line 369, in write
data, consumed = self.encode(object, self.errors)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 236: ordinal
not in range(128)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: