Skip to content

TCC: no such table: access #579

Open
@besendorf

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingios

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions