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

TCC: no such table: access #579

Open
besendorf opened this issue Dec 4, 2024 · 0 comments
Open

TCC: no such table: access #579

besendorf opened this issue Dec 4, 2024 · 0 comments
Labels
bug Something isn't working ios

Comments

@besendorf
Copy link
Contributor

ERROR    - Error in running extraction from module TCC: no such table: access
║ Traceback (most recent call last):
║   File "/usr/local/lib/python3.11/site-packages/mvt/ios/modules/mixed/tcc.py", line 102, in process_db
║     cur.execute(
║ sqlite3.OperationalError: no such table: access
║ 
║ During handling of the above exception, another exception occurred:
║ 
║ Traceback (most recent call last):
║   File "/usr/local/lib/python3.11/site-packages/mvt/ios/modules/mixed/tcc.py", line 111, in process_db
║     cur.execute(
║ sqlite3.OperationalError: no such table: access
║ 
║ 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/tcc.py", line 222, in run
║     self.process_db(self.file_path)
║   File "/usr/local/lib/python3.11/site-packages/mvt/ios/modules/mixed/tcc.py", line 119, in process_db
║     cur.execute(
║ sqlite3.OperationalError: no such table: access
@Te-k Te-k added bug Something isn't working ios labels Dec 10, 2024
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