Twitch-Chat-Downloader icon indicating copy to clipboard operation
Twitch-Chat-Downloader copied to clipboard

Cannot authenticate with clientID/secret.

Open DooMMasteR opened this issue 1 year ago • 0 comments

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).

DooMMasteR avatar May 14 '23 21:05 DooMMasteR