Guest User

Dedimania Error Log

a guest
Oct 31st, 2020
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.62 KB | None | 0 0
  1. Oct 28 20:45:36 gameserver systemd[1]: Started pyplanet-lol.service.
  2. Oct 28 20:45:36 gameserver pyplanet[413568]: INFO [Main][pyplanet.core.management.commands.start] Initiated configuration and environment...
  3. Oct 28 20:45:36 gameserver pyplanet[413568]: INFO [Main][pyplanet.core.management.commands.start] -------------------------------[ PyPlanet v0.9.5 ]-------------------------------
  4. Oct 28 20:45:36 gameserver pyplanet[413579]: INFO [Main][pyplanet.god.process] Starting pool process for 'default'...
  5. Oct 28 20:45:36 gameserver pyplanet[413579]: INFO [default][root] Database connection established!
  6. Oct 28 20:45:40 gameserver pyplanet[413579]: INFO [default][root] Apps successfully started!
  7. Oct 28 20:45:41 gameserver pyplanet[413579]: INFO [default][pyplanet.apps.contrib.admin.player] Welcome to PyPlanet, to claim admin rights, copy and paste this in the chat: /claim ab43364afd5eeb6f
  8. Oct 28 20:56:40 gameserver pyplanet[413579]: ERROR [default][pyplanet.apps.contrib.dedimania.api] Sending times to dedimania failed. Info: [[False], [{'globalTTR': 0.022182, 'methods': [{'methodName': 'dedimania.WarningsAndTTR', 'errors': '', 'TTR': 7.9999999999993e-06}, {'methodName': 'dedimania.SetChallengeTimes', 'errors': 'Warning in method_helper.php(1383): VReplay has not the same time as best time (21986,23038) !', 'TTR': 0.001741}]}]]
  9. Oct 29 04:58:42 gameserver pyplanet[413579]: ERROR [default][pyplanet.apps.contrib.dedimania] HTTPConnectionPool(host='dedimania.net', port=8082): Read timed out. (read timeout=10)
  10. Oct 29 04:58:42 gameserver pyplanet[413579]: Traceback (most recent call last):
  11. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 421, in _make_request
  12. Oct 29 04:58:42 gameserver pyplanet[413579]: six.raise_from(e, None)
  13. Oct 29 04:58:42 gameserver pyplanet[413579]: File "<string>", line 3, in raise_from
  14. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 416, in _make_request
  15. Oct 29 04:58:42 gameserver pyplanet[413579]: httplib_response = conn.getresponse()
  16. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/http/client.py", line 1369, in getresponse
  17. Oct 29 04:58:42 gameserver pyplanet[413579]: response.begin()
  18. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/http/client.py", line 310, in begin
  19. Oct 29 04:58:42 gameserver pyplanet[413579]: version, status, reason = self._read_status()
  20. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/http/client.py", line 271, in _read_status
  21. Oct 29 04:58:42 gameserver pyplanet[413579]: line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  22. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/socket.py", line 589, in readinto
  23. Oct 29 04:58:42 gameserver pyplanet[413579]: return self._sock.recv_into(b)
  24. Oct 29 04:58:42 gameserver pyplanet[413579]: socket.timeout: timed out
  25. Oct 29 04:58:42 gameserver pyplanet[413579]: During handling of the above exception, another exception occurred:
  26. Oct 29 04:58:42 gameserver pyplanet[413579]: Traceback (most recent call last):
  27. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/requests/adapters.py", line 449, in send
  28. Oct 29 04:58:42 gameserver pyplanet[413579]: timeout=timeout
  29. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 720, in urlopen
  30. Oct 29 04:58:42 gameserver pyplanet[413579]: method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
  31. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/util/retry.py", line 400, in increment
  32. Oct 29 04:58:42 gameserver pyplanet[413579]: raise six.reraise(type(error), error, _stacktrace)
  33. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/packages/six.py", line 735, in reraise
  34. Oct 29 04:58:42 gameserver pyplanet[413579]: raise value
  35. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 672, in urlopen
  36. Oct 29 04:58:42 gameserver pyplanet[413579]: chunked=chunked,
  37. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 423, in _make_request
  38. Oct 29 04:58:42 gameserver pyplanet[413579]: self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
  39. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 331, in _raise_timeout
  40. Oct 29 04:58:42 gameserver pyplanet[413579]: self, url, "Read timed out. (read timeout=%s)" % timeout_value
  41. Oct 29 04:58:42 gameserver pyplanet[413579]: urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='dedimania.net', port=8082): Read timed out. (read timeout=10)
  42. Oct 29 04:58:42 gameserver pyplanet[413579]: During handling of the above exception, another exception occurred:
  43. Oct 29 04:58:42 gameserver pyplanet[413579]: Traceback (most recent call last):
  44. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 80, in execute
  45. Oct 29 04:58:42 gameserver pyplanet[413579]: res = await self.loop.run_in_executor(None, self.__request, body)
  46. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/concurrent/futures/thread.py", line 57, in run
  47. Oct 29 04:58:42 gameserver pyplanet[413579]: result = self.fn(*self.args, **self.kwargs)
  48. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 74, in __request
  49. Oct 29 04:58:42 gameserver pyplanet[413579]: return self.client.request('POST', self.API_URL, None, body, self.headers, timeout=10)
  50. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/requests/sessions.py", line 533, in request
  51. Oct 29 04:58:42 gameserver pyplanet[413579]: resp = self.send(prep, **send_kwargs)
  52. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/requests/sessions.py", line 646, in send
  53. Oct 29 04:58:42 gameserver pyplanet[413579]: r = adapter.send(request, **kwargs)
  54. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/requests/adapters.py", line 529, in send
  55. Oct 29 04:58:42 gameserver pyplanet[413579]: raise ReadTimeout(e, request=request)
  56. Oct 29 04:58:42 gameserver pyplanet[413579]: requests.exceptions.ReadTimeout: HTTPConnectionPool(host='dedimania.net', port=8082): Read timed out. (read timeout=10)
  57. Oct 29 04:58:42 gameserver pyplanet[413579]: The above exception was the direct cause of the following exception:
  58. Oct 29 04:58:42 gameserver pyplanet[413579]: Traceback (most recent call last):
  59. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/__init__.py", line 356, in refresh_records
  60. Oct 29 04:58:42 gameserver pyplanet[413579]: server_login=self.instance.game.server_player_login
  61. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 277, in get_map_details
  62. Oct 29 04:58:42 gameserver pyplanet[413579]: }, player_list)
  63. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 141, in multicall
  64. Oct 29 04:58:42 gameserver pyplanet[413579]: return await self.execute('system.multicall', [{'methodName': c[0], 'params': c[1:]} for c in queries])
  65. Oct 29 04:58:42 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 89, in execute
  66. Oct 29 04:58:42 gameserver pyplanet[413579]: raise DedimaniaTransportException(e) from e
  67. Oct 29 04:58:42 gameserver pyplanet[413579]: pyplanet.apps.contrib.dedimania.exceptions.DedimaniaTransportException: HTTPConnectionPool(host='dedimania.net', port=8082): Read timed out. (read timeout=10)
  68. Oct 29 05:09:17 gameserver pyplanet[413579]: ERROR [default][pyplanet.apps.contrib.dedimania] HTTPConnectionPool(host='dedimania.net', port=8082): Read timed out. (read timeout=10)
  69. Oct 29 05:09:17 gameserver pyplanet[413579]: Traceback (most recent call last):
  70. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 421, in _make_request
  71. Oct 29 05:09:17 gameserver pyplanet[413579]: six.raise_from(e, None)
  72. Oct 29 05:09:17 gameserver pyplanet[413579]: File "<string>", line 3, in raise_from
  73. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 416, in _make_request
  74. Oct 29 05:09:17 gameserver pyplanet[413579]: httplib_response = conn.getresponse()
  75. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/http/client.py", line 1369, in getresponse
  76. Oct 29 05:09:17 gameserver pyplanet[413579]: response.begin()
  77. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/http/client.py", line 310, in begin
  78. Oct 29 05:09:17 gameserver pyplanet[413579]: version, status, reason = self._read_status()
  79. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/http/client.py", line 271, in _read_status
  80. Oct 29 05:09:17 gameserver pyplanet[413579]: line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  81. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/socket.py", line 589, in readinto
  82. Oct 29 05:09:17 gameserver pyplanet[413579]: return self._sock.recv_into(b)
  83. Oct 29 05:09:17 gameserver pyplanet[413579]: socket.timeout: timed out
  84. Oct 29 05:09:17 gameserver pyplanet[413579]: During handling of the above exception, another exception occurred:
  85. Oct 29 05:09:17 gameserver pyplanet[413579]: Traceback (most recent call last):
  86. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/requests/adapters.py", line 449, in send
  87. Oct 29 05:09:17 gameserver pyplanet[413579]: timeout=timeout
  88. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 720, in urlopen
  89. Oct 29 05:09:17 gameserver pyplanet[413579]: method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
  90. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/util/retry.py", line 400, in increment
  91. Oct 29 05:09:17 gameserver pyplanet[413579]: raise six.reraise(type(error), error, _stacktrace)
  92. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/packages/six.py", line 735, in reraise
  93. Oct 29 05:09:17 gameserver pyplanet[413579]: raise value
  94. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 672, in urlopen
  95. Oct 29 05:09:17 gameserver pyplanet[413579]: chunked=chunked,
  96. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 423, in _make_request
  97. Oct 29 05:09:17 gameserver pyplanet[413579]: self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
  98. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 331, in _raise_timeout
  99. Oct 29 05:09:17 gameserver pyplanet[413579]: self, url, "Read timed out. (read timeout=%s)" % timeout_value
  100. Oct 29 05:09:17 gameserver pyplanet[413579]: urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='dedimania.net', port=8082): Read timed out. (read timeout=10)
  101. Oct 29 05:09:17 gameserver pyplanet[413579]: During handling of the above exception, another exception occurred:
  102. Oct 29 05:09:17 gameserver pyplanet[413579]: Traceback (most recent call last):
  103. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 80, in execute
  104. Oct 29 05:09:17 gameserver pyplanet[413579]: res = await self.loop.run_in_executor(None, self.__request, body)
  105. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/concurrent/futures/thread.py", line 57, in run
  106. Oct 29 05:09:17 gameserver pyplanet[413579]: result = self.fn(*self.args, **self.kwargs)
  107. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 74, in __request
  108. Oct 29 05:09:17 gameserver pyplanet[413579]: return self.client.request('POST', self.API_URL, None, body, self.headers, timeout=10)
  109. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/requests/sessions.py", line 533, in request
  110. Oct 29 05:09:17 gameserver pyplanet[413579]: resp = self.send(prep, **send_kwargs)
  111. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/requests/sessions.py", line 646, in send
  112. Oct 29 05:09:17 gameserver pyplanet[413579]: r = adapter.send(request, **kwargs)
  113. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/requests/adapters.py", line 529, in send
  114. Oct 29 05:09:17 gameserver pyplanet[413579]: raise ReadTimeout(e, request=request)
  115. Oct 29 05:09:17 gameserver pyplanet[413579]: requests.exceptions.ReadTimeout: HTTPConnectionPool(host='dedimania.net', port=8082): Read timed out. (read timeout=10)
  116. Oct 29 05:09:17 gameserver pyplanet[413579]: The above exception was the direct cause of the following exception:
  117. Oct 29 05:09:17 gameserver pyplanet[413579]: Traceback (most recent call last):
  118. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/__init__.py", line 356, in refresh_records
  119. Oct 29 05:09:17 gameserver pyplanet[413579]: server_login=self.instance.game.server_player_login
  120. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 277, in get_map_details
  121. Oct 29 05:09:17 gameserver pyplanet[413579]: }, player_list)
  122. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 141, in multicall
  123. Oct 29 05:09:17 gameserver pyplanet[413579]: return await self.execute('system.multicall', [{'methodName': c[0], 'params': c[1:]} for c in queries])
  124. Oct 29 05:09:17 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 89, in execute
  125. Oct 29 05:09:17 gameserver pyplanet[413579]: raise DedimaniaTransportException(e) from e
  126. Oct 29 05:09:17 gameserver pyplanet[413579]: pyplanet.apps.contrib.dedimania.exceptions.DedimaniaTransportException: HTTPConnectionPool(host='dedimania.net', port=8082): Read timed out. (read timeout=10)
  127. Oct 29 06:44:34 gameserver pyplanet[413579]: ERROR [default][pyplanet.apps.contrib.dedimania] HTTPConnectionPool(host='dedimania.net', port=8082): Read timed out. (read timeout=10)
  128. Oct 29 06:44:34 gameserver pyplanet[413579]: Traceback (most recent call last):
  129. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 421, in _make_request
  130. Oct 29 06:44:34 gameserver pyplanet[413579]: six.raise_from(e, None)
  131. Oct 29 06:44:34 gameserver pyplanet[413579]: File "<string>", line 3, in raise_from
  132. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 416, in _make_request
  133. Oct 29 06:44:34 gameserver pyplanet[413579]: httplib_response = conn.getresponse()
  134. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/http/client.py", line 1369, in getresponse
  135. Oct 29 06:44:34 gameserver pyplanet[413579]: response.begin()
  136. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/http/client.py", line 310, in begin
  137. Oct 29 06:44:34 gameserver pyplanet[413579]: version, status, reason = self._read_status()
  138. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/http/client.py", line 271, in _read_status
  139. Oct 29 06:44:34 gameserver pyplanet[413579]: line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  140. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/socket.py", line 589, in readinto
  141. Oct 29 06:44:34 gameserver pyplanet[413579]: return self._sock.recv_into(b)
  142. Oct 29 06:44:34 gameserver pyplanet[413579]: socket.timeout: timed out
  143. Oct 29 06:44:34 gameserver pyplanet[413579]: During handling of the above exception, another exception occurred:
  144. Oct 29 06:44:34 gameserver pyplanet[413579]: Traceback (most recent call last):
  145. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/requests/adapters.py", line 449, in send
  146. Oct 29 06:44:34 gameserver pyplanet[413579]: timeout=timeout
  147. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 720, in urlopen
  148. Oct 29 06:44:34 gameserver pyplanet[413579]: method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
  149. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/util/retry.py", line 400, in increment
  150. Oct 29 06:44:34 gameserver pyplanet[413579]: raise six.reraise(type(error), error, _stacktrace)
  151. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/packages/six.py", line 735, in reraise
  152. Oct 29 06:44:34 gameserver pyplanet[413579]: raise value
  153. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 672, in urlopen
  154. Oct 29 06:44:34 gameserver pyplanet[413579]: chunked=chunked,
  155. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 423, in _make_request
  156. Oct 29 06:44:34 gameserver pyplanet[413579]: self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
  157. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 331, in _raise_timeout
  158. Oct 29 06:44:34 gameserver pyplanet[413579]: self, url, "Read timed out. (read timeout=%s)" % timeout_value
  159. Oct 29 06:44:34 gameserver pyplanet[413579]: urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='dedimania.net', port=8082): Read timed out. (read timeout=10)
  160. Oct 29 06:44:34 gameserver pyplanet[413579]: During handling of the above exception, another exception occurred:
  161. Oct 29 06:44:34 gameserver pyplanet[413579]: Traceback (most recent call last):
  162. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 80, in execute
  163. Oct 29 06:44:34 gameserver pyplanet[413579]: res = await self.loop.run_in_executor(None, self.__request, body)
  164. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/concurrent/futures/thread.py", line 57, in run
  165. Oct 29 06:44:34 gameserver pyplanet[413579]: result = self.fn(*self.args, **self.kwargs)
  166. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 74, in __request
  167. Oct 29 06:44:34 gameserver pyplanet[413579]: return self.client.request('POST', self.API_URL, None, body, self.headers, timeout=10)
  168. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/requests/sessions.py", line 533, in request
  169. Oct 29 06:44:34 gameserver pyplanet[413579]: resp = self.send(prep, **send_kwargs)
  170. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/requests/sessions.py", line 646, in send
  171. Oct 29 06:44:34 gameserver pyplanet[413579]: r = adapter.send(request, **kwargs)
  172. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/requests/adapters.py", line 529, in send
  173. Oct 29 06:44:34 gameserver pyplanet[413579]: raise ReadTimeout(e, request=request)
  174. Oct 29 06:44:34 gameserver pyplanet[413579]: requests.exceptions.ReadTimeout: HTTPConnectionPool(host='dedimania.net', port=8082): Read timed out. (read timeout=10)
  175. Oct 29 06:44:34 gameserver pyplanet[413579]: The above exception was the direct cause of the following exception:
  176. Oct 29 06:44:34 gameserver pyplanet[413579]: Traceback (most recent call last):
  177. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/__init__.py", line 356, in refresh_records
  178. Oct 29 06:44:34 gameserver pyplanet[413579]: server_login=self.instance.game.server_player_login
  179. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 277, in get_map_details
  180. Oct 29 06:44:34 gameserver pyplanet[413579]: }, player_list)
  181. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 141, in multicall
  182. Oct 29 06:44:34 gameserver pyplanet[413579]: return await self.execute('system.multicall', [{'methodName': c[0], 'params': c[1:]} for c in queries])
  183. Oct 29 06:44:34 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 89, in execute
  184. Oct 29 06:44:34 gameserver pyplanet[413579]: raise DedimaniaTransportException(e) from e
  185. Oct 29 06:44:34 gameserver pyplanet[413579]: pyplanet.apps.contrib.dedimania.exceptions.DedimaniaTransportException: HTTPConnectionPool(host='dedimania.net', port=8082): Read timed out. (read timeout=10)
  186. Oct 30 04:45:18 gameserver pyplanet[413579]: ERROR [default][pyplanet.apps.contrib.dedimania] HTTPConnectionPool(host='dedimania.net', port=8082): Read timed out. (read timeout=10)
  187. Oct 30 04:45:18 gameserver pyplanet[413579]: Traceback (most recent call last):
  188. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 421, in _make_request
  189. Oct 30 04:45:18 gameserver pyplanet[413579]: six.raise_from(e, None)
  190. Oct 30 04:45:18 gameserver pyplanet[413579]: File "<string>", line 3, in raise_from
  191. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 416, in _make_request
  192. Oct 30 04:45:18 gameserver pyplanet[413579]: httplib_response = conn.getresponse()
  193. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/http/client.py", line 1369, in getresponse
  194. Oct 30 04:45:18 gameserver pyplanet[413579]: response.begin()
  195. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/http/client.py", line 310, in begin
  196. Oct 30 04:45:18 gameserver pyplanet[413579]: version, status, reason = self._read_status()
  197. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/http/client.py", line 271, in _read_status
  198. Oct 30 04:45:18 gameserver pyplanet[413579]: line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  199. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/socket.py", line 589, in readinto
  200. Oct 30 04:45:18 gameserver pyplanet[413579]: return self._sock.recv_into(b)
  201. Oct 30 04:45:18 gameserver pyplanet[413579]: socket.timeout: timed out
  202. Oct 30 04:45:18 gameserver pyplanet[413579]: During handling of the above exception, another exception occurred:
  203. Oct 30 04:45:18 gameserver pyplanet[413579]: Traceback (most recent call last):
  204. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/requests/adapters.py", line 449, in send
  205. Oct 30 04:45:18 gameserver pyplanet[413579]: timeout=timeout
  206. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 720, in urlopen
  207. Oct 30 04:45:18 gameserver pyplanet[413579]: method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
  208. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/util/retry.py", line 400, in increment
  209. Oct 30 04:45:18 gameserver pyplanet[413579]: raise six.reraise(type(error), error, _stacktrace)
  210. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/packages/six.py", line 735, in reraise
  211. Oct 30 04:45:18 gameserver pyplanet[413579]: raise value
  212. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 672, in urlopen
  213. Oct 30 04:45:18 gameserver pyplanet[413579]: chunked=chunked,
  214. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 423, in _make_request
  215. Oct 30 04:45:18 gameserver pyplanet[413579]: self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
  216. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 331, in _raise_timeout
  217. Oct 30 04:45:18 gameserver pyplanet[413579]: self, url, "Read timed out. (read timeout=%s)" % timeout_value
  218. Oct 30 04:45:18 gameserver pyplanet[413579]: urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='dedimania.net', port=8082): Read timed out. (read timeout=10)
  219. Oct 30 04:45:18 gameserver pyplanet[413579]: During handling of the above exception, another exception occurred:
  220. Oct 30 04:45:18 gameserver pyplanet[413579]: Traceback (most recent call last):
  221. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 80, in execute
  222. Oct 30 04:45:18 gameserver pyplanet[413579]: res = await self.loop.run_in_executor(None, self.__request, body)
  223. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/concurrent/futures/thread.py", line 57, in run
  224. Oct 30 04:45:18 gameserver pyplanet[413579]: result = self.fn(*self.args, **self.kwargs)
  225. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 74, in __request
  226. Oct 30 04:45:18 gameserver pyplanet[413579]: return self.client.request('POST', self.API_URL, None, body, self.headers, timeout=10)
  227. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/requests/sessions.py", line 533, in request
  228. Oct 30 04:45:18 gameserver pyplanet[413579]: resp = self.send(prep, **send_kwargs)
  229. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/requests/sessions.py", line 646, in send
  230. Oct 30 04:45:18 gameserver pyplanet[413579]: r = adapter.send(request, **kwargs)
  231. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/requests/adapters.py", line 529, in send
  232. Oct 30 04:45:18 gameserver pyplanet[413579]: raise ReadTimeout(e, request=request)
  233. Oct 30 04:45:18 gameserver pyplanet[413579]: requests.exceptions.ReadTimeout: HTTPConnectionPool(host='dedimania.net', port=8082): Read timed out. (read timeout=10)
  234. Oct 30 04:45:18 gameserver pyplanet[413579]: The above exception was the direct cause of the following exception:
  235. Oct 30 04:45:18 gameserver pyplanet[413579]: Traceback (most recent call last):
  236. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/__init__.py", line 356, in refresh_records
  237. Oct 30 04:45:18 gameserver pyplanet[413579]: server_login=self.instance.game.server_player_login
  238. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 277, in get_map_details
  239. Oct 30 04:45:18 gameserver pyplanet[413579]: }, player_list)
  240. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 141, in multicall
  241. Oct 30 04:45:18 gameserver pyplanet[413579]: return await self.execute('system.multicall', [{'methodName': c[0], 'params': c[1:]} for c in queries])
  242. Oct 30 04:45:18 gameserver pyplanet[413579]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 89, in execute
  243. Oct 30 04:45:18 gameserver pyplanet[413579]: raise DedimaniaTransportException(e) from e
  244. Oct 30 04:45:18 gameserver pyplanet[413579]: pyplanet.apps.contrib.dedimania.exceptions.DedimaniaTransportException: HTTPConnectionPool(host='dedimania.net', port=8082): Read timed out. (read timeout=10)
  245. Oct 30 08:32:13 gameserver systemd[1]: Stopping pyplanet-lol.service...
  246. Oct 30 08:32:14 gameserver systemd[1]: pyplanet-lol.service: Succeeded.
  247. Oct 30 08:32:14 gameserver systemd[1]: Stopped pyplanet-lol.service.
  248. -- Reboot --
  249. Oct 30 08:39:07 gameserver systemd[1]: Started pyplanet-lol.service.
  250. Oct 30 08:39:09 gameserver pyplanet[723]: INFO [Main][pyplanet.core.management.commands.start] Initiated configuration and environment...
  251. Oct 30 08:39:09 gameserver pyplanet[723]: INFO [Main][pyplanet.core.management.commands.start] -------------------------------[ PyPlanet v0.9.5 ]-------------------------------
  252. Oct 30 08:39:10 gameserver pyplanet[918]: INFO [Main][pyplanet.god.process] Starting pool process for 'default'...
  253. Oct 30 08:39:12 gameserver pyplanet[918]: INFO [default][root] Database connection established!
  254. Oct 30 08:39:14 gameserver pyplanet[918]: INFO [default][root] Apps successfully started!
  255. Oct 30 08:39:17 gameserver pyplanet[918]: INFO [default][pyplanet.apps.contrib.admin.player] Welcome to PyPlanet, to claim admin rights, copy and paste this in the chat: /claim 0ebb9a0f3f7a946d
  256. Oct 30 10:41:35 gameserver systemd[1]: Stopping pyplanet-lol.service...
  257. Oct 30 10:41:36 gameserver systemd[1]: pyplanet-lol.service: Succeeded.
  258. Oct 30 10:41:36 gameserver systemd[1]: Stopped pyplanet-lol.service.
  259. -- Reboot --
  260. Oct 30 10:43:03 gameserver systemd[1]: Started pyplanet-lol.service.
  261. Oct 30 10:43:06 gameserver pyplanet[706]: INFO [Main][pyplanet.core.management.commands.start] Initiated configuration and environment...
  262. Oct 30 10:43:06 gameserver pyplanet[706]: INFO [Main][pyplanet.core.management.commands.start] -------------------------------[ PyPlanet v0.9.5 ]-------------------------------
  263. Oct 30 10:43:06 gameserver pyplanet[867]: INFO [Main][pyplanet.god.process] Starting pool process for 'default'...
  264. Oct 30 10:43:09 gameserver pyplanet[867]: INFO [default][root] Database connection established!
  265. Oct 30 10:43:10 gameserver pyplanet[867]: INFO [default][root] Apps successfully started!
  266. Oct 30 10:43:13 gameserver pyplanet[867]: INFO [default][pyplanet.apps.contrib.admin.player] Welcome to PyPlanet, to claim admin rights, copy and paste this in the chat: /claim afdd9598b612a0a0
  267. Oct 30 10:43:16 gameserver systemd[1]: Stopping pyplanet-lol.service...
  268. Oct 30 10:43:16 gameserver systemd[1]: pyplanet-lol.service: Succeeded.
  269. Oct 30 10:43:16 gameserver systemd[1]: Stopped pyplanet-lol.service.
  270. -- Reboot --
  271. Oct 30 10:44:23 gameserver systemd[1]: Started pyplanet-lol.service.
  272. Oct 30 10:44:26 gameserver pyplanet[712]: INFO [Main][pyplanet.core.management.commands.start] Initiated configuration and environment...
  273. Oct 30 10:44:26 gameserver pyplanet[712]: INFO [Main][pyplanet.core.management.commands.start] -------------------------------[ PyPlanet v0.9.5 ]-------------------------------
  274. Oct 30 10:44:26 gameserver pyplanet[868]: INFO [Main][pyplanet.god.process] Starting pool process for 'default'...
  275. Oct 30 10:44:28 gameserver pyplanet[868]: INFO [default][root] Database connection established!
  276. Oct 30 10:44:30 gameserver pyplanet[868]: INFO [default][root] Apps successfully started!
  277. Oct 30 10:44:33 gameserver pyplanet[868]: INFO [default][pyplanet.apps.contrib.admin.player] Welcome to PyPlanet, to claim admin rights, copy and paste this in the chat: /claim 86161b8b9758e4b9
  278. Oct 30 10:50:11 gameserver systemd[1]: Stopping pyplanet-lol.service...
  279. Oct 30 10:50:12 gameserver systemd[1]: pyplanet-lol.service: Succeeded.
  280. Oct 30 10:50:12 gameserver systemd[1]: Stopped pyplanet-lol.service.
  281. -- Reboot --
  282. Oct 30 10:51:24 gameserver systemd[1]: Started pyplanet-lol.service.
  283. Oct 30 10:51:27 gameserver pyplanet[709]: INFO [Main][pyplanet.core.management.commands.start] Initiated configuration and environment...
  284. Oct 30 10:51:27 gameserver pyplanet[709]: INFO [Main][pyplanet.core.management.commands.start] -------------------------------[ PyPlanet v0.9.5 ]-------------------------------
  285. Oct 30 10:51:28 gameserver pyplanet[868]: INFO [Main][pyplanet.god.process] Starting pool process for 'default'...
  286. Oct 30 10:51:30 gameserver pyplanet[868]: INFO [default][root] Database connection established!
  287. Oct 30 10:51:31 gameserver pyplanet[868]: INFO [default][root] Apps successfully started!
  288. Oct 30 10:51:34 gameserver pyplanet[868]: INFO [default][pyplanet.apps.contrib.admin.player] Welcome to PyPlanet, to claim admin rights, copy and paste this in the chat: /claim 327c4e64a7f660a9
  289. Oct 31 05:08:05 gameserver pyplanet[868]: ERROR [default][pyplanet.apps.contrib.dedimania] HTTPConnectionPool(host='dedimania.net', port=8082): Read timed out. (read timeout=10)
  290. Oct 31 05:08:05 gameserver pyplanet[868]: Traceback (most recent call last):
  291. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 421, in _make_request
  292. Oct 31 05:08:05 gameserver pyplanet[868]: six.raise_from(e, None)
  293. Oct 31 05:08:05 gameserver pyplanet[868]: File "<string>", line 3, in raise_from
  294. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 416, in _make_request
  295. Oct 31 05:08:05 gameserver pyplanet[868]: httplib_response = conn.getresponse()
  296. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/http/client.py", line 1369, in getresponse
  297. Oct 31 05:08:05 gameserver pyplanet[868]: response.begin()
  298. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/http/client.py", line 310, in begin
  299. Oct 31 05:08:05 gameserver pyplanet[868]: version, status, reason = self._read_status()
  300. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/http/client.py", line 271, in _read_status
  301. Oct 31 05:08:05 gameserver pyplanet[868]: line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
  302. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/socket.py", line 589, in readinto
  303. Oct 31 05:08:05 gameserver pyplanet[868]: return self._sock.recv_into(b)
  304. Oct 31 05:08:05 gameserver pyplanet[868]: socket.timeout: timed out
  305. Oct 31 05:08:05 gameserver pyplanet[868]: During handling of the above exception, another exception occurred:
  306. Oct 31 05:08:05 gameserver pyplanet[868]: Traceback (most recent call last):
  307. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/requests/adapters.py", line 449, in send
  308. Oct 31 05:08:05 gameserver pyplanet[868]: timeout=timeout
  309. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 720, in urlopen
  310. Oct 31 05:08:05 gameserver pyplanet[868]: method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
  311. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/util/retry.py", line 400, in increment
  312. Oct 31 05:08:05 gameserver pyplanet[868]: raise six.reraise(type(error), error, _stacktrace)
  313. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/packages/six.py", line 735, in reraise
  314. Oct 31 05:08:05 gameserver pyplanet[868]: raise value
  315. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 672, in urlopen
  316. Oct 31 05:08:05 gameserver pyplanet[868]: chunked=chunked,
  317. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 423, in _make_request
  318. Oct 31 05:08:05 gameserver pyplanet[868]: self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
  319. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/urllib3/connectionpool.py", line 331, in _raise_timeout
  320. Oct 31 05:08:05 gameserver pyplanet[868]: self, url, "Read timed out. (read timeout=%s)" % timeout_value
  321. Oct 31 05:08:05 gameserver pyplanet[868]: urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='dedimania.net', port=8082): Read timed out. (read timeout=10)
  322. Oct 31 05:08:05 gameserver pyplanet[868]: During handling of the above exception, another exception occurred:
  323. Oct 31 05:08:05 gameserver pyplanet[868]: Traceback (most recent call last):
  324. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 80, in execute
  325. Oct 31 05:08:05 gameserver pyplanet[868]: res = await self.loop.run_in_executor(None, self.__request, body)
  326. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/lib/python3.7/concurrent/futures/thread.py", line 57, in run
  327. Oct 31 05:08:05 gameserver pyplanet[868]: result = self.fn(*self.args, **self.kwargs)
  328. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 74, in __request
  329. Oct 31 05:08:05 gameserver pyplanet[868]: return self.client.request('POST', self.API_URL, None, body, self.headers, timeout=10)
  330. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/requests/sessions.py", line 533, in request
  331. Oct 31 05:08:05 gameserver pyplanet[868]: resp = self.send(prep, **send_kwargs)
  332. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/requests/sessions.py", line 646, in send
  333. Oct 31 05:08:05 gameserver pyplanet[868]: r = adapter.send(request, **kwargs)
  334. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/requests/adapters.py", line 529, in send
  335. Oct 31 05:08:05 gameserver pyplanet[868]: raise ReadTimeout(e, request=request)
  336. Oct 31 05:08:05 gameserver pyplanet[868]: requests.exceptions.ReadTimeout: HTTPConnectionPool(host='dedimania.net', port=8082): Read timed out. (read timeout=10)
  337. Oct 31 05:08:05 gameserver pyplanet[868]: The above exception was the direct cause of the following exception:
  338. Oct 31 05:08:05 gameserver pyplanet[868]: Traceback (most recent call last):
  339. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/__init__.py", line 356, in refresh_records
  340. Oct 31 05:08:05 gameserver pyplanet[868]: server_login=self.instance.game.server_player_login
  341. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 277, in get_map_details
  342. Oct 31 05:08:05 gameserver pyplanet[868]: }, player_list)
  343. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 141, in multicall
  344. Oct 31 05:08:05 gameserver pyplanet[868]: return await self.execute('system.multicall', [{'methodName': c[0], 'params': c[1:]} for c in queries])
  345. Oct 31 05:08:05 gameserver pyplanet[868]: File "/home/trackmania/.pyenv/versions/3.7.9/envs/env/lib/python3.7/site-packages/pyplanet/apps/contrib/dedimania/api.py", line 89, in execute
  346. Oct 31 05:08:05 gameserver pyplanet[868]: raise DedimaniaTransportException(e) from e
  347. Oct 31 05:08:05 gameserver pyplanet[868]: pyplanet.apps.contrib.dedimania.exceptions.DedimaniaTransportException: HTTPConnectionPool(host='dedimania.net', port=8082): Read timed out. (read timeout=10)
  348.  
Add Comment
Please, Sign In to add comment