Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError on 'duration' in aiff. #123

Closed
ghost opened this issue Jun 22, 2013 · 2 comments
Closed

AttributeError on 'duration' in aiff. #123

ghost opened this issue Jun 22, 2013 · 2 comments
Labels
bug Bug reports.

Comments

@ghost
Copy link

ghost commented Jun 22, 2013

@@@
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'
@@@

@ghost ghost closed this as completed Jun 22, 2013
@ghost
Copy link
Author

ghost commented Jun 22, 2013

I could reproduce the bug:

  1. Take two non-AIFF files, and give them an "aiff" extension and a similar name.
  2. Run a filename scan that will make the two files match. (there is no crash yet)
  3. Close dupeGuru ME and re-open it. The crash happens when it tries to load the results.

@ghost
Copy link
Author

ghost commented Jun 22, 2013

(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/

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug reports.
Projects
None yet
Development

No branches or pull requests

0 participants