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
When running under python2.7 you crash when encountering a filename with a unicode symbol in it.
Exception in thread DownloadManager: | ETA: --:--:-- 0.00 B/s
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/dist-packages/putiosync/download_manager.py", line 224, in run
success = download.perform_download(self._token)
File "/usr/local/lib/python2.7/dist-packages/putiosync/download_manager.py", line 101, in perform_download
download_path = "{}.part".format(final_path)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u0301' in position 112: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
mihaerzen
added a commit
to mihaerzen/putio-sync
that referenced
this issue
Sep 1, 2017
When running under python2.7 you crash when encountering a filename with a unicode symbol in it.
The text was updated successfully, but these errors were encountered: