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

Error on Spool File Load Scene #58

Open
hvasbath opened this issue Jul 15, 2020 · 0 comments
Open

Error on Spool File Load Scene #58

hvasbath opened this issue Jul 15, 2020 · 0 comments

Comments

@hvasbath
Copy link
Member

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')
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