Shot builder configuration files not found #91

Closed
opened 2023-06-21 15:07:20 +02:00 by johan tri handoyo · 5 comments

When I try to create new shot, it shows an error that says:

Shot builder configuration files not found in current project directory.
Check addon preferences to ensure project root contains shot_builder config.

Does the config.py suppose to be put into project/shot-builder folder in the root project or into project/config/shot-builder?

When I try to create new shot, it shows an error that says: Shot builder configuration files not found in current project directory. Check addon preferences to ensure project root contains shot_builder config. Does the config.py suppose to be put into project/shot-builder folder in the root project or into project/config/shot-builder?
Member

Hello thanks for your report,
The shot-builder config files should be in project/shot-builder so the directory should look like this:

├── pro/ #project root 
│   ├── shot-builder/
│   │   ├── assets.py
│   │   ├── config.py
│   │   ├── hooks.py
│   │   ├── shots.py

Also make sure you are the latest commit for this repo or you downloaded the last release from https://studio.blender.org/pipeline/addons/overview, as there was a commit that was reverted that adjusted the config location but we reverted it. See #23

Please let me know if this resolves your issue.

Hello thanks for your report, The shot-builder config files should be in `project/shot-builder` so the directory should look like this: ``` bash ├── pro/ #project root │ ├── shot-builder/ │ │ ├── assets.py │ │ ├── config.py │ │ ├── hooks.py │ │ ├── shots.py ``` Also make sure you are the latest commit for this repo or you downloaded the last release from https://studio.blender.org/pipeline/addons/overview, as there was a commit that was reverted that adjusted the config location but we reverted it. See https://projects.blender.org/studio/blender-studio-pipeline/issues/23 Please let me know if this resolves your issue.
Nick Alberelli added the
Status
Need More Info
Kind: Community
labels 2023-06-21 17:12:15 +02:00

Still not working, unfortunately. I have used the latest add-on and tried both shot-builder in the project folder and in the project/config. I also have set the Kitsu project ID in the config.py. Change the folder name from shot-builder to shot_builder. I read in the README.md file that security keys are needed by connectors, is this something that I'm missing?

Still not working, unfortunately. I have used the latest add-on and tried both shot-builder in the project folder and in the project/config. I also have set the Kitsu project ID in the config.py. Change the folder name from shot-builder to shot_builder. I read in the README.md file that security keys are needed by connectors, is this something that I'm missing?
Member

@JohanTriHandoyo I made a mistake in my earlier comment. When setting the "Project Root Directory" it should be a directory that is the parent directory of the production folder. So in the following case

└── project-name/ # Project Root Directory
    └── pro/
        ├── lib/
        ├── shot-builder/
        │   ├── assets.py
        │   ├── config.py
        │   ├── hooks.py
        │   └── shots.py
        └── shots/

The path to the production root directory: //project-name/
The path to the shot-builder config files //project_name/pro/shot-builder/

Please let me know if this fixes your issue.

@JohanTriHandoyo I made a mistake in my earlier comment. When setting the "Project Root Directory" it should be a directory that is the parent directory of the production folder. So in the following case ``` bash └── project-name/ # Project Root Directory └── pro/ ├── lib/ ├── shot-builder/ │ ├── assets.py │ ├── config.py │ ├── hooks.py │ └── shots.py └── shots/ ``` The path to the production root directory: `//project-name/` The path to the shot-builder config files `//project_name/pro/shot-builder/` Please let me know if this fixes your issue.

Thanks, Nick. Apparently, the pro folder was missing from my project. It works now! 👍

image

Thanks, Nick. Apparently, the pro folder was missing from my project. It works now! 👍 ![image](/attachments/4999d58b-5a51-47f8-b569-0e8414f03302)
Member

Made this more clear in the README closing this issue now! 454493badb

Made this more clear in the README closing this issue now! https://projects.blender.org/studio/blender-studio-pipeline/commit/454493badb7edd7ae007adca3a0e59960a244a29
Nick Alberelli added
Kind
Bug
and removed
Status
Need More Info
labels 2023-07-19 17:35:48 +02:00
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#91
No description provided.