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

Method handleError

syncplay/protocols.py:766–767  ·  view source on GitHub ↗
(self, error)

Source from the content-addressed store, hash-verified

764 self._watcher.updateState(position, paused, doSeek, self._pingService.getLastForwardDelay())
765
766 def handleError(self, error):
767 self.dropWithError(error["message"]) # TODO: more processing and fallbacking
768
769 def sendError(self, message):
770 self.sendMessage({"Error": {"message": message}})

Callers

nothing calls this directly

Calls 1

dropWithErrorMethod · 0.95

Tested by

no test coverage detected