-
Notifications
You must be signed in to change notification settings - Fork 67
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
XML backup with 0 messagges when signal-back is built with dep ensure #58
Comments
I am just facing the same problem when I use a prebuild binary: a zero sized out put file. I am not familiar with github and its building command, but I managed to install go and go-dep on my system, which is KDE Neon. But when I start the shown command, I get these errors:
Could you please give me a hand with this one? I really need to re-import all of my sms back into the standard sms app, but Signal is not making this easy for their users. :( |
This is an issue I have depending on how I build signal-back.
If I build signal-back with:
dep ensure go build .
CSV format and extract both work fine, while XML format outputs only this:
signal-back -v ... outputs only a bunch of "MMS export not yet supported"
If I build signal-back with:
it works fine with XML too.
Thank you for this very useful program 😃
The text was updated successfully, but these errors were encountered: