当我使用 python vcr 运行测试时,我遇到了一个奇怪的谷歌视频智能 api 请求错误。我想知道是否有其他人看到过这个错误,如果有,我们为什么会有这个错误以及如何解决它?
我使用 VCR 来模拟对视频智能 api 的请求。
我使用 pytest 来运行我的测试。
如果我删除 VCR 并重新运行它运行良好,并且如果我在创建 vcr 后再次运行它,它也运行良好。但是过了一会儿,(目前不确定这是几小时还是几天,我会在运行 vcr 时收到以下错误)。
错误如下: -
"Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential.
这是录像机错误
E google.api_core.exceptions.Unauthenticated: 401 Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
<string>:3: Unauthenticated
Assertion failed