subdownloader encode error, unable to download subtitle
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SubDownloader |
Confirmed
|
Undecided
|
Unassigned | ||
subdownloader (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
When I try to download any subtitle with Subdownloader I've got this error :
Traceback (most recent call last):
File "/usr/share/
destinationPath = self.getDownloa
File "/usr/share/
downloadFul
File "/usr/lib/
return codecs.
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 14: ordinal not in range(128)
I looked for any parameters which could change the encoding but I didn't fin anything.
I do not have any problem to send subtitles.
My OS is Ubuntu Nattu Narwhal 64 bits.
tags: | added: encoding error natty subdownloader ubuntu unicodeencodeerror |
tags: | added: 64 bits |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
description: | updated |
Changed in subdownloader (Ubuntu): | |
status: | New → Confirmed |
not exactly the same, but:
version 2.0.14 on a file with non-ascii chars in its name.
Traceback (most recent call last): subdownloader/ gui/main. py", line 927, in onFolderTreeClicked SearchVideos( folder_ path) subdownloader/ gui/main. py", line 764, in SearchVideos found,subs_ found = FileScan. ScanFilesFolder s(path, recursively = True,report_ progress = self.progress) subdownloader/ FileManagement/ FileScan. py", line 43, in ScanFilesFolders path,recursivel y = True,report_ progress= report_ progress, progress_ end=progress_ end) subdownloader/ FileManagement/ FileScan. py", line 91, in ScanFolder progress( count,_ ("Parsing video: %s")% os.path. basename( filepath) .decode( sys.getfilesyst emencoding( ))) python2. 7/encodings/ utf_8.py" , line 16, in decode utf_8_decode( input, errors, True)
File "/usr/share/
self.
File "/usr/share/
videos_
File "/usr/share/
videos_found, subs_found = ScanFolder(
File "/usr/share/
report_
File "/usr/lib/
return codecs.
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe6' in position 20: ordinal not in range(128)