lllliy

Results 17 comments of lllliy

> ```python > import websocket > > def on_open(ws): > print("WebSocket connection established") > ws.send("Hello, server!") > > def on_message(ws, message): > print("Received message from server:", message) > > def...

> ```python > for chunk in client.send_message(bot, message):, > print(chunk['response'], end='', flush=True) > ``` I'm sorry, that it still has the same problems. ![image](https://github.com/snowby666/poe-api-wrapper/assets/38215077/373819c4-b9cd-4445-b2bb-f07cfe86db0e) code is: ```python client = PoeApi(token)...

> Can you check your quora token if its valid? You must also login poe.com with the same account on quora yes, my token that can run successully because i...

> > > ```python > > > import websocket > > > > > > def on_open(ws): > > > print("WebSocket connection established") > > > ws.send("Hello, server!") > >...

what is the specifical proxy? how to use the proxy? when i use poe, i need the vpn, so whether i need the proxy version? how to use it?

`发生异常: ValueError invalid literal for int() with base 10: 'X' File "/home/ubuntu/wcl/github/diffab/diffab/datasets/sabdab.py", line 314, in _preprocess_structures data_list = joblib.Parallel( File "/home/ubuntu/wcl/github/diffab/diffab/datasets/sabdab.py", line 286, in _load_structures self._preprocess_structures() File "/home/ubuntu/wcl/github/diffab/diffab/datasets/sabdab.py", line 228,...

how to solve the problem with "NullPointerException"? ![image](https://user-images.githubusercontent.com/38215077/112740521-71ba8f80-8fb0-11eb-8911-505cfc58433e.png)