AttributeError on 'duration' in aiff.
Reported by Virgil Dupras | December 28th, 2010 @ 10:59 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 168, in _read_info
File "hsaudiotag/aiff.pyc", line 67, in __init__
AttributeError: 'File' object has no attribute 'duration'
Comments and changes to this ticket
-
Virgil Dupras December 28th, 2010 @ 10:59 AM
- Tag changed from bug me to bug, me
-
Virgil Dupras December 28th, 2010 @ 11:40 AM
- State changed from new to accepted
I could reproduce the bug:
- Take two non-AIFF files, and give them an "aiff" extension and
a similar name.
- Run a filename scan that will make the two files match. (there
is no crash yet)
- Close dupeGuru ME and re-open it. The crash happens when it tries to load the results.
-
Virgil Dupras December 28th, 2010 @ 02:17 PM
- Assigned user set to Virgil Dupras
-
Virgil Dupras December 29th, 2010 @ 01:17 PM
- State changed from accepted to fixed
(from [84d4db11b875]) [#123 state:fixed] Updated codebase to use hsaudiotag v1.1.0 (which fixed the AIFF bug) and made it use the new auto.File wrapper. https://bitbucket.org/hsoft/dupeguru/changeset/84d4db11b875/
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 ยป
People watching this ticket
Referenced by
- 123 AttributeError on 'duration' in aiff. (from [84d4db11b875]) [#123 state:fixed] Updated codebase...