erdnaxeli / castblock

Automatically skip sponsor segments and ads in YouTube videos playing on Chromecast.
MIT License
183 stars 20 forks source link

Disapearing chromecasts are not watched again when they reconnect #4

Closed erdnaxeli closed 3 years ago

erdnaxeli commented 3 years ago

I have my internet box configured so the wifi is cut every night, so the chromecast is not connected anymore but it reconnects when the wifi comes back. I tried to support that but it does not seems to work, I need to debug what is happening exactly.

It seems in particular that go-chromecast has its own reconnection mechanism, which conflicts with mine. In particular go-chromecast watch retries 10 times (if --retries is not specified), and it looks like go-chromecast httpserver, when we issued a /connect command, tries to reconnect too.

erdnaxeli commented 3 years ago

So it worked today :shrug: . If it still work tomorrow I will consider this issue closed.

erdnaxeli commented 3 years ago

I guess it is ok.