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

ValueError: substring not found #3

Open
Guizmo56 opened this issue Nov 5, 2022 · 0 comments
Open

ValueError: substring not found #3

Guizmo56 opened this issue Nov 5, 2022 · 0 comments

Comments

@Guizmo56
Copy link

Guizmo56 commented Nov 5, 2022

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

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