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
I've confirmed this only happens when the ä character is in the filename:
Traceback (most recent call last):
File "/path/to/.local/bin/dottorrent", line 8, in <module>
sys.exit(main())
File "/path/to/.local/lib/python3.5/site-packages/dtcli/cli.py", line 137, in main
t.generate(callback=progress_callback)
File "/path/to/.local/lib/python3.5/site-packages/dottorrent/__init__.py", line 301, in generate
for y in x[0].split(os.sep)[len(path_sp):]]
File "/path/to/.local/lib/python3.5/site-packages/dottorrent/__init__.py", line 301, in <listcomp>
for y in x[0].split(os.sep)[len(path_sp):]]
UnicodeEncodeError: 'utf-8' codec can't encode character '\udcc3' in position 11: surrogates not allowed
The text was updated successfully, but these errors were encountered:
Probably a duplicate of #3.
I've confirmed this only happens when the ä character is in the filename:
The text was updated successfully, but these errors were encountered: