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

Method startedConnecting

syncplay/players/vlc.py:60–61  ·  view source on GitHub ↗
(self, connector)

Source from the content-addressed store, hash-verified

58 maxRetries = 50
59
60 def startedConnecting(self, connector):
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))

Callers

nothing calls this directly

Calls 1

showDebugMessageMethod · 0.45

Tested by

no test coverage detected