You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a very similar issue attempting to use VCR to record the https requests from the OpenAI API client in an async function. The same fix worked for me - downgraded to 5.1.0, recorded the https calls, and then bumped back to 6.0.1. Let me know if there specific information I can provide here.
Hello,
this one took me a while to find out what's going on and how to reproduce.
To reproduce this I'm using:
The following test works if
vcrpy
in version5.1.0
is installed as a dependency forpytest-recording
:But it will fail if version
6.0.1
ofvcrpy
is used instead.The error only occurs if there is no record already. Once there is one (e.g. created by an older version) the replay works without issues.
The text was updated successfully, but these errors were encountered: