Closed ohbhoi closed 2 years ago
Can you try the exact same setup with Python 3.9 instead of 3.7?
i tried python 3.9 but same error.
any solution? gofile-dl==1.1.0 used to work with heroku but after gofile updated their api this version is also not working..i am getting "api error" with gofile-dl==1.1.0 version everywhere.
can you please fix your code for heroku? gofile-dl==1.1.0 was working on heroku but now after api change its not working.
@ohbhoi can you share the log when you use Python 3.9 like you did in the original message?
its an heroku's issue..this package works fine on gcs,aws and local machine.idk what's problem with heroku..after data breach heroku become more trash at least for me.
I got this same error with python 3.7 & 3.8 but it worked with 3.10.
Hi,
I try to use this repo on heroku. It works fine on my local machine and google cloud shell. But this doesn't work in heroku. Heroku gives below given error:-
if we check
line 112
ingofile_dl.py
file we got this line:-as far as i understand the commit 25f9138b6624bae09ea7134d35027bb49b853d3d is creating this issue which you used for adding feature txt file as argument.
Please fix it. It works find on my local machine and google cloud shell. But this doesn't work in heroku. I want to use this on heroku. I can't run my script 24/7 on my local machine or gcs (you might know how gcs works).
Hope you will fix this issue.
Thanks