This repository was archived by the owner on Aug 31, 2025. It is now read-only.

Description
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\poe_api_wrapper\api.py", line 798, in send_message
message_data = self.send_request(apiPath, 'SendMessageMutation', variables, file_form)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\user\AppData\Local\Programs\Python\Python312\Lib\site-packages\poe_api_wrapper\api.py", line 183, in send_request
raise Exception(
Exception: Sending request SendMessageMutation failed. status_code:200, Error log: RuntimeError("Server Error. Raw response data: {'data': None, 'errors': [{'message': 'Server Error'}], 'extensions': {'is_final': True}}")
IDK what happened, I didn't change anything in my script, but all requests just started failing. Funny thing is - it returns status_code: 200 for some reason...