Skip to content

Tag: heroku

python code on Heroku errors where it works locally

I am getting too many errors on Heroku, so any print statements are not showing up in logs. This code works fine locally (python on windows 10) but wont work on Heroku, where it tells me there is nothing to concat… I have checked the storetx folder on Heroku and the tastyworks_tx*.csv files are present …

Heroku fails to deploy Python discord bot

Every time i try to deploy my bot it shows me this error: —–> Building on the Heroku-20 stack —–> Using buildpack: heroku/python —–> App not compatible with buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku/python.tgz More info: https://devce…

Flask App Deployment: Internal Server Error

I recently tried to deploy a flask app using Heroku. However, I encountered an internal server error. My code can be found here: https://github.com/chaneth8/Task_List. This is the message that appeared on my log in Heroku – what could the error be? Thanks in advance. Answer I studied your code and hoste…