You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple users have reported that, when sending many requests in a short period of time (usually because buffering is turned off), GDPC can crash.
Reported on 2021-04-02: https://discord.com/channels/429406248220360706/803848718461567006/827626475972067328 requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=9000): Max retries exceeded with url: /blocks?x=-94&y=120&z=1 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000028EC7EDA340>: Failed to establish a new connection: [WinError 10048]
Reported on 2023-02-27: https://discord.com/channels/429406248220360706/803848718461567006/1079626275683053618 HTTPConnectionPool(host='localhost', port=9000): Max retries exceeded with url: /blocks?doBlockUpdates=True&spawnDrops=False (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000001D78867AE30>: Failed to establish a new connection: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted'))
The text was updated successfully, but these errors were encountered:
I cannot reproduce this bug on my own machine. I have tried running the code below, but it finishes without problems. If anyone else can reproduce this, I'd like to hear it!
Multiple users have reported that, when sending many requests in a short period of time (usually because buffering is turned off), GDPC can crash.
Reported on 2021-04-02:
https://discord.com/channels/429406248220360706/803848718461567006/827626475972067328
requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=9000): Max retries exceeded with url: /blocks?x=-94&y=120&z=1 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000028EC7EDA340>: Failed to establish a new connection: [WinError 10048]
Reported on 2023-02-27:
https://discord.com/channels/429406248220360706/803848718461567006/1079626275683053618
HTTPConnectionPool(host='localhost', port=9000): Max retries exceeded with url: /blocks?doBlockUpdates=True&spawnDrops=False (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000001D78867AE30>: Failed to establish a new connection: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted'))
The text was updated successfully, but these errors were encountered: