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
Got the same/another problem. Somebody an idea how to solve this?
stefan@stefan-virtual-machine:~/signalbackup-tools$ signal2html -i signal_backup/ -o signal_html/
2023-02-15 09:58:13 | INFO - This is signal2html version 0.2.11
2023-02-15 09:58:13 | INFO - Found Signal database version: 176.
2023-02-15 09:58:13 | WARNING - This database version is untested, please report errors.
Traceback (most recent call last):
File "/home/stefan/.local/bin/signal2html", line 8, in <module>
sys.exit(main())
File "/home/stefan/.local/lib/python3.10/site-packages/signal2html/__main__.py", line 20, in main
sys.exit(main())
File "/home/stefan/.local/lib/python3.10/site-packages/signal2html/ui.py", line 37, in main
process_backup(args.input_dir, args.output_dir)
File "/home/stefan/.local/lib/python3.10/site-packages/signal2html/core.py", line 688, in process_backup
query = db.execute(f"SELECT _id, {recipient_id_expr} FROM thread")
sqlite3.OperationalError: no such column: thread_recipient_id
The text was updated successfully, but these errors were encountered:
Got the same/another problem. Somebody an idea how to solve this?
The text was updated successfully, but these errors were encountered: