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

Can't seem to figure out how this works #13

Closed
Lorenps opened this issue Aug 5, 2022 · 4 comments
Closed

Can't seem to figure out how this works #13

Lorenps opened this issue Aug 5, 2022 · 4 comments

Comments

@Lorenps
Copy link

Lorenps commented Aug 5, 2022

In "Read me" you say: "When inputting this into the script, make sure to only input the characters after "spotify:playlist:". ", but I'm not sure where I have to input the URI or what to do with my Client ID or my Client Secret.

Also if I run the script "python3 spotify_to_mp3.py" I get this:
Traceback (most recent call last):
File "/home/Lorenzo/spotify-to-mp3-python/spotify_to_mp3.py", line 7, in
import yt_dlp
ModuleNotFoundError: No module named ' yt_dlp '

Also as you can tell I don't know much about python, but I'm trying to get into it.
If you could help that would be much appreciated and I appreciate a lot what you do!

@everettperiman
Copy link
Contributor

It seems that you are missing some of the required libraries for the script to run correctly. Did you follow all of the steps on the README?
https://github.com/JayChen35/spotify-to-mp3-python#2-installing-dependencies

@Lorenps
Copy link
Author

Lorenps commented Aug 16, 2022

I followed all of the steps, and I'm pretty sure I've got pip and I have ran "pip3 install spotipy && pip3 install youtube_dl && pip3 install youtube_search" with this output:

1

I have no idea what any of that means but I'm pretty sure It's telling me that everything is installed

@everettperiman
Copy link
Contributor

everettperiman commented Aug 16, 2022

Can you try to install the packages using " python3 -m pip install spotipy && python3 -m pip install youtube_dl && python3 -m pip install youtube_search "?

@Lorenps
Copy link
Author

Lorenps commented Aug 25, 2022

Can you try to install the packages using " python3 -m pip install spotipy && python3 -m pip install youtube_dl && python3 -m pip install youtube_search "?

That didn't work, but later I tried again on another linux device and it worked. Thanks a lot.

@Lorenps Lorenps closed this as completed Aug 25, 2022
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

2 participants