Forum Discussion

docileom's avatar
docileom
Iron Contributor
Aug 08, 2025

Bleach bit error

Keep getting this error in Bleach bit. Anybody know what it means?.
Error: microsoft_edge.form_history: Function: Clean file: C:\Users\ra_da\AppData\Local\Microsoft\Edge\User Data\Default\Web Data
Traceback (most recent call last):
File "bleachbit\FileUtilities.pyo", line 474, in execute_sqlite3
sqlite3.OperationalError: no such table: autofill_profile_names

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "bleachbit\Command.pyo", line 160, in execute
File "bleachbit\Special.pyo", line 106, in delete_chrome_autofill
File "bleachbit\FileUtilities.pyo", line 482, in execute_sqlite3
sqlite3.OperationalError: no such table: autofill_profile_names: C:\Users\\AppData\Local\Microsoft\Edge\User Data\Default\Web Data

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "bleachbit\Worker.pyo", line 87, in execute
File "bleachbit\Command.pyo", line 162, in execute
AttributeError: 'OperationalError' object has no attribute 'message'

1 Reply

  • Gaskenryu's avatar
    Gaskenryu
    Iron Contributor

    The traceback shows an unexpected exception handling — an AttributeError caused by an attempt to access message on an OperationalError object, which is a minor bug in BleachBit's error handling.

Resources