mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 16:45:52 +03:00
[GH-ISSUE #294] 'Spotify' object has no attribute 'devices' #166
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#166
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 @VrajPatel10 on GitHub (May 22, 2018).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/294
import spotipy
sp = spotipy.Spotify(auth=token)
devices = sp.devices()
print(devices)
@stavlocker commented on GitHub (Jun 6, 2018):
It's because spotipy isn't updated on pip. Similar issues with #293, #284, #283, #270, #231, #211.
Here's an easy solution to update it manually.
P.S: It's usually better to open issues on repositories in general with more information and with correct formatting.
@conorhennessy commented on GitHub (Mar 28, 2019):
Anyone else coming across this issue in the future, the solution found here gives a solution - posted on the issue #211