mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[GH-ISSUE #729] EOF error in heroku deployment of spotify API #441
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#441
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 @Jgalicia2 on GitHub (Sep 22, 2021).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/729
Hello,
I've created a webpage using Spotipy. It runs well locally but the deployment to heroku is not going well. Raw_input is declared as undefined and there error given to me is an EOF Error is there a specific way raw_input is supposed to be used when deployed to heroku? If it runs locally, should there be any issue running it on heroku.
Thanks, any help is appreciated.
@stephanebruckert commented on GitHub (Sep 29, 2021):
This lacks a bit of information for me to help properly. Is your back-end designed as an API? What framework are you using?
From the FAQ you will find a flask script that shows off how to use spotipy in an API https://github.com/plamere/spotipy/blob/master/FAQ.md#how-to-use-spotipy-in-an-api
Does this help? If not, please provide a minimal, reproducible example of your code.
@stephanebruckert commented on GitHub (Oct 23, 2021):
Hope the above answer helped @Jgalicia2