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

SafariBrowserState: no such table: tabs #578

Open
besendorf opened this issue Dec 4, 2024 · 1 comment
Open

SafariBrowserState: no such table: tabs #578

besendorf opened this issue Dec 4, 2024 · 1 comment
Assignees
Labels
bug Something isn't working ios

Comments

@besendorf
Copy link
Contributor

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
@Te-k Te-k self-assigned this Dec 10, 2024
@Te-k Te-k added bug Something isn't working ios labels Dec 10, 2024
@Te-k
Copy link
Contributor

Te-k commented Dec 10, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ios
Projects
None yet
Development

No branches or pull requests

2 participants