junhoyeo / threads-api

Unofficial, Reverse-Engineered Node.js/TypeScript client for Meta's Threads. Web UI Included.
https://threads.junho.io
MIT License
1.58k stars 134 forks source link

Unhandled error AxiosError: Request failed with status code 429 #217

Closed dLiubchenko closed 11 months ago

dLiubchenko commented 11 months ago

I am encountering an error 429 (too many requests) while utilizing the Threads API on Firebase Functions. Below is the code for my function that is being called from the Swift application. I think it's happening on background login. It's working fine locally, but not on the Firebase Functions side.

image
dLiubchenko commented 11 months ago

I'm trying to use proxy provider for that - and nothing... I think proxy provider must to be implemented in the API side when the app trying to request endpoint of login

junhoyeo commented 11 months ago

@dLiubchenko Hi there! We believe this issue have been fixed now. Can you try again with the latest version? 👉 https://github.com/junhoyeo/threads-api/releases/tag/v1.5.3

dLiubchenko commented 11 months ago

@junhoyeo Im sorry, but Firebase is still experiencing a 429 error ☹️