IgnoredAmbience / yahoo-group-archiver

Scrapes and archives a Yahoo groups email archives, photo galleries and file contents using the non-public API
MIT License
93 stars 46 forks source link

UnicodeDecodeError #123

Open nsputnik opened 4 years ago

nsputnik commented 4 years ago

I have downloaded a few groups with no problem, now I get this error:

Traceback (most recent call last):
  File "./yahoo.py", line 41, in <module>
    ('command-arguments', ' '.join(sys.argv))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 0: ordinal not in range(128)

Mac OS 10.11.6, Python 2.7.13 (default, Jan 23 2017, 14:10:40) [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.54)] on darwin

nsputnik commented 4 years ago

I figured it out. Some of my quotes turned curly since I was keeping strings in a text editor.