migdus / Google-Reader-Takeout-Parser

A simple parser to extract information from Google Reader Takeout.
4 stars 0 forks source link

UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-5: ordinal not in range(128) #1

Open jinjiru opened 11 years ago

jinjiru commented 11 years ago

Hi! While trying to parse my Google reader Takeout I'm getting the following error: $ python parser.py Exception in Tkinter callback Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-tk/Tkinter.py", line 1410, in call File "parser.py", line 91, in plain_checked)) File "parser.py", line 149, in start_parsing csv_writer.writerow(row) UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-5: ordinal not in range(128)

I'm using MacOS X 10.8.4

Thanks!

migdus commented 10 years ago

Please add the following code at line 148 and send me the result:

print row

Thanks. Sorry for the late answer.