Closed skypentum closed 5 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).
human_message_id is no longer used in v1.5.6
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).