Twitch-Chat-Downloader
Twitch-Chat-Downloader copied to clipboard
Cannot authenticate with clientID/secret.
Traceback (most recent call last):
File "/home/doommaster/.local/bin/tcd", line 8, in <module>
sys.exit(main())
^^^^^^
File "/home/doommaster/.local/lib/python3.11/site-packages/tcd/__init__.py", line 46, in main
download_all(args.channel, args.video_min,
File "/home/doommaster/.local/lib/python3.11/site-packages/tcd/__init__.py", line 28, in download_all
for video in videos:
File "/home/doommaster/.local/lib/python3.11/site-packages/tcd/twitch.py", line 251, in videos
res = gql(f'''
^^^^^^^^
File "/home/doommaster/.local/lib/python3.11/site-packages/tcd/twitch.py", line 28, in gql
raise Exception(res.text)
Exception: {"error":"Bad Request","status":400,"message":"The \"Client-ID\" header is invalid."}
This seems to be a common issue affecting some other GraphQL apps too :-(
it works without any credentials though (at least on the channel I used it on).