-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Forbidden error after few tweets hydrated (403) #700
Comments
Maybe you are over your limit? Did you take a look in the developer portal? |
I checked and I am far from the monthly usage limit as mentioned on Developer portal. |
Ok, that's good. If you rerun the command does it fail immediately, or at the same point in the hydration? |
It looks it was an intermittent issue. It appears to work again - at least as of now. Thanks, @edsu for your attention, |
Sure, it's actually good to hear that twarc is still operational for people who have API access. |
For some reason, I am getting
Forbidden
error after twarc2 hydrates a few tweets. I am using the below command:twarc2 --verbose hydrate _tmp/tmp_ids.txt tmp.json
The log file had the following error:
2023-08-01 16:24:54,569 ERROR Unexpected HTTP response: <Response [403]>
Note that the configuration with bearer/api token all is fine. I was able to hydrate several thousand tweets yesterday. It is only today that I get this error.
Not sure how to debug and address this issue.
The text was updated successfully, but these errors were encountered: