mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #193] simple code from readthedocs got exception #97
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#97
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 @zsdonghao on GitHub (May 30, 2017).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/193
Hi when I run the simple code from readthedocs as follow:
I got this exception:
Anyone know why?
Many thanks~
@gise88 commented on GitHub (May 30, 2017):
Is because of this: https://developer.spotify.com/news-stories/2017/01/27/removing-unauthenticated-calls-to-the-web-api/
@zsdonghao commented on GitHub (May 30, 2017):
thank you for the super quick reply ..
@gise88 commented on GitHub (May 30, 2017):
Np for the reply...
But I think that this issue should remains open until all documentation and examples have been fixed
@pannous commented on GitHub (Dec 30, 2017):
so this API is currently broken?
@mateusrangel commented on GitHub (Mar 20, 2018):
@zsdonghao Nowadays that's how we should authenticate our scripts with the new spotify API rules
@pannous No
@mateusrangel commented on GitHub (Mar 20, 2018):
Alisha Ukani made a pull request fixing a bunch of examples including yours
#244
Apparently the repository owner @plamere is away from the repo
These "hello world" examples are crucial for the newcomers