mvt-project/mvt

TCC: no such table: access

Opened this issue · 0 comments

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