Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chipweinberger opened this issue Oct 20, 2017 · 3 comments

Comments

@chipweinberger
Copy link

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])

@csu
Copy link
Owner

csu commented Oct 20, 2017

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.

@MagicFab
Copy link

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

@rachmadaniHaryono
Copy link
Collaborator

can you post the error @MagicFab ?

bmikolaj added a commit to bmikolaj/export-saved-reddit that referenced this issue Sep 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants