File "/opt/twitch-bot/venv/lib/python3.11/site-packages/byond/topic.py", line 63, in send
raise Exception('Truncated response: (' + str(len(response)) + 'of' + str(content_len) + ')')
Exception: Truncated response: (14475of31435)
This error is thrown randomly and is not consistent.
topic = (
"PLX_getloadoutrewards"
f"&key={MRP1_COMMS_KEY}"
"&format=json"
)
responseType, responseData = Topic.send(MRP1_HOST, MRP1_PORT, topic)
This error is thrown randomly and is not consistent.
Codebase: Monkestation
https://github.com/Monkestation/Monkestation2.0/blob/be253f915433649658617cc722779c6de0f5c5a4/code/controllers/subsystem/plexora/topics.dm#L116
mstsc_j9IAGJSAjG.mp4