Crash on reading wma files
Reported by Virgil Dupras | January 7th, 2011 @ 10:31 AM
Application Identifier: com.hardcoded_software.dupeguru_me
Application Version: 5.10.3
Traceback (most recent call last):
File "hscommon/cocoa/__init__.pyc", line 53, in _async_run
File "core/app.pyc", line 73, in _do_load
File "core/results.pyc", line 195, in load_from_xml
File "core/app.pyc", line 90, in _get_file
File "core/fs.pyc", line 123, in _read_all_info
File "core_me/fs.pyc", line 78, in _read_info
File "hsaudiotag/wma.pyc", line 43, in __init__
File "hsaudiotag/wma.pyc", line 141, in _read_file
File "hsaudiotag/wma.pyc", line 89, in _read_ext_content
File "hsaudiotag/wma.pyc", line 48, in _decode_string
LookupError: unknown encoding: utf-16-le
It's likely a packaging bug (the utf-16-le codec is not being packaged by py2app or something)
Comments and changes to this ticket
-
Virgil Dupras January 8th, 2011 @ 09:48 AM
- Assigned user set to Virgil Dupras
Hum, ok, it doesn't look like a packaging issue after all. The utf-16-le codec is present in the 5.10.3 package.
-
Virgil Dupras January 8th, 2011 @ 10:02 AM
- State changed from new to invalid
Well, the only explanation I can think of is some kind of corruption in the user's app package. When I try scanning wma (which always call _decode_string() at some point), I get no error, either during the scan or during the reloading of the results.
Marking this as invalid.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป