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
Traceback (most recent call last):
[...]
File "[...]/site-packages/vcr/stubs/__init__.py", line 263, in getresponseraise CannotOverwriteExistingCassetteException(
vcr.errors.CannotOverwriteExistingCassetteException: Can't overwrite existing cassette ('doesnotexist.yml') in your current record mode ('none').
No match for the request (<Request (GET) http://www.iana.org/domains/reserved>) was found.
No similar requests, that have not been played, found.
which seems confusing to me: The code failed because no cassette was found, yet the exception name and text claim "Can't override existing cassette".
The text was updated successfully, but these errors were encountered:
A trivial example such as:
results in:
which seems confusing to me: The code failed because no cassette was found, yet the exception name and text claim "Can't override existing cassette".
The text was updated successfully, but these errors were encountered: