Bug 853713
| Summary: | [abrt] subdownloader-2.0.14-3.fc17: utf_8.py:16:decode:UnicodeEncodeError: 'ascii' codec can't encode character u'\xf1' in position 39: ordinal not in range(128) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ramón Mayo <barrymoabdib> | ||||
| Component: | subdownloader | Assignee: | Jan Klepek <jan.klepek> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 17 | CC: | jan.klepek | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | abrt_hash:15a0719c33aaefdfde8d0769a486823ab30f63a6 | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-11-28 11:42:03 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Created attachment 609049 [details]
File: core_backtrace
Hi, Can you please provide whole name of file? Does it contain "ñ" in file name? Yeah, it was a "ñ". "The Big Bang Theory S02E07 The Panty Pi[b]ñ[/b]ata Polarization.avi" subdownloader-2.0.18-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/subdownloader-2.0.18-1.fc17 subdownloader-2.0.18-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/subdownloader-2.0.18-1.fc18 Package subdownloader-2.0.18-1.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing subdownloader-2.0.18-1.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-18508/subdownloader-2.0.18-1.fc18 then log in and leave karma (feedback). subdownloader-2.0.18-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. subdownloader-2.0.18-1.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |
Version-Release number of selected component: subdownloader-2.0.14-3.fc17 Additional info: libreport version: 2.0.13 abrt_version: 2.0.12 cmdline: python /usr/bin/subdownloader kernel: 3.3.4-5.fc17.x86_64 backtrace: :utf_8.py:16:decode:UnicodeEncodeError: 'ascii' codec can't encode character u'\xf1' in position 39: ordinal not in range(128) : :Traceback (most recent call last): : File "/usr/lib/python2.7/site-packages/subdownloader/gui/main.py", line 927, in onFolderTreeClicked : self.SearchVideos(folder_path) : File "/usr/lib/python2.7/site-packages/subdownloader/gui/main.py", line 764, in SearchVideos : videos_found,subs_found = FileScan.ScanFilesFolders(path,recursively = True,report_progress = self.progress) : File "/usr/lib/python2.7/site-packages/subdownloader/FileManagement/FileScan.py", line 43, in ScanFilesFolders : videos_found, subs_found = ScanFolder(path,recursively = True,report_progress=report_progress, progress_end=progress_end) : File "/usr/lib/python2.7/site-packages/subdownloader/FileManagement/FileScan.py", line 91, in ScanFolder : report_progress(count,_("Parsing video: %s")% os.path.basename(filepath).decode(sys.getfilesystemencoding())) : File "/usr/lib64/python2.7/encodings/utf_8.py", line 16, in decode : return codecs.utf_8_decode(input, errors, True) :UnicodeEncodeError: 'ascii' codec can't encode character u'\xf1' in position 39: ordinal not in range(128) : :Local variables in innermost frame: :input: u'The Big Bang Theory S02E07 The Panty Pi\xf1ata Polarization.avi' :errors: 'strict'