Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/a5b5bbb26cd1669c0611960881637e315b13ae32 You should set ROOT_URL correctly, otherwise the web may not work correctly.

catch SocketException

pull/702/head
Luke Pulverenti 9 years ago
parent 34ff78d3a0
commit a5b5bbb26c

@ -592,6 +592,10 @@ namespace MediaBrowser.Dlna.Ssdp
catch (ObjectDisposedException)
{
}
catch (SocketException)
{
}
}
}

Loading…
Cancel
Save