kramcat / CharacterAI

Unofficial Python API for character.ai
https://docs.kram.cat
MIT License
378 stars 51 forks source link

It looks like you are using Playwright Sync API inside the asyncio loop #36

Closed RodnoiD1m0n closed 9 months ago

RodnoiD1m0n commented 11 months ago

i sometimes get error "It looks like you are using Playwright Sync API inside the asyncio loop." on client = PyCAI(auth_token). i do not use async so i guess it is related to how this package works.

i noticed it happens only when CharacterAI(website) is overloaded(e.g. when waiting queue appears) but more frequently i get TimeoutError(which is logical). setting "wait" to true does not help either

2kjiejie commented 10 months ago

Same here

kramcat commented 9 months ago

fixed on v0.8.0