canxin121 / Async-Poe-Client

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

Automatic formkey obtain #6

Open ZentixUA opened 1 year ago

ZentixUA commented 1 year ago

Can you add automatic retrieval of the formkey? There is such a function in poe-api

canxin121 commented 1 year ago

both poa-api and this library are broken, since poe.com changed the changed tagid's algorithm

ZentixUA commented 1 year ago

both poa-api and this library are broken, since poe.com changed the changed tagid's algorithm

No, it works with latest poe-api.

canxin121 commented 1 year ago

oh, then I will add it, wait a minute

canxin121 commented 1 year ago

added, but because the quickjs didn't support py311 well, i used pyexecjs2 to run the js. so you need to install node.js.

ZentixUA commented 1 year ago

Works! But it's not very stable. Sometimes I get Failed to get answer form poe too many times., sometimes Too much error when sending query:SendMessageMutation,error:'errors'.

canxin121 commented 1 year ago

try the new version.0.2.2

ZentixUA commented 1 year ago

Still. Failed to get message from GPT-4:Failed to get answer form poe too many times.. F.e claude works ok

canxin121 commented 1 year ago

it seems that timeout is too still short for gpt 4? Since it's too slow?

canxin121 commented 1 year ago

Still. Failed to get message from GPT-4:Failed to get answer form poe too many times.. F.e claude works ok

image

I know, the thing is that it really doesn't response at all when using this library to send to message to gpt4. But manually sent messages are replied. I don't konw why.