Skip to content

Do not use Faraday v2 #6

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Do not use Faraday v2 #6

wants to merge 1 commit into from

Conversation

daipom
Copy link

@daipom daipom commented Apr 15, 2025

We can't use Faraday v2 if we use the adapter in Typhoeus.

typhoeus/typhoeus#582

It causes the following error:

in `remove_method': method `call' not defined in Faraday::Adapter::Typhoeus (NameError)
  remove_method :call              if method_defined? :call

We can't use Faraday v2 if we use the adapter in Typhoeus.

typhoeus/typhoeus#582

It causes the following error:

    in `remove_method': method `call' not defined in Faraday::Adapter::Typhoeus (NameError)
      remove_method :call              if method_defined? :call
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

Successfully merging this pull request may close these issues.

1 participant