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
When I'm trying to run the script, it keeps telling me: File "", line 1 . I have a feeling it's just because I'm running the script wrong or something, but I could just use some help on how to run the script. I have absolutely no coding knowledge and I'm just a broke muscian trying to use this to learn a song. Thanks in advance.
The text was updated successfully, but these errors were encountered:
It seems like the problem stems from you trying to run the script within the python interactive shell that starts when entering python on its own. You can tell that you are in the interactive shell from the >>> in the first line. You can exit this shell by pressing ctrl+D or entering "exit()". If you want to run the python script make sure to type something like "python youtube_midify.py video_file.mp4" all in one after having installed the requirements, as in the readme. Good luck!
When I'm trying to run the script, it keeps telling me: File "", line 1 . I have a feeling it's just because I'm running the script wrong or something, but I could just use some help on how to run the script. I have absolutely no coding knowledge and I'm just a broke muscian trying to use this to learn a song. Thanks in advance.
![Screenshot 2024-11-21 184056](https://private-user-images.githubusercontent.com/177364842/388733890-00ee9619-b73b-4c17-95c1-7e8b033baf59.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMDc1NjcsIm5iZiI6MTczOTAwNzI2NywicGF0aCI6Ii8xNzczNjQ4NDIvMzg4NzMzODkwLTAwZWU5NjE5LWI3M2ItNGMxNy05NWMxLTdlOGIwMzNiYWY1OS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQwOTM0MjdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02NzViYjBkNDFjZGU1OTdkNmQ3ZDNhOGEzYjcyNzUzOTM3ZTI0ODg1NWI1MDBiNzEwZTAzNjFmMjViZjE1NmNjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.667cdcFO4DeMnGow9tnFNEgBvUQokPCQHmBbSHWoljM)
The text was updated successfully, but these errors were encountered: