-
I am trying to use your program "wizmusic". I have Spotify client ID , client secret and redirect uri. When I try to run I get "Missing envs: {'SPOTIPY_CLIENT_ID', 'SPOTIPY_CLIENT_SECRET', 'SPOTIPY_RE…
-
please help!!! this is my favorite tool and it doesn't work anymore
```
$ statify pull
^C^CTraceback (most recent call last):
File "/home/pi/.local/bin/statify", line 10, in
sys.exit(mai…
-
Spotify fails to start playback of selected alarm song, as there is no active playback device:
ERROR:spotipy.client:HTTP Error for PUT to https://api.spotify.com/v1/me/player/play returned 404 due …
-
About at my wits end here. Not sure where to go, here's my issue. My pi boots into a debian login screen. If I do enter my login information the prompt disappears and nothing else happens. This is all…
-
sudo ./main.py -sp "_______"
Traceback (most recent call last):
File "./main.py", line 2, in
from spotify import Spotify
File "/opt/smd/spotify.py", line 3, in
import spotipy
ModuleNo…
-
Tried to run the app and i get this
Traceback (most recent call last):
File "Z:\GitHub Tools\spotify_to_mp3_via_lidarr-main\main.py", line 4, in
import spotipy
ModuleNotFoundError: No modu…
-
This is a minor issue/inconvenience. The path that I use for a spotipy-enabled python is platform dependent right now. (It's located at /Users/pmanalil//anaconda3/python) I think this is a side effect…
-
Let's start thinking of the next major version for spotipy, while we keep maintaining the version 2.
spotipy's philosophy for v3 remains the same:
> A light weight Python library for the Spotify…
-
I'm using spotcast with multiple spotify accounts and on different spotify connect devices. It works nicely if the spotify account I'm using in spotcast is the last one that played anything on the spo…
-
We recently removed a playlist method because of a bug, and there was similar discussion on spotipy-dev/spotipy#1075. We should make sure that the current endpoints are feature-complete and up to date…