[Enhancement] Fallback to local proxy if external proxy is not alive #5
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since i added
external_videoplayback_proxy
, if the proxy used is down, the backend will fail in all the videos. To fix this. I would need to check if the external proxy is alive every X seconds and if is not alive then just use the local proxy which will be always available as long as the central server where invidious is hosted is alive.Done at
eff8673efc
(squashed with a fixup commit that I did to fix this issue)