-
Notifications
You must be signed in to change notification settings - Fork 215
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
Wrong content-length header for datasets #261
Comments
Interesting, I can repro this. Thanks |
~Same thing, in Safari and wget, today, with https://ton.twimg.com/birdwatch-public-data/2024/09/21/notes/notes-00000.tsv % wget https://ton.twimg.com/birdwatch-public-data/2024/09/21/notes/notes-00000.tsv notes-00000.tsv 32%[===================================> ] 190.74M --.-KB/s eta 3m 51s (BUT, at least wget does sort-of-work/fail gracefully, eventually: 2024-09-21 19:43:08 (912 KB/s) - Connection closed at byte 200002828. Retrying. --2024-09-21 19:43:09-- (try: 2) https://ton.twimg.com/birdwatch-public-data/2024/09/21/notes/notes-00000.tsv
|
Describe the bug
When downloading the datasets from https://x.com/i/communitynotes/download-data using
wget
, it hangs, not receiving more data, because the content-length header is too big (566M
) for the file being served (185M
).To Reproduce
Expected behavior
The content-length header should be set to the file size.
The text was updated successfully, but these errors were encountered: