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
858 stars 99 forks source link

send_message no longer works #106

Closed Saad5400 closed 7 months ago

Saad5400 commented 7 months ago

So seems like whenever I use send_message it runs this code:

message_data = self.send_request(apiPath, 'SendMessageMutation', variables, file_form)

if message_data["data"] == None and message_data["errors"]:
    raise ValueError(
        f"Bot {bot} not found. Make sure the bot exists before creating new chat."
    )

Which does send the message and I can see it on the browser, but message_data contains a Server Error

snowby666 commented 7 months ago

this is fixed in the new update