A remote named with a space doesn’t work.
What I did:
- Elect to add a new remote of type “Cloudflare R2”
- Fill in the Access Key ID, Secret Access Key, and Endpoint with valid credentials
- Set the remote name as either “SyncedLibraries” (will work) or “Synced Libraries” (will fail)
The error shown in the UI on opening the “Synced Libraries” remote is:
FileListException(unknown): didn’t find section in config file (“Synced_Libraries”)
By the sound of that, the space in the name had been replaced with an underscore when looking for the config. If spaces are disallowed, that’s fine, but the form should tell the user that rather than leading to confusing and seemingly unsolvable errors.
My setup:
- RcloneView Android v1.0.0 from Google Play
- Android 12 device
