fastapi_production_template icon indicating copy to clipboard operation
fastapi_production_template copied to clipboard

Rate Limiting on the PublicAPIs endpoint?

Open ApprenticeofEnder opened this issue 1 year ago • 0 comments

app          | pydantic_core._pydantic_core.ValidationError: 1 validation error for PublicAPIsResponse
app          |   Invalid JSON: expected value at line 1 column 1 [type=json_invalid, input_value=b'You have reached maximum request limit.', input_type=bytes]
app          |     For further information visit https://errors.pydantic.dev/2.3/v/json_invalid

It looks like there is some sort of rate limiting on the Public API request, might have something to do with the httpx user agent? Not sure if anyone has encountered this, as the endpoint is perfectly accessible through the browser.

ApprenticeofEnder avatar Nov 17 '23 01:11 ApprenticeofEnder