GjjvdBurg / signal2html

Export a Signal backup to pretty HTML
MIT License
111 stars 15 forks source link

Database version 163 #72

Closed Baptiste-mrch closed 1 year ago

Baptiste-mrch commented 1 year ago

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

image

Does someone know how to extract my signal backup?

Thanks!

CSnowRules commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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

Baptiste-mrch commented 1 year ago

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