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

human message id did not found (KeyError) #120

Closed skypentum closed 3 months ago

skypentum commented 6 months ago

When PoeAPI connect using the token, and call function send_message, it responsed key error. It was caused to find self.active_messages variable in the recv_post_thread function which didn't define human_message_id key in the api.py file (line 846).

error

snowby666 commented 3 months ago

human_message_id is no longer used in v1.5.6