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
The RetryMiddleware triggers a fatal error in some conditions: Call to undefined method Google\ApiCore\CredentialsWrapper::getRetryFunction()
The issue is caused when the middleware is invoked, seemingly with the scope of the CredentialsWrapper, causing the getRetryFunction() method not to be found in the class. I've tried to extract this portion of the client trait into a reproducible script, but that does not trigger the error unfortunately.
Environment details
OS: Linux (on Docker)
PHP version: 8.3.7
Package name and version: google/gax
Steps to reproduce
I cannot reproduce it with a short script, however we occasionally have issues popping up in Sentry about this. I hope this information provides more insights into why this is happening.
The text was updated successfully, but these errors were encountered:
The
RetryMiddleware
triggers a fatal error in some conditions:Call to undefined method Google\ApiCore\CredentialsWrapper::getRetryFunction()
The issue is caused when the middleware is invoked, seemingly with the scope of the
CredentialsWrapper
, causing thegetRetryFunction()
method not to be found in the class. I've tried to extract this portion of the client trait into a reproducible script, but that does not trigger the error unfortunately.Environment details
Steps to reproduce
I cannot reproduce it with a short script, however we occasionally have issues popping up in Sentry about this. I hope this information provides more insights into why this is happening.
The text was updated successfully, but these errors were encountered: