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

Database version 166 #76

Open
DeltaTangoLima opened this issue Dec 13, 2022 · 2 comments
Open

Database version 166 #76

DeltaTangoLima opened this issue Dec 13, 2022 · 2 comments

Comments

@DeltaTangoLima
Copy link

DeltaTangoLima commented Dec 13, 2022

Does anyone have any suggestions as to what I can change to get this working with database version 166? I tried using the updated files from @CSnowRules' fork (found in issue #72), but no luck.

2022-12-13 16:08:55 | INFO - This is signal2html version 0.2.11
2022-12-13 16:08:55 | INFO - Found Signal database version: 166.
2022-12-13 16:08:55 | WARNING - This database version is untested, please report errors.
Traceback (most recent call last):
  File "/Users/foo/Library/Python/3.8/bin/signal2html", line 11, in <module>
    load_entry_point('signal2html==0.2.11', 'console_scripts', 'signal2html')()
  File "/Users/foo/Library/Python/3.8/lib/python/site-packages/signal2html/__main__.py", line 20, in main
    sys.exit(main())
  File "/Users/foo/Library/Python/3.8/lib/python/site-packages/signal2html/ui.py", line 37, in main
    process_backup(args.input_dir, args.output_dir)
  File "/Users/foo/Library/Python/3.8/lib/python/site-packages/signal2html/core.py", line 677, in process_backup
    qry = db.execute("SELECT COUNT(*) FROM sqlite_schema")
sqlite3.OperationalError: no such table: sqlite_schema

I can't even find a sqlite_schema table in my dumped data - that sounds like something they wouldn't have trivially removed in a new database format. Could my database export be incomplete?

Would appreciate suggestions on what could be wrong here.

@darkest-link
Copy link

I am getting the same error on Signal database version 164.

GjjvdBurg - thank you for the work on this so far, really appreciate it.

@GVilmos
Copy link

GVilmos commented Mar 2, 2023

Same error on Signal database version 154 and 170.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants