-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to specify static version ? #134
Comments
Same issue for me, any guide on how to block? Thinking about forking and just blocking the version before the updates |
same issue for me :/
CHROMEDRIVER_VERSION not working |
Same issue here. |
The same 😢 |
A pull request was submitted for this but it wasn't merged, and is now likely out of date as a fork: |
Also having the same issue. It would be very helpful if we could specify the chrome version we'd like to use that way we could intentionally change the version when there is a new update instead of crashing without knowing there was an update. |
I also had an app break after pushing an update and the Chrome browser version updated without my knowledge. |
Hey @awl19 - thanks for creating the buildpack that allows the Chrome version to be specified! I tried tonight on my project and it didn't work quite as I expected though. On my heroku settings I'm using: https://github.com/awl19/heroku-buildpack-google-chrome and https://github.com/heroku/heroku-buildpack-chromedriver I've specified config vars However, When I run run a webdriver process that uses the headless chrome + ChromeDriver I've just installed, I get the following error:
I had a detailed look at the heroku install log and noticed the following:
I'm wondering whether the second installation is overwriting the binary in Thanks in advance for your help! |
Hey @nbarrett, that is odd. When I executed the URL of the Chrome browser bin provided from your log, it did initiate download, so the version is valid and the link is working as expected. Do you have 2 versions of this buildpack in your Heroku app? One being the original "heroku-buildpack-google-chrome" and the other being my fork? Because if so, I could see that being a conflicting issue. If that's not the case, then I could see it maybe having to with your build cache, which you can clear by following these instructions. It's something I had to do in order to get things working in my app. If it's not either of those two issues, I'm not sure what it could be. |
Thanks @awl19 for your quick and informative response - I do only have the two buildpacks:
...and had already removed https://github.com/heroku/heroku-buildpack-google-chrome in favour of your one. I did try the And more importantly I didn't get the |
@nbarrett Awesome, glad to hear it! Happy coding :) |
Hey i dont want to automatically update chromedriver/browser, How can i do that ? chromvedriver has env variable, but what about this package ? the
CHROMEDRIVER_VERSION
thing not working i explained here heroku/heroku-buildpack-chromedriver#39The text was updated successfully, but these errors were encountered: