buttermanager icon indicating copy to clipboard operation
buttermanager copied to clipboard

QThread error

Open mriza opened this issue 5 months ago • 3 comments

I installed Buttermanager today and got error like this:

QSocketNotifier: Can only be used with threads started with QThread Traceback (most recent call last): File "/usr/bin/buttermanager", line 33, in sys.exit(load_entry_point('buttermanager==2.4.2', 'console_scripts', 'buttermanager')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/buttermanager/bm_main.py", line 17, in main PasswordWindow(None) File "/usr/lib/python3.12/site-packages/buttermanager/buttermanager/buttermanager.py", line 60, in init self.__buttermanager_configurator.configure() File "/usr/lib/python3.12/site-packages/buttermanager/buttermanager/util/utils.py", line 140, in configure self.migrate_properties() File "/usr/lib/python3.12/site-packages/buttermanager/buttermanager/util/utils.py", line 184, in migrate_properties snapshots_to_keep = int(settings.properties_manager.get_property('snapshots_to_keep')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: invalid literal for int() with base 10: ''

mriza avatar Sep 12 '24 04:09 mriza