Skip to content

Exception: Truncated response: (14475of31435) #2

Description

@flleeppyy
  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)

Codebase: Monkestation
https://github.com/Monkestation/Monkestation2.0/blob/be253f915433649658617cc722779c6de0f5c5a4/code/controllers/subsystem/plexora/topics.dm#L116

mstsc_j9IAGJSAjG.mp4

Metadata

Metadata

Assignees

Labels

mystery 👻is it a bug in our code? is it effects from something else? We don't know and it scares us.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions