MrBrax / LiveStreamDVR

An automatic livestream recorder
MIT License
330 stars 25 forks source link

Limit of Subscriptions ? Twitch Auth issue ? #495

Closed Pinso2727 closed 7 months ago

Pinso2727 commented 7 months ago

Describe the bug Hello,

Here's my problem, when subscribing, it works but only for 3/4 channels maximum, whereas I've added several, I've tried to remove them to re-add them but the problem persists.

See the screen below but I think I have an authentication problem with Twitch, when I enter the links I get error messages. I don't think there's much missing to make it work.

My goal is to have Subscription on all the channels I add.

Screenshots Capture d'écran 2024-02-13 123601

Capture  d'écran 2024-02-13 123928

Ca111pture d'écran 2024-02-13 124123

Capture d'écran 2024-02-13 12ffff4431

Capture d'écran 202dddd4-02-13 124548

Server:

MrBrax commented 7 months ago

user/websocket auth type has a limit of 10 subs or so

Pinso2727 commented 7 months ago

user/websocket auth type has a limit of 10 subs or so

@MrBrax

ohh ok, so should I switch to another type? app/user and webhook/websocket? or whatever combination we're limited to 10?

MrBrax commented 7 months ago

app + webhook is the default yes

Pinso2727 commented 7 months ago

@MrBrax

Perfect, thanks you goat