MrBrax / LiveStreamDVR

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

Container crashes when access deleted channel #449

Closed luckiestone closed 11 months ago

luckiestone commented 1 year ago

When delete one channel the address in the browser stays the same with channel id. If refresh this page, container will crash when re-access this deleted channel. Auto redirecting to example.com/settings/channels once a channel is deleted may solve this issue?

MrBrax commented 1 year ago

do you mean accessing it on the channel edit/update page? do you have the stack trace from the console log?

luckiestone commented 1 year ago

Yes, and I tried just now but didn't reproduce this time, don't know if it's related to vods, I cleared every channel and readded them before.

MrBrax commented 1 year ago

it really has to be triggered by something else, there's nothing that access anything volatile in the settings fetch from what i can see 🤔