thanks man, you are one of the best on youtube! I'm trying to create a project for my datascience BootCamp that can analyse top performing songs, let me know if you have any suggestions on how to do it,
Helloo imdad . could you help on how to deploy these websites ? i am trying to deploy a website that asks user for their spotify authorization and stores it in mongodb but im running into a few errors . thanks
Hi Imdad, I've tried following your lovely tutorial, but when i run the program i get an error and not the expected input query :( Traceback (most recent call last): File ".\Spotify\main.py", line 15, in client_credentials_manager = SpotifyClientCredentials( ^^^^^^^^^^^^^^^^^^^^^^^^^ File ".\Spotify\venv\Lib\site-packages\spotipy\oauth2.py", line 201, in __init__ self.client_id = client_id ^^^^^^^^^^^^^^ File ".\Spotify\venv\Lib\site-packages\spotipy\oauth2.py", line 94, in client_id self._client_id = _ensure_value(val, "client_id") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File ".\Spotify\venv\Lib\site-packages\spotipy\oauth2.py", line 70, in _ensure_value raise SpotifyOauthError(msg) spotipy.oauth2.SpotifyOauthError: No client_id. Pass it or set a SPOTIPY_CLIENT_ID environment variable.
📹MORE SPOTIFY API TUTORIALS: th-cam.com/video/2if5xSaZJlg/w-d-xo.html
thanks man, you are one of the best on youtube! I'm trying to create a project for my datascience BootCamp that can analyse top performing songs, let me know if you have any suggestions on how to do it,
Thank you, i like this video!
Helloo imdad . could you help on how to deploy these websites ? i am trying to deploy a website that asks user for their spotify authorization and stores it in mongodb but im running into a few errors . thanks
hai imdad, love your video! could you please share the code?
Am special😅😊
Hi Imdad,
I've tried following your lovely tutorial, but when i run the program i get an error and not the expected input query :(
Traceback (most recent call last):
File ".\Spotify\main.py", line 15, in
client_credentials_manager = SpotifyClientCredentials(
^^^^^^^^^^^^^^^^^^^^^^^^^
File ".\Spotify\venv\Lib\site-packages\spotipy\oauth2.py", line 201, in __init__
self.client_id = client_id
^^^^^^^^^^^^^^
File ".\Spotify\venv\Lib\site-packages\spotipy\oauth2.py", line 94, in client_id
self._client_id = _ensure_value(val, "client_id")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File ".\Spotify\venv\Lib\site-packages\spotipy\oauth2.py", line 70, in _ensure_value
raise SpotifyOauthError(msg)
spotipy.oauth2.SpotifyOauthError: No client_id. Pass it or set a SPOTIPY_CLIENT_ID environment variable.
Just to confirm, you created a .env file in the project directory and have values for CLIENT_ID and CLIENT_SECRET?
@@imdadcodes yes indeed,
export CLIENT_ID = "with id"
export CLIENT_SECRET = "with secret"
And you ran `source .env`?
You can confirm by running echo $CLIENT_ID in the terminal and it should print out the client id..