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

sqlite3.OperationalError: no such table: autofill_profile_names #1549

Closed
tekstryder opened this issue Sep 22, 2023 · 3 comments
Closed

sqlite3.OperationalError: no such table: autofill_profile_names #1549

tekstryder opened this issue Sep 22, 2023 · 3 comments
Labels
Milestone

Comments

@tekstryder
Copy link

  • Arch Linux | Kernel 6.5.4
  • BleachBit 4.2.4

Seeing the following error(s) on each run lately:

Error: google_chrome.form_history: Function: Clean file: /home/myusername/.config/google-chrome/Default/Web Data
Traceback (most recent call last):
  File "/usr/share/bleachbit/FileUtilities.py", line 478, in execute_sqlite3
    cursor.execute(cmd)
sqlite3.OperationalError: no such table: autofill_profile_names

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/share/bleachbit/Command.py", line 160, in execute
    self.func(self.path)
  File "/usr/share/bleachbit/Special.py", line 106, in delete_chrome_autofill
    FileUtilities.execute_sqlite3(path, cmds)
  File "/usr/share/bleachbit/FileUtilities.py", line 485, in execute_sqlite3
    raise sqlite3.OperationalError(
sqlite3.OperationalError: no such table: autofill_profile_names: /home/myusername/.config/google-chrome/Default/Web Data

During handling of the above exception, another exception occurred:

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 162, in execute
    if -1 == e.message.find('file is encrypted or is not a database') and \
             ^^^^^^^^^
AttributeError: 'OperationalError' object has no attribute 'message'
@tekstryder tekstryder added the new label Sep 22, 2023
@rados
Copy link
Contributor

rados commented Sep 22, 2023

@tekstryder, BleachBit version 4.5.0 beta has this fix.

@tekstryder
Copy link
Author

Bah, github search failed me again.

I see this is appears to be a dupe of #1531 ?

Closing this report, thanks.

@az0 az0 added this to the 4.6 milestone Sep 22, 2023
@az0 az0 added bug and removed new labels Sep 22, 2023
@az0
Copy link
Member

az0 commented Sep 22, 2023

I see this is appears to be a dupe of #1531 ?

Yes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants