Dávid Bauer

Results 30 comments of Dávid Bauer

1. This comes from a bug when writing the current settings to disk. This will be done by another Python module, hopefully that will solve the issue. 2. Wow, as...

Hey @jo-mueller, thanks for the report! I will check the problem asap. But this bug also shows, that the plugin needs better exception handling, as problems with persistence shouldn't break...

Okay, I was completely wrong :D This is not about widget persistence, but the temporarily stored image features used by minimal contour. My guess is that the temp files are...

The temp files are supposed to be removed by [`clean()`](https://github.com/bauerdavid/napari-nD-annotator/blob/1fbbacde3b45e5ab93e663561b4f56449f91cca8/src/napari_nd_annotator/minimal_contour/feature_manager.py#L120) when Python exits (achieved by [atexit](https://docs.python.org/3/library/atexit.html)). The `self.clean_tmp` function runs on startup to remove any leftover temp files in case...

I [created a new branch](https://github.com/bauerdavid/napari-nD-annotator/tree/bugfix-permission-denied) and changed the handling of exceptions (from completely ignoring to printing the stack trace). Could you try it on the problematic machine? What I hope...

What puzzles me is that the script had permission to create the folder, but afterwards it doesn't have permission to delete it. Could you check if the user has write...

yup, this should be it. Added code for ignoring `PermissionError`s, check if it works.

Checked it, the change does fix the problem.

Hey @IMZanebear, I assume you're using Python 3.12, not 1.12 🙂 What operating system do you use? What's the complete error message? It seems that the plugin is unavailable for...

Hey, now I have the same issue with [napari-nD-annotator](https://www.napari-hub.org/plugins/napari-nD-annotator) The funny thing is that it appears in the [plugin list](https://www.napari-hub.org/plugins?sort=pluginName&page=2), and clicking it leads to the dead link. I released...