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 81 forks source link

Problem deploying to Heroku #16

Open vqmacedo opened 3 years ago

vqmacedo commented 3 years ago

remote: -----> Firefox remote: geckodriver app detected remote: /tmp/codon/tmp/buildpacks/768374e866288447126d1d75779462919bfbaab4/bin/compile: line 16: cd: /tmp/codon/tmp/buildpacks/768374e866288447126d1d75779462919bfbaab4/fonts: No such file or directory remote: /tmp/codon/tmp/buildpacks/768374e866288447126d1d75779462919bfbaab4/bin/compile: line 82: syntax error near unexpected token `;' remote: ! Push rejected, failed to compile Firefox remote: geckodriver app. remote: remote: ! 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

eeeeeeeeeee555 commented 3 years ago

i got same problem

roy651 commented 3 years ago

It's a small fix: missing semicolon in line 82 of bin/compile

julianolbrich commented 3 years ago

Was this fixed already? I am having the same issue as described above. Is this not the fix? https://github.com/pyronlaboratory/heroku-integrated-firefox-geckodriver/pull/17 Wasn't merged so far. Thanks (Update: using https://github.com/evosystem-jp/heroku-buildpack-firefox for now)