mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #642] Couldn't read cache at: .cache #384
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#384
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 @ghost on GitHub (Feb 18, 2021).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/642
Hello
I want to authenticate users with Spotify in order to access their saved tracks. I've been following example form this repo README, I got the authentication process to run on a localhost Flask server. However every time I run the app my console throws me this warning : "Couldn't read cache at: .cache" \n "Enter the URL you were redirected to:"
If I copy and paste the URL from browser I can get this working and it does actually create .cache file in my directory. In production users won't be able to copy and paste a URL into console, this has to happen automatically.
I am running on Ubuntu 20.04, Python3.7 and latest Spotipy. My Spotify developer credentials are all set up.
Help greatly appreciated :)
@stephanebruckert commented on GitHub (Feb 19, 2021):
You want to handle any amount of user on a server, so you are looking to integrate Spotipy in an API