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
Thanks for the great work on this. I was trying to implement the same, but at the last step, after running the "python keep.py" it shows this message.
Keep#Studioबिम्ब.html
Traceback (most recent call last):
File "C:\Users\user\Downloads\Keep Html\google-keep-csv-master\keep.py", line 42, in
writer.writerow([file, note["date"], note["title"], note["content"]])
File "c:\users\user\appdata\local\programs\python\python39\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 12-16: character maps to
Although a CSV file is generated, it is entirely empty. Could you suggest a workaround? Thanks! :)
The text was updated successfully, but these errors were encountered:
Hey @jcontini ,
Thanks for the great work on this. I was trying to implement the same, but at the last step, after running the "python keep.py" it shows this message.
Keep#Studioबिम्ब.html
Traceback (most recent call last):
File "C:\Users\user\Downloads\Keep Html\google-keep-csv-master\keep.py", line 42, in
writer.writerow([file, note["date"], note["title"], note["content"]])
File "c:\users\user\appdata\local\programs\python\python39\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 12-16: character maps to
Although a CSV file is generated, it is entirely empty. Could you suggest a workaround? Thanks! :)
The text was updated successfully, but these errors were encountered: