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

Fixing id3 tags - IndexError: list index out of range #120

Open
robp2175 opened this issue Jul 5, 2017 · 0 comments
Open

Fixing id3 tags - IndexError: list index out of range #120

robp2175 opened this issue Jul 5, 2017 · 0 comments

Comments

@robp2175
Copy link

robp2175 commented Jul 5, 2017

Fixing id3 tags
Traceback (most recent call last):
File "C:\Python27\Scripts\instantmusic-script.py", line 11, in
load_entry_point('instantmusic==1.2', 'console_scripts', 'instantmusic')()
File "c:\python27\lib\site-packages\instantmusic-1.2-py2.7.egg\instantmusic\instantmusic.py", line 197, in main
downloads.append(query_and_download(song, prompt, quiet))
File "c:\python27\lib\site-packages\instantmusic-1.2-py2.7.egg\instantmusic\instantmusic.py", line 111, in query_and_download
artist=list_name[1]
IndexError: list index out of range

Or I get this

Fixing id3 tags
Traceback (most recent call last):
File "C:\Python27\Scripts\instantmusic-script.py", line 11, in
load_entry_point('instantmusic==1.2', 'console_scripts', 'instantmusic')()
File "c:\python27\lib\site-packages\instantmusic-1.2-py2.7.egg\instantmusic\instantmusic.py", line 197, in main
downloads.append(query_and_download(song, prompt, quiet))
File "c:\python27\lib\site-packages\instantmusic-1.2-py2.7.egg\instantmusic\instantmusic.py", line 113, in query_and_download
audiofile = eyed3.load((title+'.mp3'))
File "c:\python27\lib\site-packages\eyed3\core.py", line 84, in load
raise IOError("file not found: %s" % path)
IOError: file not found: Toto - Africa.mp3

I think the problem might be that for some reason the software is placing a tick in front of the filename.
'Def Leppard - Pour Some Sugar On Me.mp3

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

1 participant