Page MenuHomeSolus

Bleachbit 4.2.0 errors
Closed, ResolvedPublic

Description

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.

Revisions and Commits

Event Timeline

Unknown Object (User) created this task.Jan 7 2021, 4:34 PM
joebonrichie added a subscriber: joebonrichie.

Upstream issue; https://github.com/bleachbit/bleachbit/issues/1082. Can backport the patch as soon at it comes available. Feel free to ping when it does.

JoshStrobl added a subscriber: JoshStrobl.

Assigning to algent since they were the last to update it.