Skip to content

Instantly share code, notes, and snippets.

@K0bin
Created June 5, 2020 17:28
Show Gist options
  • Save K0bin/fa6783aefb4e45515dddc4057a9ebeaa to your computer and use it in GitHub Desktop.
Save K0bin/fa6783aefb4e45515dddc4057a9ebeaa to your computer and use it in GitHub Desktop.
2020-06-05 18:59:31,640 - protocol.protobuf_client - INFO - Sentry present
2020-06-05 18:59:31,640 - protocol.protobuf_client - INFO - Sending log on message using token
2020-06-05 18:59:31,640 - protocol.protobuf_client - INFO - Sending message 5514 (94 bytes)
2020-06-05 18:59:31,640 - protocol.protobuf_client - INFO - Send message success
2020-06-05 18:59:31,920 - protocol.protobuf_client - INFO - Processing packet of 56 bytes
2020-06-05 18:59:31,920 - protocol.protobuf_client - INFO - Processing message 1
2020-06-05 18:59:31,920 - protocol.protobuf_client - INFO - Processing message Multi
2020-06-05 18:59:31,921 - protocol.protobuf_client - INFO - Processing packet of 38 bytes
2020-06-05 18:59:31,921 - protocol.protobuf_client - INFO - Session id: -1781901951
2020-06-05 18:59:31,921 - protocol.protobuf_client - INFO - Processing message 751
2020-06-05 18:59:31,921 - protocol.protobuf_client - INFO - Processing message ClientLogOnResponse
2020-06-05 18:59:31,921 - protocol.protobuf_client - INFO - Failed to log on, reason : eresult: 5
eresult_extended: 5
count_loginfailures_to_migrate: 0
count_disconnects_to_migrate: 0
2020-06-05 18:59:31,921 - protocol.protobuf_client - INFO - Finished processing message Multi
2020-06-05 18:59:31,921 - protocol.websocket_client - ERROR - Failed to establish authenticated WebSocket connection, retrying after 20 seconds
Traceback (most recent call last):
File "C:\Users\robin\AppData\Local\GOG.com\Galaxy\plugins\installed\steam_ca27391f-2675-49b1-92c0-896d43afa4f8\protocol\websocket_client.py", line 71, in run
await auth_task
File "C:\Users\robin\AppData\Local\GOG.com\Galaxy\plugins\installed\steam_ca27391f-2675-49b1-92c0-896d43afa4f8\protocol\websocket_client.py", line 225, in _authenticate
raise e
File "C:\Users\robin\AppData\Local\GOG.com\Galaxy\plugins\installed\steam_ca27391f-2675-49b1-92c0-896d43afa4f8\protocol\websocket_client.py", line 204, in _authenticate
ret_code = await self._protocol_client.authenticate_token(self._user_info_cache.steam_id, self._user_info_cache.account_username, self._user_info_cache.token, auth_lost_handler)
File "C:\Users\robin\AppData\Local\GOG.com\Galaxy\plugins\installed\steam_ca27391f-2675-49b1-92c0-896d43afa4f8\protocol\protocol_client.py", line 179, in authenticate_token
raise galaxy.api.errors.BackendError()
galaxy.api.errors.BackendError
2020-06-05 18:59:32,018 - galaxy.api.jsonrpc - INFO - Sending notification: method=push_cache, params={'data': '****'}
2020-06-05 18:59:32,021 - galaxy.api.jsonrpc - DEBUG - Sending 376370 bytes of data
2020-06-05 18:59:32,116 - galaxy.api.jsonrpc - DEBUG - Received 57 bytes of data
2020-06-05 18:59:32,116 - galaxy.api.jsonrpc - INFO - Handling request: id=3307, method=ping, params={}
2020-06-05 18:59:32,116 - root - DEBUG - Sending data: {"jsonrpc": "2.0", "id": "3307", "result": null}
2020-06-05 18:59:37,139 - galaxy.api.jsonrpc - DEBUG - Received 57 bytes of data
2020-06-05 18:59:37,139 - galaxy.api.jsonrpc - INFO - Handling request: id=3308, method=ping, params={}
2020-06-05 18:59:37,139 - root - DEBUG - Sending data: {"jsonrpc": "2.0", "id": "3308", "result": null}
2020-06-05 18:59:39,438 - root - INFO - Internal websocket exception caught during auth ConnectionClosedOK('code = 1000 (OK), no reason')
2020-06-05 18:59:39,438 - galaxy.task_manager - DEBUG - Task manager plugin external: canceled task 3 (Run WebSocketClient)
2020-06-05 18:59:39,438 - galaxy.api.jsonrpc - ERROR - Unexpected exception raised in plugin handler
Traceback (most recent call last):
File "C:\Users\robin\AppData\Local\GOG.com\Galaxy\plugins\installed\steam_ca27391f-2675-49b1-92c0-896d43afa4f8\galaxy\api\jsonrpc.py", line 271, in handle
result = await callback(*bound_args.args, **bound_args.kwargs)
File "C:\Users\robin\AppData\Local\GOG.com\Galaxy\plugins\installed\steam_ca27391f-2675-49b1-92c0-896d43afa4f8\galaxy\api\plugin.py", line 252, in method
result = await handler_(*args, **kwargs)
File "C:\Users\robin\AppData\Local\GOG.com\Galaxy\plugins\installed\steam_ca27391f-2675-49b1-92c0-896d43afa4f8\galaxy\api\plugin.py", line 264, in wrapper
return await self._external_task_manager.create_task(handler(*args, **kwargs), name, False)
File "C:\Users\robin\AppData\Local\GOG.com\Galaxy\plugins\installed\steam_ca27391f-2675-49b1-92c0-896d43afa4f8\galaxy\task_manager.py", line 21, in task_wrapper
result = await coro
File "C:\Users\robin\AppData\Local\GOG.com\Galaxy\plugins\installed\steam_ca27391f-2675-49b1-92c0-896d43afa4f8\plugin.py", line 256, in authenticate
self.raise_websocket_errors()
File "C:\Users\robin\AppData\Local\GOG.com\Galaxy\plugins\installed\steam_ca27391f-2675-49b1-92c0-896d43afa4f8\plugin.py", line 481, in raise_websocket_errors
raise result
File "C:\Users\robin\AppData\Local\GOG.com\Galaxy\plugins\installed\steam_ca27391f-2675-49b1-92c0-896d43afa4f8\protocol\websocket_client.py", line 71, in run
await auth_task
File "C:\Users\robin\AppData\Local\GOG.com\Galaxy\plugins\installed\steam_ca27391f-2675-49b1-92c0-896d43afa4f8\protocol\websocket_client.py", line 225, in _authenticate
raise e
File "C:\Users\robin\AppData\Local\GOG.com\Galaxy\plugins\installed\steam_ca27391f-2675-49b1-92c0-896d43afa4f8\protocol\websocket_client.py", line 204, in _authenticate
ret_code = await self._protocol_client.authenticate_token(self._user_info_cache.steam_id, self._user_info_cache.account_username, self._user_info_cache.token, auth_lost_handler)
File "C:\Users\robin\AppData\Local\GOG.com\Galaxy\plugins\installed\steam_ca27391f-2675-49b1-92c0-896d43afa4f8\protocol\protocol_client.py", line 174, in authenticate_token
await self._protobuf_client.log_on_token(steam_id, account_name, token, self._used_server_cell_id)
File "C:\Users\robin\AppData\Local\GOG.com\Galaxy\plugins\installed\steam_ca27391f-2675-49b1-92c0-896d43afa4f8\protocol\protobuf_client.py", line 152, in log_on_token
await self._send(EMsg.ClientLogon, message)
File "C:\Users\robin\AppData\Local\GOG.com\Galaxy\plugins\installed\steam_ca27391f-2675-49b1-92c0-896d43afa4f8\protocol\protobuf_client.py", line 269, in _send
await self._socket.send(data)
File "C:\Users\robin\AppData\Local\GOG.com\Galaxy\plugins\installed\steam_ca27391f-2675-49b1-92c0-896d43afa4f8\websockets\protocol.py", line 555, in send
await self.ensure_open()
File "C:\Users\robin\AppData\Local\GOG.com\Galaxy\plugins\installed\steam_ca27391f-2675-49b1-92c0-896d43afa4f8\websockets\protocol.py", line 803, in ensure_open
raise self.connection_closed_exc()
websockets.exceptions.ConnectionClosedOK: code = 1000 (OK), no reason
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment