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 occasionally get this error from the client. I don't have enough information to reproduce. I believe its a transient error from their API. On pydantic validation error, it would be nice to show what was the actual API response or would be nice to have a way to fetch the raw API response somehow.
| pydantic_core._pydantic_core.ValidationError: 1 validation error for WebSearchApiResponse
| videos.results.0.video.views
| Input should be a valid string [type=string_type, input_value=29569, input_type=int]
| For further information visit https://errors.pydantic.dev/2.7/v/string_type
Happy to contribute a fix if you know something or contribute atleast some debugging code into the library
The text was updated successfully, but these errors were encountered:
I occasionally get this error from the client. I don't have enough information to reproduce. I believe its a transient error from their API. On pydantic validation error, it would be nice to show what was the actual API response or would be nice to have a way to fetch the raw API response somehow.
Happy to contribute a fix if you know something or contribute atleast some debugging code into the library
The text was updated successfully, but these errors were encountered: