-
Notifications
You must be signed in to change notification settings - Fork 22
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
Creation of database from data backup fails #75
Comments
Hi Alex, please build the current master branch with debug flags (cmake -DCMAKE_BUILD_TYPE=Debug -DOPENMITTSU_DEBUG=On) and try importing the backup again. |
Building from source on Debian 11, I cannot import my Android backup. I successfully built openmittsu and qt5-sqlcipher before using the instructions from the readme. Import wizard error: Terminal: So, the Terminal message makes me assume this isn't a parsing issue, but let's try a debug build. This time, it stops with a different error: Terminal:
The timestamps show that there's no additional output, unfortunately, the weak reference stuff appeared when I closed the application. Any ideas? |
Okay, I am a bit mystified by this. Which Threema version are you using on Android? I did some changes in 609e44e, please try this version with debug output enabled (cmake -DCMAKE_BUILD_TYPE=Debug -DOPENMITTSU_DEBUG=On) and check if this works. If not, the log should contain information on what exact file it was parsing when the error occurred. |
Now I'm getting the "0 instead of 8 bytes" error again. Full (anonymized) log:
The backup was created on the Android Version from the Threema Shop, 4.54 Build 679. Oh and as a side note, I was wondering (but didn't test): Is it necessary to use build type Debug when I want the additional logging from OPENMITTSU_DEBUG=On? It takes huge amounts of disk space, I'm a bit space constrained in my current setup... |
I've got the same problem.
openMittsu.log
The log really ends with just one final time stamp ([...]) on the last line while openMittsu was in the middle of processing the groups. But my backups are not 100% valid. For some reason the end of the zip file is corrupted/missing. |
FYI: getting the same error from a fresh install of openmitsu r439.1988334-1 from AUR while importing a (full) backup from Threema 4.66 Build 3000720. |
Dear all,
first of all I need to state that it's really great openMittsu exists an allows me to connect to my Threema groups without having to use propriatary smartphone OS'es! Thanks!
When I tried to import not only my old ID but also the data backup that goes with it openMittsu emits the following error:
Since I now created a new Identity and continue to use the old one on the smartphone, the issue is not really pressing but still I wanted to report it.
Cheers,
Alex
The text was updated successfully, but these errors were encountered: