You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a Scene open and trying to load another ....
Current Master
Using the File--> Load Scene
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/kite-1.4.0-py3.6-linux-x86_64.egg/kite/util/__init__.py", line 220, in unsubscribe
self._listeners.remove(listener)
ValueError: list.remove(x): x not in list
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/dist-packages/kite-1.4.0-py3.6-linux-x86_64.egg/kite/spool/spool.py", line 297, in onOpenScene
self.model.loadFile(filename)
File "/usr/local/lib/python3.6/dist-packages/kite-1.4.0-py3.6-linux-x86_64.egg/kite/spool/scene_model.py", line 180, in loadFile
self.setScene(Scene.load(filename))
File "/usr/local/lib/python3.6/dist-packages/kite-1.4.0-py3.6-linux-x86_64.egg/kite/spool/scene_model.py", line 72, in setScene
self.disconnectSlots()
File "/usr/local/lib/python3.6/dist-packages/kite-1.4.0-py3.6-linux-x86_64.egg/kite/spool/scene_model.py", line 91, in disconnectSlots
self.sigSceneChanged.emit)
File "/usr/local/lib/python3.6/dist-packages/kite-1.4.0-py3.6-linux-x86_64.egg/kite/util/__init__.py", line 222, in unsubscribe
raise AttributeError('%s was not subscribed!', listener.__name__)
AttributeError: ('%s was not subscribed!', 'emit')
The text was updated successfully, but these errors were encountered:
Having a Scene open and trying to load another ....
Current Master
Using the File--> Load Scene
The text was updated successfully, but these errors were encountered: