Replies: 1 comment 6 replies
-
Weird. The response says to contact them (if you scroll past all the badgers...), so maybe they can explain why they are rate limiting a single request. The response claims this is done by IP, but that clearly is not true. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The following aiohttp code results in a 429 HTTP error.
But using requests and httpx works fine.
Using command line tools like
curl
,wget
, orncat
also work.So what is different about aiohttp's request that makes reddit servers not like it and how do I get it to work?
Beta Was this translation helpful? Give feedback.
All reactions