Error when using create function of Pytchat library for specific video IDs in a Heroku server
My web app uses Pytchat module once a day to retrieve YouTube live stream information, but about 1 out of every 60 video IDs fail to retrieve, and this issue only occurs on Heroku.
I’ve searched extensively for common factors among the videos that cause errors with the YouTube API, but I couldn’t find any.
My Heroku dynos are crashing immediately after starting. Can someone help me figure out what I did wrong?
I have a very simple web app I’m testing out which is a webhook and accepts post requests. I uploaded the .py file called app.py. This is it’s contents:
Error when deploying Github in Heroku for a TelegramBot in Python
Dos anyone know why this error appear when I deploy GitHub in Heroku for a TelegramBot?
Here the link to my
Heroku: ‘slug size too large’
When I attempt to deploy my python (flask) application to heroku, I get the error that the slug size is too large
. I’m not sure what would be taking up this much space. Then I run the command below.
Heroku Golang api with some python callouts
I have a heroku golang ‘app’ thats deploying fine. The issue is that it calls some python scripts as the result of some REST requests. I have a requirements.txt in my /bin
(python) dir but I’m wondering if it’s possible to have the golang deploy process also process pip3 python3 requirements when I git push heroku master
? Is this possible in a Procfile? Thanks!