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
File names with Umlauts crash the torrent creation and therefore torrent feed generation.
Traceback (most recent call last):
File "<console>", line 2, in <module>
File "/opt/OwnTube/videoportal/models.py", line 190, in create_bittorrent
make_meta_file(str(self.originalFile.path),
UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 43: ordinal not in range(128)
Simple escape ü->ue ... should do the trick.
The text was updated successfully, but these errors were encountered:
File names with Umlauts crash the torrent creation and therefore torrent feed generation.
Simple escape ü->ue ... should do the trick.
The text was updated successfully, but these errors were encountered: