Get these errors when trying to clean with bleachbit 4.2.0 on unstable:
Error: firefox.url_history: Function: Clean file: /home/user/.mozilla/firefox/0wgegvsn.Alternate_User//favicons.sqlite
Traceback (most recent call last):
File "/usr/share/bleachbit/Worker.py", line 87, in execute
for ret in cmd.execute(self.really_delete):
File "/usr/share/bleachbit/Command.py", line 160, in execute
self.func(self.path)
File "/usr/share/bleachbit/Special.py", line 346, in delete_mozilla_favicons
FileUtilities.execute_sqlite3(path, None, cmds_as_list=cmds)
File "/usr/share/bleachbit/FileUtilities.py", line 443, in execute_sqlite3
cursor.execute(cmd)
sqlite3.Warning: You can only execute one statement at a time.
Error: firefox.url_history: Function: Clean file: /home/user/.mozilla/firefox/3euvlyxv.default-1542332768552//favicons.sqlite
Traceback (most recent call last):
File "/usr/share/bleachbit/Worker.py", line 87, in execute
for ret in cmd.execute(self.really_delete):
File "/usr/share/bleachbit/Command.py", line 160, in execute
self.func(self.path)
File "/usr/share/bleachbit/Special.py", line 346, in delete_mozilla_favicons
FileUtilities.execute_sqlite3(path, None, cmds_as_list=cmds)
File "/usr/share/bleachbit/FileUtilities.py", line 443, in execute_sqlite3
cursor.execute(cmd)
sqlite3.Warning: You can only execute one statement at a time.Installing the previous version of Bleachbit solve the issue.