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 163 #72

Closed
Baptiste-mrch opened this issue Dec 4, 2022 · 4 comments
Closed

Database version 163 #72

Baptiste-mrch opened this issue Dec 4, 2022 · 4 comments

Comments

@Baptiste-mrch
Copy link

Baptiste-mrch commented Dec 4, 2022

Hello,
When trying this program, I get this error message:

image

Does someone know how to extract my signal backup?

Thanks!

@CSnowRules
Copy link

The reactions column has been renamed to reaction in the db.

2022-12-04 15:29:16 | INFO - This is signal2html version 0.2.11
2022-12-04 15:29:16 | INFO - Found Signal database version: 163.
2022-12-04 15:29:16 | WARNING - This database version is untested, please report errors.
2022-12-04 15:29:16 | WARNING - Group for recipient 21 is 'textsecure_group!238da296da5e10924c9709681bef1b9b' which does not exist.
Traceback (most recent call last):
File ".local/bin/signal2html", line 8, in
sys.exit(main())
File ".local/lib/python3.10/site-packages/signal2html/main.py", line 20, in main
sys.exit(main())
File ".local/lib/python3.10/site-packages/signal2html/ui.py", line 37, in main
process_backup(args.input_dir, args.output_dir)
File ".local/lib/python3.10/site-packages/signal2html/core.py", line 699, in process_backup
populate_thread(
File ".local/lib/python3.10/site-packages/signal2html/core.py", line 652, in populate_thread
mms_records = get_mms_records(
File ".local/lib/python3.10/site-packages/signal2html/core.py", line 486, in get_mms_records
qry = db.execute(
sqlite3.OperationalError: no such column: reactions

@CSnowRules
Copy link

Replace your versioninfo.py and html.py with mine and it should work now. https://github.com/CSnowRules/signal2html-contrib/tree/master/signal2html

@Baptiste-mrch
Copy link
Author

I have replaced these 2 files in the signal2html folder that pip created, but it doesn't work either :/
image

@Baptiste-mrch
Copy link
Author

I download all your fork of this repo, and it's works with your repo !!!
Thanks a lot 😄

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

2 participants