Open OpakAlex opened 8 years ago
It always do request to real sites....shit
Is it possible to retry by updating the code as following?
from
use ExVCR.Mock, adapter: ExVCR.Adapter.Httpc
to
use ExVCR.Mock, adapter: ExVCR.Adapter.Hackney
HTTPoison is using hackney instead of httpc, and the misbehavior might be caused by the mismatch. https://github.com/parroty/exvcr/#example-with-hackney
I can confirm that HTTPoison works with adapter: ExVCR.Adapter.Hackney