-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
Deprecated Loop Parameters #19
Comments
I got that too |
This is an upstream issue with AIOCometd (robertmrk/aiocometd#13), I have no control over it. |
That does not seem to be the only issue here though, because the bot also doesn't join Kahoots in python 3.9. Maybe that doesn't have to do with the deprecation? |
What error do you get? It works for me. |
Simply nothing happens. The console output states it's logged in, but the name doesn't appear in the Kahoot. I re-downloaded the latest version, but still the same. |
Hmmm it's possible that Kahoot made a breaking change that'll require a rewrite. Does it work with Python 3.8? I'll have to investigate this, I got as far as to run it to the username accepted part but didn't think to check the actual joining. |
I was running 3.7 before, also didn't work |
Interestingly, while not showing up the username you took is blocked then |
I'm having this same issue trying to use this bot. Has this issue been fixed? Is there an older version of python I can use to run it? |
Work fine with me when I use 3.9.17 on M1 |
As of python 3.10, the loop parameter was removed from Semaphore(). The bot no longer works unless you use an old python version.
The text was updated successfully, but these errors were encountered: