-
Every day i get these errors in the log:
```
2023-03-22 07:00:08.782 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.playlists_sensor fails
Traceback (most recent call last):
…
-
Hi, even though items is formatted correctly, I'm receiving an error of " Could not remove tracks, please check parameters., reason: None" with `playlist_remove_specific_occurrences_of_items`
…
-
Hey I was getting info about a single track while I got this error
my code is
```
from spotipy import oauth2,spotify
re=oauth2.SpotifyClientCredentials(client_id=id,client_secret=sec).get_…
-
Hi, i started to get this error after update. Month ago it worked perfectly fine. I am new to python so maybe i am doing something wrong.
```
import spotipy as sp
from spotipy.oauth2 import Spo…
-
**Describe the bug**
Trying to call the "show_episodes" api in spotipy and getting back "returned 404 due to non existing id"
**Your code**
SHOW_ID = "00sL9tgDezr0PRSzd3C7H6"
spotify = spotipy.S…
-
Is it possible for me to set `access_token` and `refresh_token` to spotipy (or even just `access_token`) without spotipy having to worry about the authentication flow?
I have taken care of the auth…
-
I would expect OAuth browser interaction to work after exposing port 8083 in containers, and then forwarding this port
```docker run -ti --rm --network spotify-grabtrack_default -p 8083:8083 -v $(pwd…
-
Привет. Можно получить всех исполнителей релиза вот так:
track_name = current_track['item']['name']
for i in range(0, int(len(current_track['item']['artists']))):
…
-
I've used spotify_to_ytmusic to migrate my family's Spotify lists to YT Music.
I ran my account on one computer and three other accounts on another computer.
For each family member I did `spotify_to…
-
i'm using the nice ripper for a long time.
and since the beginning of this week it failed to download the playlists
```
Logging in...
Logged in as 1131828447
Loading playlist...
Loading playli…