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

traceback (scene_item_transform) #7

Open
rkdarst opened this issue Sep 12, 2024 · 1 comment
Open

traceback (scene_item_transform) #7

rkdarst opened this issue Sep 12, 2024 · 1 comment

Comments

@rkdarst
Copy link
Member

rkdarst commented Sep 12, 2024

Exception in Tkinter callback
Traceback (most recent call last):
  File "/usr/lib/python3.11/tkinter/__init__.py", line 1948, in __call__
    return self.func(*args)
           ^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/tkinter/__init__.py", line 861, in callit
    func(*args)
  File "/home/rkdarst/git/obs-cr/obs_cr/control.py", line 719, in update_gallery_size
    self.obs_update(obsreq.get_scene_item_transform(NOTES, self.gallery_id).scene_item_transform['scaleX'])
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'scene_item_transform'
@rkdarst
Copy link
Member Author

rkdarst commented Sep 12, 2024

This didn't affect anything else, the control panel keeps running.

I think this might be adjusting the gallery size on as scene that doesn't have a gallery visible

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

No branches or pull requests

1 participant