-
Notifications
You must be signed in to change notification settings - Fork 981
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
An attempt to run a request with a Faraday::Connection without adapter has been made. (RuntimeError) #1362
Comments
Hi @jareko999, you (or a gem you depend on) have just updated Faraday to v2.0. |
#1360 see here for a workaround for that specific gem. |
I'm leaving this open for the time being as I'd expect more people falling into this. Marked it with |
Thanks. Looks like This workaround worked for me: travis-ci/dpl#1247 (comment). |
This is my update for Gitlab CI, works perfectly with Faraday 1.8.0
|
I'm closing this because Faraday 2.0.1 has now re-introduced |
Fixes travis-ci#1247 Although this may not be necessary anymore because Faraday 2.0.1 reverted the change that may Faraday 2.0.0 not work: lostisland/faraday#1362 (comment)
Jeg måtte manuelt oppdatere faraday fordi det ble noe feil i 2.0.0. ref: lostisland/faraday#1362
Basic Info
2.0.0
, from the job loglatest
latest
Issue description
GitLab CI failing due to:
/usr/local/bundle/gems/faraday-2.0.0/lib/faraday/rack_builder.rb:230:in ensure_adapter!': An attempt to run a request with a Faraday::Connection without adapter has been made. (RuntimeError) Please set Faraday.default_adapter or provide one when initializing the connection.
My CI file deployed just fine yesterday. See my versions above.
CI File
Job output
The text was updated successfully, but these errors were encountered: