-
Notifications
You must be signed in to change notification settings - Fork 56
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
Logging in with a Kitsu bot api key. #318
Comments
oh dear, I figured out that my zou server had not upgraded properly and was stuck at v 0.19.6 which explains everything |
upgraded zou to 0.19.12 and I get the same error. |
ping @EvanBldy |
Yeah I think the API bots are not working now with events (gazu.events.init()), I will fix that soon |
@EvanBldy is it fixed? |
It's a complex problem to solve but we will put it in our top priority. Sorry for the late update. |
Context
Studio name: JAM Media
Gazu version: 0.10.1
Zou installation type: this is running in docker as part of the Ayon Kitsu addon.
Describe the bug
I'm trying to do a login with a new Kitsu Bot and running into issues.
I am setting the token with
gazu.setToken(api_token)
here but the call togazu.events.init()
here gives a error:`ConnectionError: One or more namespaces failed to connect.'
The same code works with a username/password. Am I missing a step?
Strangely
gazu.client.get_api_version())
and I get version 0.19.6but
gazu.__version__
is 0.10.1The text was updated successfully, but these errors were encountered: