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
Hello,
I got an error: ValueError: substring not found. I'm not used to Python or any other language ^^. Sorry if I miss something during the installation or if there is a problem with the program.
I share what I wrote on the command prompt to get this error/
C:\Users\xxx\Desktop>itunes_dl.py https://music.apple.com/us/album/folklore/1524801260 n
Traceback (most recent call last):
File "C:\Users\xxx\Desktop\itunes_dl.py", line 323, in
main(sys.argv[1], sys.argv[2])
File "C:\Users\xxx\Desktop\itunes_dl.py", line 237, in main
schema_start_index = album_res.index(schema_start_string)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: substring not found
The text was updated successfully, but these errors were encountered:
Hello,
I got an error: ValueError: substring not found. I'm not used to Python or any other language ^^. Sorry if I miss something during the installation or if there is a problem with the program.
I share what I wrote on the command prompt to get this error/
C:\Users\xxx\Desktop>itunes_dl.py https://music.apple.com/us/album/folklore/1524801260 n
Traceback (most recent call last):
File "C:\Users\xxx\Desktop\itunes_dl.py", line 323, in
main(sys.argv[1], sys.argv[2])
File "C:\Users\xxx\Desktop\itunes_dl.py", line 237, in main
schema_start_index = album_res.index(schema_start_string)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: substring not found
The text was updated successfully, but these errors were encountered: