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

Orange crashes when trying to close it during freeze: #237

Open
ajdapretnar opened this issue Jun 20, 2022 · 1 comment
Open

Orange crashes when trying to close it during freeze: #237

ajdapretnar opened this issue Jun 20, 2022 · 1 comment

Comments

@ajdapretnar
Copy link
Contributor

ajdapretnar commented Jun 20, 2022

I am unsure whether this was already fixed, but I got the below crash on the latest bundle (3.32.0). It happened when Orange warned me that some add-ons are missing (when opening a saved workflow) and I opted for installing the missing add-ons. Orange froze and when I was trying to close it, the crash appeared.

Traceback (most recent call last):
  File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/orangewidget/workflow/mainwindow.py", line 230, in closeEvent
    super().closeEvent(event)
  File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/orangecanvas/application/canvasmain.py", line 2252, in closeEvent
    document.usageStatistics().close()
  File "/Applications/Orange3.app/Contents/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/orangecanvas/document/usagestatistics.py", line 441, in close
    UsageStatistics.statistics_sessions.remove(self)
ValueError: list.remove(x): x not in list```
@markotoplak
Copy link
Member

I also saw this one a few times. I do not think it has been fixed yet.

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

2 participants