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 40 - no such column: profile_joined_name #50

Open
Piermaz38 opened this issue Nov 2, 2021 · 1 comment
Open

Database version 40 - no such column: profile_joined_name #50

Piermaz38 opened this issue Nov 2, 2021 · 1 comment

Comments

@Piermaz38
Copy link

Hi,
I've got a problem to convert an old Signal database version.

Traceback (most recent call last):
  File "/home/pierre/.local/bin/signal2html", line 8, in <module>
    sys.exit(main())
  File "/home/pierre/.local/lib/python3.8/site-packages/signal2html/__main__.py", line 15, in main
    sys.exit(realmain())
  File "/home/pierre/.local/lib/python3.8/site-packages/signal2html/ui.py", line 35, in main
    process_backup(args.input_dir, args.output_dir)
  File "/home/pierre/.local/lib/python3.8/site-packages/signal2html/core.py", line 653, in process_backup
    addressbook = make_addressbook(db, versioninfo)
  File "/home/pierre/.local/lib/python3.8/site-packages/signal2html/addressbook.py", line 296, in make_addressbook
    return AddressbookV2(db)
  File "/home/pierre/.local/lib/python3.8/site-packages/signal2html/addressbook.py", line 35, in __init__
    self._load_recipients()  # Must be implemented by subclass
  File "/home/pierre/.local/lib/python3.8/site-packages/signal2html/addressbook.py", line 247, in _load_recipients
    qry = self.db.execute(
sqlite3.OperationalError: no such column: profile_joined_name```

Thanks, 
@GjjvdBurg
Copy link
Owner

Hi @Piermaz38, thanks for reporting this error. Unfortunately it seems that supporting the version of the database that you have will require quite some effort. Are you perhaps able to update the Signal version on the phone so that the database will be migrated to a newer version?

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