Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Twitter ratelimiting #10

Open
sentry-io bot opened this issue Jan 12, 2021 · 0 comments
Open

Twitter ratelimiting #10

sentry-io bot opened this issue Jan 12, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@sentry-io
Copy link

sentry-io bot commented Jan 12, 2021

Sentry Issue: MARCHYGUARD-5

Error: Error 429: Too Many Requests @ https://api.twitter.com/2/tweets/search/stream?media.fields=url%2Cpreview_image_url&tweet.fields=attachments%2Ccreated_at%2Centities%2Creferenced_tweets&user.fields=created_at%2Cname%2Cprofile_image_url%2Cusername&expan...
  File "/app/dist/modules/Twitter.js", line 53, in Function.receiveStream
    throw new Error(`Error ${streamResult.status}: ${streamResult.statusText} @ ${streamResult.url}`);
  File "/app/dist/modules/Twitter.js", line 59, in async Function.streamTweets
    const stream = await this.receiveStream();
  File "/app/dist/modules/Twitter.js", line 13, in async Function.start
    const stream = await this.streamTweets();
@Keanu73 Keanu73 added the bug Something isn't working label Jan 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant