snowby666 / poe-api-wrapper

👾 A Python API wrapper for Poe.com. With this, you will have free access to GPT-4, Claude, Llama, Gemini, Mistral and more! 🚀
https://pypi.org/project/poe-api-wrapper/
GNU General Public License v3.0
953 stars 111 forks source link

sendMessageMutation request fail #181

Closed FaTal-error1 closed 4 months ago

FaTal-error1 commented 4 months ago

The problem persists even after changing the "S" in SendMessageMutation to lowercase in the three mentioned files (api.py, async_api.py, queries.py).

{ "error": "Error getting response from Poe: 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}}\")" }

BeetleBobsai79 commented 4 months ago

change the hash to "SendMessageMutation": "b4aff2855bc876361737bcbf5f9310b5da4d3250923894ecb8f339de4c2e3fa3",

in the file queries.py

it fixes the problem

snowby666 commented 4 months ago

This is fixed from v1.6.1

DuyguA commented 3 months ago

Same for me, I use v1.6.2 . I successfully sent messages to GPT4-o, however after 2 hrs started to get this error!