ading2210 / poe-api

[UNMAINTAINED] A reverse engineered Python API wrapper for Quora's Poe, which provides free access to ChatGPT, GPT-4, and Claude.
https://pypi.org/project/poe-api
GNU General Public License v3.0
2.5k stars 313 forks source link

why? #101

Closed 40740 closed 1 year ago

40740 commented 1 year ago

PS G:\AI\poe\poe\POE-Api-main\poe-api-main\examples> python send_message.py INFO:root:Setting up session... INFO:root:Downloading next_data... INFO:root:Downloading channel data... INFO:root:Downloading all bots... INFO:root:Subscribing to mutations Traceback (most recent call last): File "G:\AI\poe\poe\POE-Api-main\poe-api-main\examples\send_message.py", line 8, in client = poe.Client(token,client_identifier=None) File "C:\Users\lin85\AppData\Local\Programs\Python\Python310\lib\site-packages\poe.py", line 123, in init self.connect_ws() File "C:\Users\lin85\AppData\Local\Programs\Python\Python310\lib\site-packages\poe.py", line 392, in connect_ws raise RuntimeError("Timed out waiting for websocket to connect.") RuntimeError: Timed out waiting for websocket to connect.

ading2210 commented 1 year ago

This is a duplicate of #50.