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

Logging in with a Kitsu bot api key. #318

Open
scottmcdonnell opened this issue Mar 6, 2024 · 6 comments
Open

Logging in with a Kitsu bot api key. #318

scottmcdonnell opened this issue Mar 6, 2024 · 6 comments
Assignees
Labels

Comments

@scottmcdonnell
Copy link

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 to gazu.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.6
but gazu.__version__ is 0.10.1

@scottmcdonnell
Copy link
Author

oh dear, I figured out that my zou server had not upgraded properly and was stuck at v 0.19.6 which explains everything {"api":"Zou","version":"0.19.6"}

@scottmcdonnell
Copy link
Author

upgraded zou to 0.19.12 and I get the same error.

@frankrousseau
Copy link
Contributor

ping @EvanBldy

@EvanBldy
Copy link
Member

EvanBldy commented Mar 8, 2024

Yeah I think the API bots are not working now with events (gazu.events.init()), I will fix that soon

@frankrousseau
Copy link
Contributor

@EvanBldy is it fixed?

@frankrousseau
Copy link
Contributor

It's a complex problem to solve but we will put it in our top priority. Sorry for the late update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants