Missing rate limit headers on getActorStarterPacks endpoint #3472
Unanswered
asmithh
asked this question in
Dev Debugging
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I royally messed up my exception handling and exponential backoffs while querying the getActorStarterPacks endpoint, and I've been getting 429 errors (with no headers indicating how long I should wait) for over 24 hours now. These are the headers I'm currently getting:
<CIMultiDictProxy('Date': 'Tue, 28 Jan 2025 16:14:36 GMT', 'Content-Type': 'text/html', 'Content-Length': '2350', 'Connection': 'keep-alive', 'Server': 'BunnyCDN-NY1-885', 'CDN-PullZone': '1816608', 'CDN-Uid': '57ad37ea-0c96-40cb-9722-d1abe3b3ecd9', 'CDN-RequestCountryCode': 'US', 'CDN-RequestId': '14ad3e798c0af3c41041e85e6c4590fc')
I'm using aiohttp in Python in case that is contributing to the issue at all. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions