-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
cant export data/backup database v3.8.0 #839
Comments
Since you are the first (and only) person to report this bug and we don't have access to your phone, the only way to find out where exactly the problem lies is for you to install a debug APK and debug it yourself with ADB and Chrome web inspect. I have built a debug APK for Waistline that you can install next to the actual Waistline app: If you want to do this, just download the APK and follow these steps:
Apologies for making this so complicated, but I don't see any other way to find out what the problem is. |
thanks a lot for taking the time to explain, i will respond as soon as i found the time |
i was able to export the database and diary no errors thrown in app or in the devtools console with the debug version of waistline Edit: |
Interesting. The only possible reason I could think of is that you don't have enough free storage space, so exporting a basically empty database works, but exporting the filled database doesn't 🤔 |
good thinking and i just rechecked to make sure it wasnt a plain oversight like this, but while i am not sure, i think 11gb free storage space should do the job :D |
Yes, 11 GB should be more than enough :) To which location/folder did the debug app write the backup file? Can you go there with a file browser app (e. g. this one is known to work) and check if there is something suspicious there maybe preventing the regular app from writing the backup? |
okay apparently no files were written at all, it gave a success message and after that i went straight to the share backup/csv file option, which successfully shared a json and csv file but containing no content due to the dev app not using the same data |
If Waistline shows you a success message with the file path, it means the file was successfully written. What makes you think that it wasn't? What do you see when you navigate to /Android/data/ in the file browser? |
I navigated to the folder which is in exptected structure, but unfortunately no file has been created despite the success message. heres whats visible in the devtools console when triggering the export, "unfortunately" everythink looks totally fine here to me: |
@cptwtf I'm glad to hear it worked out for you 🎉 There is one more thing you could check. According to this comment, the backup file may have been written to |
hi, i cant export data/backup database v3.8.0 and am using a poco x3 with lineageos 14
i got a new phone and sadly when i try to backup my database i am just presented with an "Export Failed" modal error message
same goes for diary export
i checked the app permissions and while storage wasnt denied, it also wasnt requested by the app
anyone got an idea how to transfer my food database?
The text was updated successfully, but these errors were encountered: