MCPcopy Create free account
hub / github.com/Syncplay/syncplay / clientConnectionLost

Method clientConnectionLost

syncplay/players/vlc.py:63–65  ·  view source on GitHub ↗
(self, connector, reason)

Source from the content-addressed store, hash-verified

61 self._playerController._client.ui.showDebugMessage("Starting to connect to VLC...")
62
63 def clientConnectionLost(self, connector, reason):
64 self._playerController._client.ui.showDebugMessage("Connection to VLC lost: {}".format(reason))
65 ReconnectingClientFactory.clientConnectionLost(self, connector, reason)
66
67 def clientConnectionFailed(self, connector, reason):
68 self._playerController._client.ui.showDebugMessage("Connection to VLC failed: {}".format(reason))

Callers

nothing calls this directly

Calls 4

getMessageFunction · 0.90
showDebugMessageMethod · 0.45
connectMethod · 0.45
dropMethod · 0.45

Tested by

no test coverage detected