You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Very often when trying to open a file with supported format like mp3, audiotools output this error:
I have not found any clew by looking at the tag info.
The text was updated successfully, but these errors were encountered: