You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have this issue with the latest version of Signal on Android.
I am running the signalbackup-tools executable on Windows 10.
2022-05-11 21:49:12 | INFO - This is signal2html version 0.2.9
2022-05-11 21:49:12 | INFO - Found Signal database version: 140.
2022-05-11 21:49:12 | WARNING - This database version is untested, please report errors.
Traceback (most recent call last):
File "C:\Python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Python39\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\Python39\lib\site-packages\signal2html\__main__.py", line 24, in <module>
main()
File "C:\Python39\lib\site-packages\signal2html\__main__.py", line 20, in main
sys.exit(main())
File "C:\Python39\lib\site-packages\signal2html\ui.py", line 35, in main
process_backup(args.input_dir, args.output_dir)
File "C:\Python39\lib\site-packages\signal2html\core.py", line 690, in process_backup
populate_thread(
File "C:\Python39\lib\site-packages\signal2html\core.py", line 648, in populate_thread
mms_records = get_mms_records(
File "C:\Python39\lib\site-packages\signal2html\core.py", line 482, in get_mms_records
qry = db.execute(
sqlite3.OperationalError: no such column: reactions
Thanks for your work
The text was updated successfully, but these errors were encountered:
Hi both, thanks for reporting this issue. I don't really have much time or interest to maintain this project at the moment, so please consider submitting a pull request. For this particular issue, it would require identifying the database version that introduced the schema change, and create a path in the code that gets the reaction data conditional on that version
Hi,
I have this issue with the latest version of Signal on Android.
I am running the signalbackup-tools executable on Windows 10.
Thanks for your work
The text was updated successfully, but these errors were encountered: