MrBrax / LiveStreamDVR

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

the bottom right says Disconnected and (is not subscribed to stream.online. Please check the config and subscribe.) #512

Closed 111100001 closed 3 months ago

111100001 commented 3 months ago

i have everything set up. I have an https set up and accessible. i set up the twitch extension Client ID and twitch secret and connected to it.

but i still have the errors:

image

and still says Disconnected :

image

MrBrax commented 3 months ago

disconnected means that the websocket isn't set up correctly, it's just used for live updates in the gui.

i'm guessing something is wrong with your reverse proxy for the webhooks to not subscribe

111100001 commented 3 months ago

thank you! after some digging, i fixed it by adding this to the reverse proxy conf file:

  proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "Upgrade";
    proxy_set_header Host $host;