boidushya / FrameBot

An open source template to kickstart your own facebook framebot!
https://boidushya.github.io/etjfo/source/
88 stars 34 forks source link

Deploying on Heroku Error #16

Open snowfluke opened 3 years ago

snowfluke commented 3 years ago

I tried to deploy the bot on heroku but it throw an error like this. image

boidushya commented 3 years ago

Does your pull request fix this or is this a different issue?

snowfluke commented 3 years ago

That's a different issue. The issue that I pulled is error about libGL.1.

The second issue is about the ans = input(), and I fixed that with assignning ans = 'y'

Now this is the third issue i'm facing on

boidushya commented 3 years ago

This might be due to the fact that you cant enter input per se on heroku... You can modify the script to extract the frames and post it without asking for user input with a little bit of tweaking

snowfluke commented 3 years ago

The input was solved. I did that and the picture is the next problem.

boidushya commented 3 years ago

yea you edited the comment to say that XD also im not entirely sure whats causing that on heroku... can you do a test run on your local device and see if it works?

snowfluke commented 3 years ago

It works really well in local, also without open-cv-headless

boidushya commented 3 years ago

Ah i see... Im not quite sure what the problem is...