You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR - Error in running extraction from module SafariBrowserState: no such table: tabs
║ Traceback (most recent call last):
║ File "/usr/local/lib/python3.11/site-packages/mvt/ios/modules/mixed/safari_browserstate.py", line 83, in _process_browser_state_db
║ cur.execute(
║ sqlite3.OperationalError: no such table: tabs
║
║ During handling of the above exception, another exception occurred:
║
║ Traceback (most recent call last):
║ File "/usr/local/lib/python3.11/site-packages/mvt/common/module.py", line 167, in run_module
║ exec_or_profile("module.run()", globals(), locals())
║ File "/usr/local/lib/python3.11/site-packages/mvt/common/utils.py", line 262, in exec_or_profile
║ exec(module, globals, locals)
║ File "<string>", line 1, in <module>
║ File "/usr/local/lib/python3.11/site-packages/mvt/ios/modules/mixed/safari_browserstate.py", line 172, in run
║ self._process_browser_state_db(browserstate_path)
║ File "/usr/local/lib/python3.11/site-packages/mvt/ios/modules/mixed/safari_browserstate.py", line 98, in _process_browser_state_db
║ cur.execute(
║ sqlite3.OperationalError: no such table: tabs
The text was updated successfully, but these errors were encountered:
I have the same issue on a phone I am testing, I think in some cases the database is empty. Could you please check if you can get the schema of your database?
The text was updated successfully, but these errors were encountered: