canxin121 / Async-Poe-Client

Async Client for poe.com
46 stars 5 forks source link

同一个提问因为重试会提问3次 #8

Closed 445022889 closed 1 year ago

445022889 commented 1 year ago

我通过flask仅调用自己代码的命令一次,实际上每次都有,但是就是不返回

image image image
canxin121 commented 1 year ago

可以试试现在啥情况,更新了

phamxtien commented 1 year ago

Error in .local/lib/python3.10/site-packages/async_poe_client/client.py", line 103, in get_basedata self.viewer = self.next_data['props']['initialData']['data']['pageQuery']['viewer'] TypeError: 'NoneType' object is not subscriptable

canxin121 commented 1 year ago

Error in .local/lib/python3.10/site-packages/async_poe_client/client.py", line 103, in get_basedata self.viewer = self.next_data['props']['initialData']['data']['pageQuery']['viewer'] TypeError: 'NoneType' object is not subscriptable

are you sure your p_b and form key are correct? try using a proxt

canxin121 commented 1 year ago

'page': '/login' it seems to say that you didn't login in. I assume your p_b is incorrect

phamxtien commented 1 year ago

Sorry, I get p_b and form key on quora.com instead poe.com. Sorry again.

phamxtien commented 1 year ago

It runs smooth! Thanks