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

raise UnsupportedFile(filename) #75

Open
heavytull opened this issue Sep 10, 2017 · 2 comments
Open

raise UnsupportedFile(filename) #75

heavytull opened this issue Sep 10, 2017 · 2 comments

Comments

@heavytull
Copy link

Very often when trying to open a file with supported format like mp3, audiotools output this error:

file01 = atls.open("file.mp3")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/site-packages/audiotools/__init__.py", line 1780, in open
    raise UnsupportedFile(filename)
audiotools.UnsupportedFile: file.mp3

I have not found any clew by looking at the tag info.

@laurentparmentier
Copy link

Did you get anywhere with this issue? Having the same problem

@heavytull
Copy link
Author

not at all

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants