export-saved-reddit icon indicating copy to clipboard operation
export-saved-reddit copied to clipboard

UnicodeEncodeError: 'ascii' codec can't encode characters in position 119-120: ordinal not in range(128)

Open chipweinberger opened this issue 6 years ago • 3 comments

New errors =)

Traceback (most recent call last): File "export_saved.py", line 336, in main() File "export_saved.py", line 330, in main save_saved(reddit) File "export_saved.py", line 293, in save_saved process(reddit, seq, "export-saved", "Reddit - Saved") File "export_saved.py", line 275, in process write_csv(csv_rows, file_name + ".csv") File "export_saved.py", line 261, in write_csv if isinstance(r, str) else r for r in row])

chipweinberger avatar Oct 20 '17 07:10 chipweinberger

Yea, this has been a pain that I thought we had fixed on Python 2, but for now, if you use Python 3 instead, you shouldn't hit this.

csu avatar Oct 20 '17 08:10 csu

I get the same with Python 3 (3.7.3rc1) in Debian 10.

MagicFab avatar May 19 '19 14:05 MagicFab

can you post the error @MagicFab ?

rachmadaniHaryono avatar May 20 '19 03:05 rachmadaniHaryono