Blender Kitsu: Shots pushed from Edit do not have Tasks Status #101

Closed
opened 2023-06-29 14:19:50 +02:00 by johan tri handoyo · 9 comments

When I try to push to submit my shots to Kitsu for the first time, it fails to add Tasks automatically. This is causing me to add the Tasks manually, because if not, then I can't push render still/movie.

image

When I try to push to submit my shots to Kitsu for the first time, it fails to add Tasks automatically. This is causing me to add the Tasks manually, because if not, then I can't push render still/movie. ![image](/attachments/d3318004-5e5a-4395-b651-cf436bc73755)
Member

Hello @JohanTriHandoyo , as far as I now, and according to the readme at https://studio.blender.org/pipeline/addons/blender_kitsu there is no way to Push a Kitsu task from the Blender Kitsu addon onto the server.

It is required that you first manually add that data to your kitsu sever before trying to interact with those shots from the Blender Kitsu addon.

This may also explain this issue you opened, as your shots.py file looks correct. #93

Hello @JohanTriHandoyo , as far as I now, and according to the readme at https://studio.blender.org/pipeline/addons/blender_kitsu there is no way to Push a Kitsu task from the Blender Kitsu addon onto the server. It is **required** that you first manually add that data to your kitsu sever before trying to interact with those shots from the Blender Kitsu addon. This may also explain this issue you opened, as your shots.py file looks correct. https://projects.blender.org/studio/blender-studio-pipeline/issues/93
Nick Alberelli added the
Status
Need More Info
Kind: Community
labels 2023-06-29 15:00:23 +02:00

As far as I recall, the older versions of Blender-Kitsu addon does this automatically, I can't remember which one but I guess earlier version, until it breaks.

When I try to create the Shot manually in Kitsu, it add up all the available Tasks (created when creating the project) automatically

image

image

Another thing is that, although I have created the Task before, the status of the Task is empty. I also need to add this manually to be able to render still/movie to respective shot and task. If not, I come up with this error. In the earlier Kitsu addon, it creates a Todo status automatically.

image

image

image

As far as I recall, the older versions of Blender-Kitsu addon does this automatically, I can't remember which one but I guess earlier version, until it breaks. When I try to create the Shot manually in Kitsu, it add up all the available Tasks (created when creating the project) automatically ![image](/attachments/698cc491-e2dc-4c59-acbb-a0f21bb66898) ![image](/attachments/ed3dc769-3ec7-4548-8750-dad79c477f57) Another thing is that, although I have created the Task before, the status of the Task is empty. I also need to add this manually to be able to render still/movie to respective shot and task. If not, I come up with this error. In the earlier Kitsu addon, it creates a Todo status automatically. ![image](/attachments/e134148e-4e06-4bbb-83d6-3bfe8e651e1b) ![image](/attachments/2377812e-257b-4487-8970-9d030be68be1) ![image](/attachments/9cad5e17-13b4-4300-b168-24367e87f0bc)
Member

@JohanTriHandoyo just to confirm: You are actually able to push shots from the edit to kitsu server on the current version? And it just doesn't set the any task on the shot, which causes the rendering tools to error out correct?

I will check the API for Gazu (which is what connects to kitsu) if anything has changed that would cause this regression. I am going to be off next week, but once I am back I hope to give you an update on this.

@JohanTriHandoyo just to confirm: You are actually able to push shots from the edit to kitsu server on the current version? And it just doesn't set the any task on the shot, which causes the rendering tools to error out correct? I will check the API for Gazu (which is what connects to kitsu) if anything has changed that would cause this regression. I am going to be off next week, but once I am back I hope to give you an update on this.
Nick Alberelli added the
Kind
Bug
label 2023-06-30 19:33:23 +02:00
Nick Alberelli changed title from Problem Push Submitting Shots from Edit for the First Time to Blender Kitsu: Shots pushed from Edit do not have Tasks Status 2023-06-30 19:34:23 +02:00

@TinyNick Yes, that is correct. It doesn't set Task and Status at the moment.

@TinyNick Yes, that is correct. It doesn't set Task and Status at the moment.
Nick Alberelli added
Kind
Enhancement
and removed
Kind
Bug
labels 2023-07-12 18:16:02 +02:00
Member

Hello @JohanTriHandoyo I have opened a new project and attempted to push the metadata from shots via the edit's Submit New Shot operator to Kitsu, I think I was able to replicate your issue, but I need some more information to confirm.

Could you provide the exact steps, as in what operator you click to push a new shot to kitsu so I can assure we are on the same page? Screenshots of you Blender Kitsu addon will help, I am working on a fix as we speak.

Hello @JohanTriHandoyo I have opened a new project and attempted to push the metadata from shots via the edit's `Submit New Shot` operator to Kitsu, I think I was able to replicate your issue, but I need some more information to confirm. Could you provide the exact steps, as in what operator you click to push a new shot to kitsu so I can assure we are on the same page? Screenshots of you Blender Kitsu addon will help, I am working on a fix as we speak.
Member

I have created a fix here #121 if you are able to confirm the steps to re-create your issue that would be appreciated.

@JohanTriHandoyo

I have created a fix here https://projects.blender.org/studio/blender-studio-pipeline/pulls/121 if you are able to confirm the steps to re-create your issue that would be appreciated. @JohanTriHandoyo
Nick Alberelli removed the
Status
Need More Info
label 2023-07-13 21:17:48 +02:00

Hi @TinyNick, I apologize for my late reply. So the steps I'm using to recreate the issue are using Edit the shot and submit it. here's the screenshot before I update the Kitsu Addon

image

But now, since you mentioned about this update 121 I'm trying to install the latest Kitsu add on but it shows this error. I'm using Blender 3.6.0 on Ubuntu 22.04

image

So I also can't confirm about this issue 93 since I can't install the latest Kitsu yet.

Hi @TinyNick, I apologize for my late reply. So the steps I'm using to recreate the issue are using Edit the shot and submit it. here's the screenshot before I update the Kitsu Addon ![image](/attachments/84171198-5a8a-4a3b-b371-e09bfe6aca5c) But now, since you mentioned about this update [121](https://projects.blender.org/studio/blender-studio-pipeline/pulls/121) I'm trying to install the latest Kitsu add on but it shows this error. I'm using Blender 3.6.0 on Ubuntu 22.04 ![image](/attachments/5beb92bb-9290-4952-bd7c-b80410d195ca) So I also can't confirm about this issue [93](https://projects.blender.org/studio/blender-studio-pipeline/issues/93) since I can't install the latest Kitsu yet.
Member

Hello @JohanTriHandoyo

For the error you have linked here we can open a new issue. I do need some pieces of data from you.

  1. The has of the current blender you are using. You can obtain this by going to the top menubar of Blender Help>Report a Bug and copy the data under Broken Blender Version

  2. The exact error message featured in your screenshot. At the top right of a region's header select Editor Type and from the pop-up menu select Info and copy the latest error report.

  3. The current commit hash that your Blender Studio Pipeline repository is on.

Please include these in a new bug report and I will tackle the issue.

Hello @JohanTriHandoyo For the error you have linked here we can open a new issue. I do need some pieces of data from you. 1. The has of the current blender you are using. You can obtain this by going to the top menubar of Blender `Help>Report a Bug` and copy the data under **Broken Blender Version** 2. The exact error message featured in your screenshot. At the top right of a region's header select [Editor Type](https://docs.blender.org/manual/en/latest/editors/index.html) and from the pop-up menu select [Info](https://docs.blender.org/manual/en/latest/editors/info_editor.html) and copy the latest error report. 3. The current commit hash that your Blender Studio Pipeline repository is on. Please include these in a new bug report and I will tackle the issue.
Member

@JohanTriHandoyo thank you confirming the steps. I have closed this issue because I merged #121

Please follow the steps in this comment to open a new Issue for issue with enabling the add-on #101 (comment)

@JohanTriHandoyo thank you confirming the steps. I have closed this issue because I merged https://projects.blender.org/studio/blender-studio-pipeline/pulls/121 Please follow the steps in this comment to open a new Issue for issue with enabling the add-on https://projects.blender.org/studio/blender-studio-pipeline/issues/101#issuecomment-981480
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/blender-studio-pipeline#101
No description provided.