You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returns failed to unmarshal response when the limit is reached
or it just returns nothing.
It should return daily limit reaches as the app complies with the free plan. Counter resets tomorrow or whatever.
Error
error TwitterResponseError
at request (/var/task/src/server/.next/server/chunks/790.js:4098:15)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async rest (/var/task/src/server/.next/server/chunks/790.js:4127:22)
at async POST (/var/task/src/server/.next/server/app/api/tweets/post/route.js:175:18)
at async /var/task/src/server/.next/server/chunks/501.js:5773:37 {
status: 429,
statusText: 'Too Many Requests',
[POST] /api/tweets/post status=500
returns
failed to unmarshal response
when the limit is reachedor it just returns nothing.
It should return
daily limit reaches as the app complies with the free plan. Counter resets tomorrow
or whatever.Error
related to #47
The text was updated successfully, but these errors were encountered: