Render Review: Cannot Load Project #221

Closed
opened 2024-02-01 16:41:28 +01:00 by Nick Alberelli · 0 comments
Member

Error whem enabling 'Blender Kitsu' option in Render Review Add-On. This is likely caused by #195

Python: Traceback (most recent call last):
  File "/home/nick/.config/blender/4.1/scripts/addons/render_review/ops.py", line 386, in invoke
    or not kitsu.is_auth_and_project()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/nick/.config/blender/4.1/scripts/addons/render_review/kitsu.py", line 48, in is_auth_and_project
    return bool(is_auth() and is_active_project())
                ^^^^^^^^^
  File "/home/nick/.config/blender/4.1/scripts/addons/render_review/kitsu.py", line 36, in is_auth
    return bpy.context.preferences.addons[__package__].preferences.session.is_auth()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'RR_AddonPreferences' object has no attribute 'session'
Error whem enabling 'Blender Kitsu' option in Render Review Add-On. This is likely caused by https://projects.blender.org/studio/blender-studio-pipeline/pulls/195 ```python Python: Traceback (most recent call last): File "/home/nick/.config/blender/4.1/scripts/addons/render_review/ops.py", line 386, in invoke or not kitsu.is_auth_and_project() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/nick/.config/blender/4.1/scripts/addons/render_review/kitsu.py", line 48, in is_auth_and_project return bool(is_auth() and is_active_project()) ^^^^^^^^^ File "/home/nick/.config/blender/4.1/scripts/addons/render_review/kitsu.py", line 36, in is_auth return bpy.context.preferences.addons[__package__].preferences.session.is_auth() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'RR_AddonPreferences' object has no attribute 'session' ```
Nick Alberelli added the
Kind
Bug
Kind
Studio Request
labels 2024-02-01 16:41:28 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 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#221
No description provided.