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

Method controllerIdentificationError

syncplay/client.py:1130–1132  ·  view source on GitHub ↗
(self, username, room)

Source from the content-addressed store, hash-verified

1128 self._protocol.requestControlledRoom(self.getRoom(), controlPassword)
1129
1130 def controllerIdentificationError(self, username, room):
1131 if username == self.getUsername():
1132 self.ui.showErrorMessage(getMessage("failed-to-identify-as-controller-notification").format(username))
1133
1134 def controllerIdentificationSuccess(self, username, roomname):
1135 self.userlist.setUserAsController(username)

Callers 1

handleSetMethod · 0.80

Calls 3

getUsernameMethod · 0.95
getMessageFunction · 0.90
showErrorMessageMethod · 0.45

Tested by

no test coverage detected