You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing an issue with restoring my backup from Google Drive in Voiceliner. I have a backup file of approximately 429 MB saved on Google Drive, but when I try to restore it, I encounter the following problems:
The restoration process starts but then fails with an error message. The error states:
Error during backup:
PlatformException(zip_error, /data/user/0/chat.saga.voice_outliner/app_flutter/recordings/xxxx.wav: open failed: ENOENT (No such file or directory),
java.io.FileNotFoundException: /data/user/0/chat.saga.voice_outliner/app_flutter/recordings/xxxx.wav: open failed: ENOENT (No such file or directory), null)
It appears that some .wav files cannot be found, causing the restoration process to stop.
Despite multiple attempts to restore the backup, the notes are not appearing in my Voiceliner app.
Steps to Reproduce:
Open Voiceliner.
Go to Settings > Drive Backup.
Tap on Restore from Google Drive.
Wait for the restoration process to complete (or fail).
Expected Behavior: The backup should restore all notes and files successfully.
Actual Behavior: The restoration process fails with a FileNotFoundException for certain .wav files, and my notes do not appear in the app after the process is complete.
Additional Information:
I am using Voiceliner on an Android device.
I have ensured that Voiceliner has all necessary permissions, including storage access.
I have sufficient storage space on my device.
Any assistance or guidance on resolving this issue would be greatly appreciated. Please let me know if additional information or logs are required.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello,
I'm experiencing an issue with restoring my backup from Google Drive in Voiceliner. I have a backup file of approximately 429 MB saved on Google Drive, but when I try to restore it, I encounter the following problems:
Error during backup:
PlatformException(zip_error, /data/user/0/chat.saga.voice_outliner/app_flutter/recordings/xxxx.wav: open failed: ENOENT (No such file or directory),
java.io.FileNotFoundException: /data/user/0/chat.saga.voice_outliner/app_flutter/recordings/xxxx.wav: open failed: ENOENT (No such file or directory), null)
It appears that some .wav files cannot be found, causing the restoration process to stop.
Steps to Reproduce:
Open Voiceliner.
Go to Settings > Drive Backup.
Tap on Restore from Google Drive.
Wait for the restoration process to complete (or fail).
Expected Behavior: The backup should restore all notes and files successfully.
Actual Behavior: The restoration process fails with a FileNotFoundException for certain .wav files, and my notes do not appear in the app after the process is complete.
Additional Information:
I am using Voiceliner on an Android device.
I have ensured that Voiceliner has all necessary permissions, including storage access.
I have sufficient storage space on my device.
Any assistance or guidance on resolving this issue would be greatly appreciated. Please let me know if additional information or logs are required.
Thank you!
The text was updated successfully, but these errors were encountered: