Error on Spool File Load Scene
hvasbath opened this issue · 0 comments
hvasbath commented
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')