-
Notifications
You must be signed in to change notification settings - Fork 14
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
Instructions for Noob #70
Comments
Hi @Zofia22, thank you for reporting this issue. I'm sorry for your loss. Let's see if I can help you get the programs to work. First off, can you let me know what platform you're on? Is it Mac, Windows. or Linux? From what you're reporting it seems that you've completed step 1 and 2 correctly. In the third step, the first command, Let me know if this gets you beyond this step. |
Hi @GjjvdBurg, thanks for your reply and helping on this issue!!
I have tried rename the backup file as "1.backup" under the signal-backup folder, |
Thanks for providing the further details and the screenshot @Zofia22! By the looks of it, there's no The author of Also, in your screenshot the command has Let me know if this helps |
@GjjvdBurg Thanks again the next steps! Unfortunately below are the error results still: I tried to run the below commands |
Hi @Zofia22, thanks for the update and the screenshot. From what I can see from the line where you typed just I'm wondering if there's something causing
or:
|
Hi @GjjvdBurg, thanks for keep looking into this issue! Now I can see there are .bin and .sbf files under the signal_backup folder, and there are 17,000 items in total! that's a lot. C:\Users\xxx\signalbackup-tools>signal2html -i signal_backup/ -o signal_html/ and I could not find the signal_html directory and was stuck in here. |
Hi @Zofia22, glad to hear that you made it work! The error you're getting now is due to an error in signal2html. I've just updated the package and released a new version. To install it, you'll have to run the following command, which is similar to how you installed in the first time:
You can check whether this worked by running:
The version should be This update should solve the issue you posted above, but might not be the last error we'll encounter. Just let me know the next issue and we'll figure it out :) |
@GjjvdBurg thanks for the update! I have run the update and sorry to say there are still errors, please see below error message: C:\Users\xxxxx\signalbackup-tools>signal2html -V C:\Users\xxxxx\signalbackup-tools>signal2html -i signal_backup -o signal_html Thank you! |
Thanks for letting me know @Zofia22! These errors are because the package hasn't been updated for a while, and Signal has made some changes that make the package no longer work. I'll take a look to see if I can fix this, but it might take a few weeks to find the time. Feel free to ping me if you haven't heard anything in a while. |
I'm also interested in this project as it would be nice to have a HTML backup of my Signal chats. |
@jb261 are you having the same issue as Zofia22? I've updated the package to v0.2.11. This adds two checks to see if the database is available and whether it's not empty (I was only able to reproduce @Zofia22's error above with an empty database). Please update the package as above and try again, this should tell you if the database file is empty or missing. If it is empty, make sure that it was exported properly from the Please let me know if you encounter further issues! |
The output you pasted says it all. You're using a database version that isn't supported yet. |
Hello, I lost someone in my life and I would like to back up some important chats from Signal, otherwise, they will be gone by switching from android to iOS. Luckily I saw there might be ways to retrieve chat records, but unfortunately, I know nothing, literally nothing, about coding/scripting so I couldn't understand any of the steps.
I did my best to follow the steps...
$ pip install signal2html
I tried to run it with cmd but there was an error message.
after my research, turn out I need to install pip/python first, I have no idea what it is but I fellow steps on the internet and I guess I have installed it, and maybe the signal2html package. Tried to run it again it shows something like " requirement already satisfied....", so I guess I have made 1 step.
$ git clone https://github.com/bepaald/signalbackup-tools
$ cd signalbackup-tools
$ bash BUILDSCRIPT.sh
ran 1st script I saw there is some installation. nothing happens for the second script. Another error message saying g++ is missing.
I have no idea what it is but I researched and installed g++ based on https://code.visualstudio.com/docs/cpp/config-mingw.
now I can run the third script and some messages pop out like " Building (1/98).." and run until "Building (98/98)..."
Not sure what are they but at least it is loading something, so I guess this step is ok?
$ mkdir signal-backup/
$ signalbackup-tools signal-YYYY-MM-DD-HH-MM-SS.backup --output signal_backup/
I ran the first step and nothing happened.
I ran the second step and it shows the system can not locate the files. I have exported the backup file and marked the code that Signal provided to me. And I have followed the instruction to change the 2nd script with the file title and pass. But I have no idea where to place that backup file, seems the script needs to know where is it. I have been stuck on this for days and lost hope.
I hope you would point out any issues for steps, and way forward, those chats mean so much to me.
If you read until here, thanks a lot for your time.
The text was updated successfully, but these errors were encountered: