[GH-ISSUE #294] 'Spotify' object has no attribute 'devices' #166

Closed
opened 2026-02-27 23:21:10 +03:00 by kerem · 2 comments
Owner

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)

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)
kerem closed this issue 2026-02-27 23:21:10 +03:00
Author
Owner

@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.

There seems to have been no release on PyPi since Jan, 2017.

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.

<!-- gh-comment-id:395131361 --> @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. > There seems to have been no release on PyPi since Jan, 2017. Here's an easy [solution](https://github.com/plamere/spotipy/issues/211#issuecomment-369863112) to update it manually. _P.S: It's usually better to open issues on repositories in general with more information and with correct formatting._
Author
Owner

@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

<!-- gh-comment-id:477438899 --> @conorhennessy commented on GitHub (Mar 28, 2019): Anyone else coming across this issue in the future, the solution found [here ](https://github.com/plamere/spotipy/issues/211#issuecomment-369863112) gives a solution - posted on the issue #211
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#166
No description provided.