Skip to content
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

Getting error 500 when installing chromedriver with curl #112

Closed
titanve opened this issue Feb 22, 2024 · 8 comments
Closed

Getting error 500 when installing chromedriver with curl #112

titanve opened this issue Feb 22, 2024 · 8 comments

Comments

@titanve
Copy link

titanve commented Feb 22, 2024

Orb version

1.4.6

What happened

Getting error 500 when installing chromedriver with curl curl: (22) The requested URL returned error: 500
image

Expected behavior

Install chromedriver normally without issues

@benoit-scnd
Copy link

Same issue with the version 1.4.5 and Chrome version 116.0.5845.96.

@byrond
Copy link

byrond commented Feb 22, 2024

1.4.7 seems to fix this for Chrome 120.0.6099.129, but that generates a different error:
/bin/bash: line 165: [[: 120.0.6099.129: syntax error: invalid arithmetic operator (error token is ".0.6099.129")

@byrond
Copy link

byrond commented Feb 22, 2024

See #102 for the Bash error, but updating to 1.4.7 should fix this issue.

@benoit-scnd
Copy link

The bugfix is in feedback currently: #110

@cvanschalkwijk
Copy link

Same issue here, I can wget fine in my local machine but even downloading the file through SSH inside of Circle is causing a 500 response accessing the url directly. Nothing has changed on my end in code, builds that succeeded yesterday are now failing during this step.

Error during npm ci:

npm ERR! Saving to file: /tmp/120.0.6099.109/chromedriver/chromedriver-linux64.zip
npm ERR! Current existing ChromeDriver binary is unavailable, proceeding with download and extraction.
npm ERR! Downloading from file:  https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/120.0.6099.109/linux64/chromedriver-linux64.zip
npm ERR! Error status code: 500

SSH into a running job and try to access the same file via command line:

circleci@a24c51daaad6:~/app$ wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/120.0.6099.109/linux64/chromedriver-linux64.zip
--2024-02-22 14:46:38--  https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/120.0.6099.109/linux64/chromedriver-linux64.zip
Resolving edgedl.me.gvt1.com (edgedl.me.gvt1.com)... 34.104.35.123, 2600:1900:4110:86f::
Connecting to edgedl.me.gvt1.com (edgedl.me.gvt1.com)|34.104.35.123|:443... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2024-02-22 14:46:39 ERROR 500: Internal Server Error.

@titanve
Copy link
Author

titanve commented Feb 22, 2024

Try using the new orb version 1.4.8

@benoit-scnd
Copy link

benoit-scnd commented Feb 22, 2024

Yes this issue is more related to the artifacts server: edgedl.me.gvt1.com

@titanve
Copy link
Author

titanve commented Feb 22, 2024

new orb version 1.4.8 seems to fix the issue
image

@titanve titanve closed this as completed Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants