mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #226] Now playing example #115
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Bluscream on GitHub (Oct 29, 2017).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/226
Could you provide a example py script how to obtain infos about the song currently played by the user?
@ritiek commented on GitHub (Oct 29, 2017):
Here is a quick one:
@Bluscream commented on GitHub (Oct 29, 2017):
Does this use the local client? It should be compatible with the native windows/linux/mac app and the windows store version
If yes, whats the best way to ask the user for his auth info? and would
spotify.current_user_playing_artist()give back a list of artists or just a comma seperated string?@joeborrello commented on GitHub (Dec 9, 2017):
I just tried running that same script with my own credentials added and I got an error returned: 'Spotify' object has no attribute 'current_user_playing_track'
Any ideas why that might be happening?
@aszc-dev commented on GitHub (Jan 9, 2018):
It's probably because of issue https://github.com/plamere/spotipy/issues/211
@mitchellpalermo commented on GitHub (Mar 10, 2018):
This is still happening to me even with 2.4.4 installed. Funny enough when I compile in my text editor(Atom) it works fine. But when I run this from the terminal, it gives me that same error that @joeborrello got.
@discotwitch commented on GitHub (May 15, 2018):
@mitchellpalermo if you run the code spotipy.VERSION does it return 2.0.1 or 2.4.4? Even when it pip says you've install 2.4.4, its actually 2.0.1 This is what fixed it for me
@Bluscream commented on GitHub (May 18, 2018):
I just got spotify from https://github.com/plamere/spotipy/archive/master.zip but
@stephanebruckert commented on GitHub (Jan 1, 2020):
Closing as everything looks answered or depends on another issue