junhoyeo / threads-api

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

AxiosError: Request failed with status code 429 #174

Open gs18004 opened 1 year ago

gs18004 commented 1 year ago
const userID = await threadsAPI.getUserIDfromUsername(username);

doesn't work.

스크린샷 2023-07-15 오후 9 48 43
KingCh1ll commented 1 year ago

I keep getting this error as well on my linux server, and not on my Windows laptop.

KingCh1ll commented 1 year ago

Update: I downgraded to v1.3.1 and my problem resolved. Any long-term solutions would be great to hear.