LiveStreamDVR: Cannot add Channel
After I add a channel I don’t get any message. The menu just collapses, but the added channel appears in the Settings Channel Overview. Log Says `<html><body>
| helper | FATAL | Subscribe for 22552479:channel.update (giantwaffle) failed: Client error: POST https://api.twitch.tv/helix/eventsub/subscriptions resulted in a 409 Conflict response: {“error”:“Conflict”,“status”:409,“message”:“subscription already exists”}
– | – | – | –
I did not try to add the channel twice, but the error say already exists?
Using Docker have set the basic stuff as written in other issues.
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 51 (48 by maintainers)
Commits related to this issue
- add check for case mismatch when adding channel Fixes #83 — committed to MrBrax/LiveStreamDVR by MrBrax 2 years ago
alright, then i probably fixed it in develop, should hopefully be stable enough to push to master soon
i’ll add a check for it when adding channels, somehow twitch accepts case insensitive strings then
The project only starts recording when it recieves the notification from twitch initially, so partway recordings are only forceable, which isn’t recommended.
You can check if all subscriptions went through at
/api/v0/subscriptions/listThe connected/disconnected is the UI responding to live changes via websockets, if that’s somehow causing a problem i think you can disable it in the settings.