pyronlaboratory / heroku-integrated-firefox-geckodriver

Buildpack enables your client code to access Firefox along with Geckodriver in a Heroku slug.
https://pyronlaboratory.github.io/heroku-integrated-firefox-geckodriver/
MIT License
41 stars 80 forks source link

failed to compile Firefox #19

Closed kunalkumar007 closed 3 years ago

kunalkumar007 commented 3 years ago

I just used this repo to install firefox and geckodriver but getting this error and I know little about heroku and scripts . Hope this helps.

Installing requirements with pip -----> Firefox geckodriver app detected /tmp/codon/tmp/buildpacks/768374e866288447126d1d75779462919bfbaab4/bin/compile: line 16: cd: /tmp/codon/tmp/buildpacks/768374e866288447126d1d75779462919bfbaab4/fonts: No such file or directory /tmp/codon/tmp/buildpacks/768374e866288447126d1d75779462919bfbaab4/bin/compile: line 82: syntax error near unexpected token;' ! Push rejected, failed to compile Firefox geckodriver app. ! Push failed`

github-actions[bot] commented 3 years ago

Thank you for using heroku-integrated-firefox-geckodriver. Preliminary examination of your issue is underway' first issue

dedobbin commented 3 years ago

Pretty much same situation here

-----> Firefox

geckodriver app detected

/tmp/codon/tmp/buildpacks/768374e866288447126d1d75779462919bfbaab4/bin/compile: line 16: cd: /tmp/codon/tmp/buildpacks/768374e866288447126d1d75779462919bfbaab4/fonts: No such file or directory

/tmp/codon/tmp/buildpacks/768374e866288447126d1d75779462919bfbaab4/bin/compile: line 82: syntax error near unexpected token `;'

EDIT: Ah it seems this issue is a duplicate of https://github.com/pyronlaboratory/heroku-integrated-firefox-geckodriver/issues/16 where a fix seems to have been found.

mwitek commented 3 years ago

When will this be fixed?