signal-back icon indicating copy to clipboard operation
signal-back copied to clipboard

Can't extract Signal messages

Open jirikeller opened this issue 3 years ago • 5 comments

No Signal messages are extracted

  • Operating system: GNU/Linux amd64
  • Build version (tested both, latest 1.6. stable and alpha 2): Axport from Signal 5.17.3

Detailed description

./signal-back_linux_amd64 format -f CSV -o backup.csv BACKUP_FILE gives me just one-line CSV with the header, no messages. Exporting media files works ok. Check command claims everything is OK. I do not have any SMS/MMS in Signal.

Full relevant output

jirikeller avatar Jul 27 '21 13:07 jirikeller

same problem under windows .\signal-back_windows_amd64.exe format -m mms -P password.txt -o backup.xml signal-2021-08-02-19-43-25.backup

i have only xml headers without error


<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<?xml-stylesheet type="text/xsl" href="sms.xsl" ?>
<smses count="0"></smses>

huitre39 avatar Aug 02 '21 18:08 huitre39

Same here.. check says "Backup looks okay from here.", no errors is printed, yet the csv/output file only contains the headers. (v0.1.6)

olejorgenb avatar Sep 12 '21 08:09 olejorgenb

Same issue here. I used this this tool instead: https://github.com/bepaald/signalbackup-tools

Unfortunately, it does not support MMS exports to XML yet.

craftycorvid avatar Sep 24 '21 23:09 craftycorvid

I have the same issue when trying to export to CSV on Linux with the AMD64 binary. When I add the -v flag to get verbose output, I get no output at all until it just says Killed.

The backup file I am trying to process is close to 4GB.

hansdez avatar Sep 26 '21 13:09 hansdez

I extracted the messages with https://github.com/tbvdm/sigbak

rubo77 avatar Nov 07 '23 10:11 rubo77