Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

goto and GetResponse methods don't work in Python 3.11 #1

Closed
alfuwu opened this issue Apr 29, 2023 · 2 comments
Closed

goto and GetResponse methods don't work in Python 3.11 #1

alfuwu opened this issue Apr 29, 2023 · 2 comments

Comments

@alfuwu
Copy link

alfuwu commented Apr 29, 2023

The underscore in the method names inside the pyCAI class prevents it from working or something, but removing the underscore seems to make it work fine.

There is also the fact that when c.ai is overloaded, it simply gives you an error instead of waiting until it gains access to the site.

@alfuwu alfuwu changed the title goto and GetResponse methods don't work in Python 3.11 goto and GetResponse methods don't work in Python 3.11 Apr 29, 2023
@kramcat
Copy link
Owner

kramcat commented Apr 29, 2023

Thanks for the information about the bug, uninstall and install the new version of the library

In the next version of the library, program will wait for a response when the site is overloaded

@kramcat
Copy link
Owner

kramcat commented May 1, 2023

check new version, I added new parameter wait

client.user.info(wait=True)

and it will be waiting for response

@kramcat kramcat closed this as completed May 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants