mirror of
https://github.com/imputnet/cobalt.git
synced 2026-03-13 02:14:56 -05:00
Twitter API returns 404, downloading from it is broken #318
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wukko on GitHub (Jun 15, 2024).
twitter's graphql api started returning 404 on every request from cobalt a few hours ago. all instances are affected.
update: the issue is not with request itself, same exact request works fine when done with curl. could be something related to fetch/undici?
@Yumega commented on GitHub (Jun 15, 2024):
Both Instagram and Twitter are out of work
@lostdusty commented on GitHub (Jun 15, 2024):
instagram is not related to this; instagram also works, but cobalt can't get all links due of instagram/profile restrictions
@wukko commented on GitHub (Jun 15, 2024):
turns out twitter blocked nodejs TLS client fingerprint, this is why curl worked fine while fetch got 404. now cobalt randomizes it just like chrome :)