heroku-buildpack-go | official heroku buildpack | Platform As A Service library
kandi X-RAY | heroku-buildpack-go Summary
kandi X-RAY | heroku-buildpack-go Summary
Heroku Go Buildpack
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of heroku-buildpack-go
heroku-buildpack-go Key Features
heroku-buildpack-go Examples and Code Snippets
Community Discussions
Trending Discussions on heroku-buildpack-go
QUESTION
I wrote a web scraper using python.
To deploy it on heroku, I took this article as reference. https://www.andressevilla.com/running-chromedriver-with-python-selenium-on-heroku/
And added these buildpacks. https://github.com/heroku/heroku-buildpack-google-chrome https://github.com/heroku/heroku-buildpack-chromedriver
But when I run the code on heroku, this error occurs.
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 90 Current browser version is 89.0.4389.114 with binary path /app/.apt/opt/google/chrome/chrome
It looks like the chromedriver buildpack doesn't support chrome buildpack.
Does any other buildpack work? Or I can try any other way to deal with it?
Thanks!
...ANSWER
Answered 2021-Apr-14 at 06:55Heroku Chrome Driver Buildpack allows you to choose version of chrome driver but by default it should have installed latest version of it available. You can set config var(Environment variable) CHROMEDRIVER_VERSION
=89.0.4389.23
to download a chromedriver version compatible for chrome 89. After adding the variable, you'd want to redeploy for the changes to take effect.
QUESTION
For whatever reason, I am unable to deploy puppeteer correctly on to heroku. It builds, but when I run it, I get the application error page. When I check the logs, I get:
...ANSWER
Answered 2020-Sep-10 at 00:01Okay, first I had a typo. It's --no-sandbox
.
Second, I had to download a new webpack onto Heroku called heroku-buildpack-chrome-headless.
QUESTION
I am using heroku with selenium with heroku/google-chrome and heroku/chromedriver buildpacks. There was a recent update to google chrome and the google-chrome buildpack was updated.
EDIT: I am seeing on my dev instance that
...ANSWER
Answered 2020-Apr-12 at 17:06I figured out the fix, you need to reset your cache
QUESTION
I'm using apparition together with heroku-buildpack-google-chrome configured as unstable
and I'm trying to specify a custom chrome binary path: /app/.apt/usr/bin/google-chrome-unstable
.
Is there a way to do this in apparition?
...ANSWER
Answered 2020-Feb-29 at 06:10If you set the environment variable BROWSER_PATH
it will be used as the location of the Chrome binary.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install heroku-buildpack-go
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page