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
Describe the bug
I didn't test this with any other cloud service provider, but the version of rclone provided is outdated and no longer working properly with at least OneDrive cloud services.
To Reproduce
If there is a scenario wherein a games files on the computer need to be uploaded to OneDrive (either due to being more recent, or for being the first time a sync for those save files has occured), the below errors occur for all files attempted. They appear to be indicating that the authentication key isn't working properly to modify the OneDrive directory. These errors occur when attempting to sync on fresh install, regardless of user-mode and permissions as relegated on FlatSeal: Error while performing sync: <5>NOTICE: *savefileName*: Failed to cancel multipart upload: unauthenticated: Unauthenticated (upload failed due to: unauthenticated: Unauthenticated) <3>ERROR : *savefileName*: Failed to copy: unauthenticated: Unauthenticated <3>ERROR : OneDrive root 'opencloudsaves/*saveFileDirectory*': not deleting files as there were IO errors <3>ERROR : OneDrive root 'opencloudsaves/*saveFileDirectory*': not deleting directories as there were IO errors
Expected behavior
It shouldn't be erroring like this, and I had the app previously working until it suddenly stopped working.
Desktop (please complete the following information):
OS: Linux 6.11.9-303.bazzite.fc41.x86_64
Bazzite 41 (FROM Fedora Kinoite) - stable
Solution
The application works again as intended after I downloaded a new Intel/AMD - 64 Bit release of rClone from here. Then I replaced the rclone in the active directory for the application using the command sudo mv -f rclone /var/home/$USER/.local/share/flatpak/app/io.github.daviddesimone.opencloudsaves/current/active/files/bin/ to replace the rclone included with the app with the latest one. The Errors no longer persisted. I tested the solution twice to ensure
Another possible long-term solution would be implementing an option to set the rclone app location manually like in Ludusavi so this issue has a better temporary solution if it comes up again.
Additional context
My custom Flatseal Permissions (I matched them with Ludusavi), which seemingly had no effect on the errors.
Describe the bug
I didn't test this with any other cloud service provider, but the version of rclone provided is outdated and no longer working properly with at least OneDrive cloud services.
To Reproduce
If there is a scenario wherein a games files on the computer need to be uploaded to OneDrive (either due to being more recent, or for being the first time a sync for those save files has occured), the below errors occur for all files attempted. They appear to be indicating that the authentication key isn't working properly to modify the OneDrive directory. These errors occur when attempting to sync on fresh install, regardless of user-mode and permissions as relegated on FlatSeal:
Error while performing sync: <5>NOTICE: *savefileName*: Failed to cancel multipart upload: unauthenticated: Unauthenticated (upload failed due to: unauthenticated: Unauthenticated) <3>ERROR : *savefileName*: Failed to copy: unauthenticated: Unauthenticated <3>ERROR : OneDrive root 'opencloudsaves/*saveFileDirectory*': not deleting files as there were IO errors <3>ERROR : OneDrive root 'opencloudsaves/*saveFileDirectory*': not deleting directories as there were IO errors
Expected behavior
It shouldn't be erroring like this, and I had the app previously working until it suddenly stopped working.
Desktop (please complete the following information):
Solution
The application works again as intended after I downloaded a new Intel/AMD - 64 Bit release of rClone from here. Then I replaced the rclone in the active directory for the application using the command
sudo mv -f rclone /var/home/$USER/.local/share/flatpak/app/io.github.daviddesimone.opencloudsaves/current/active/files/bin/
to replace the rclone included with the app with the latest one. The Errors no longer persisted. I tested the solution twice to ensureAnother possible long-term solution would be implementing an option to set the rclone app location manually like in Ludusavi so this issue has a better temporary solution if it comes up again.
Additional context
My custom Flatseal Permissions (I matched them with Ludusavi), which seemingly had no effect on the errors.
The text was updated successfully, but these errors were encountered: