twarc2: Stuck and not downloading tweets
See original GitHub issueI tried the following command:
twarc2 search from:vinnymma --archive tmp.jsonl
It takes forever and then downloads nothing at all. As you can see from https://twitter.com/vinnymma, this handle has several thousand tweets. Please note that I did not ge an issue with downloading tweets for any other handles.
Not sure if there is something unique about the above handle.
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Invalid string length - Twitter API v2
While downloading data through the Twitter Downloader tool, I got stuck with the error “Invalid string length” and could not get the requisite ......
Read more >twarc.Client2 - Read the Docs
Twarc2. A client for the Twitter v2 API. Source code in twarc/client2.py ... v in kwargs.items() if v is not None}} return params...
Read more >503 Error with search/all · Issue #449 · DocNow/twarc
I noticed when searching with --archive that I occasionally am getting this in the log: 2021-04-29 10:14:07737 WARNING 503 from Twitter API, ...
Read more >twarc2 conversation with some ID values doesn't return ...
twarc uses a search behind the scenes. The problem is the default Twitter v2 seach endpoint only returns data for the last 7...
Read more >Twitter Data Collection Using Twarc
Archiving Twitter JSON data. Researchers can use Twitter data to inform their work. This kind of data is not limited to a single...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@santoshbs you should find this fixed in v2.0.13 which you can install with
pip3 install --upgrade twarc
See #467 for a fix to the log messages.