-
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
gazu.task.get_task_by_name
returns nothing
#308
Comments
Hello @Sharkitty, sorry for that. Are you sure that you have a task for this entity? @EvanBldy is investigating. |
Hello! Yes I am. I can see it on kitsu, and I've also been able to get it from gazu using a work around (which is included in my report, as the last block of code before log out). In fact I had a bunch of assets for which I needed to run this code, it failed for all of them with |
Hi @Sharkitty, |
Sorry for the delay! I've just tested and it works well now. Thanks for the help :) |
Context
Studio name: Normaal Animation
Gazu version:
0.9.14
(Also happens in0.8.34
)Zou installation type: Self-hosted (version
0.17.63
)Describe the bug
When trying to access gazu task using
gazu.task.get_task_by_name
, nothing in returns even though all arguments are valid, the task exists and can be accessed through other means. We encountered this on assets, inConcept
task (I'm not sure if that is relevant to the issue).Expected behavior
gazu.task.get_task_by_name
should return the requested task.Code
This is an example code that reproduces the issue I'm dealing with. The original code where the issue has been discovered contains unrelated OpenPype stuff.
Additional context
The original code where the issue has been discovered has been in use for quite a while without change, and we never encountered this before.
The text was updated successfully, but these errors were encountered: