K.M
K.M
Having the same....
I use PySocks set proxy, change my code,like this: ``` socks.set_default_proxy(socks.SOCKS5, __PROXY_HOST__, proxy_port, username=__KEY__, password=__PASSWORD__) socket.socket = socks.socksocket client = poe.Client(token) return client.send_message(chatbot, message.content, with_chat_break=False) ``` is it can work?
> I have refactored a new asynchronous [Async-Poe-Client](https://github.com/canxin121/Async-Poe-Client) in modern ways based on httpx and websockets, and i added some new functions.It could be faster, more stable and more convenient.Try...