What is the problem you are having with rclone?
I am trying to set up a pCloud remote, using a local rclone for auth, but the authentication page is just empty – I get a blank white page with a pCloud logo up top, and that's it.
There are some errors in the js console output. See screenshot.
Console:
I'm ssh:ing into my headless linux machine, and using a local windows version of rclone to do the auth.
I've also tried using WSL2 just in case it was the windows environment that was the problem.
I've also tried different web browsers (Chrome, Firefox).
I've also tried both the version available in the Ubuntu repos and the .deb from the official rclone website. To no avail.
I'm definitely beginning to suspect the problem is with pCloud, but I know from experience their support staff is unhelpful and very uninterested in helping out with things that have to do with software they're not actively supporting. Even when the problem is with their service.
Run the command 'rclone version' and share the full output of the command.
Remote headless:
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 5.15.0-126-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.23.3
- go/linking: static
- go/tags: none
Local windows:
- os/version: Microsoft Windows 11 Pro 23H2 (64 bit)
- os/kernel: 10.0.22635.2841 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.23.3
- go/linking: static
- go/tags: cmount
Local WSL2:
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 5.15.167.4-microsoft-standard-WSL2 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.23.3
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
pCloud
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
pcloud config
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
Remote headless Ubuntu:
[dropbox]
type = dropbox
token = XXX
### Double check the config for sensitive info before posting publicly
Local Windows:
2025/01/03 13:10:16 NOTICE: Config file "C:\\Users\\krank\\AppData\\Roaming\\rclone\\rclone.conf" not found - using defaults
; empty config
### Double check the config for sensitive info before posting publicly
Local WSL2:
2025/01/03 13:08:40 NOTICE: Config file "/home/krank/.config/rclone/rclone.conf" not found - using defaults
; empty config
### Double check the config for sensitive info before posting publicly
A log from the command that you were trying to run with the -vv
flag
From windows:
2025/01/03 13:13:49 DEBUG : rclone: Version "v1.68.2" starting with parameters ["C:\\Users\\krank\\Downloads\\rclone-v1.68.2-windows-amd64\\rclone-v1.68.2-windows-amd64\\rclone.exe" "authorize" "pcloud" "-vv"]
2025/01/03 13:13:49 DEBUG : **temp-fs**: config in: state="", result=""
2025/01/03 13:13:49 NOTICE: Config file "C:\\Users\\krank\\AppData\\Roaming\\rclone\\rclone.conf" not found - using defaults
2025/01/03 13:13:49 DEBUG : OAuth only is set - overriding return state
2025/01/03 13:13:49 DEBUG : **temp-fs**: config out: out=&{State:*oauth,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2025/01/03 13:13:49 DEBUG : **temp-fs**: config in: state="*oauth,,,", result=""
2025/01/03 13:13:49 DEBUG : **temp-fs**: config out: out=&{State:*oauth-confirm,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2025/01/03 13:13:49 DEBUG : **temp-fs**: config in: state="*oauth-confirm,,,", result=""
2025/01/03 13:13:49 DEBUG : Auto confirm is set, choosing default "true" for state "*oauth-islocal,,,", override by setting config parameter "config_is_local"
2025/01/03 13:13:49 DEBUG : **temp-fs**: config out: out=&{State:*oauth-islocal,,, Option:<nil> OAuth:<nil> Error: Result:true}, err=<nil>
2025/01/03 13:13:49 DEBUG : **temp-fs**: config in: state="*oauth-islocal,,,", result="true"
2025/01/03 13:13:49 DEBUG : **temp-fs**: config out: out=&{State:*oauth-do,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2025/01/03 13:13:49 DEBUG : **temp-fs**: config in: state="*oauth-do,,,", result=""
2025/01/03 13:13:49 DEBUG : Starting auth server on 127.0.0.1:53682
2025/01/03 13:13:49 NOTICE: If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=8eyaL4FDoRnhQZ27VrnqYQ
2025/01/03 13:13:49 NOTICE: Log in and authorize rclone for access
2025/01/03 13:13:49 NOTICE: Waiting for code...
2025/01/03 13:13:49 DEBUG : Redirecting browser to: https://my.pcloud.com/oauth2/authorize?access_type=offline&client_id=DnONSzyJXpm&redirect_uri=http%3A%2F%2Flocalhost%3A53682%2F&response_type=code&state=8eyaL4FDoRnhQZ27VrnqYQ
From WSL2:
2025/01/03 13:15:29 DEBUG : rclone: Version "v1.68.2" starting with parameters ["rclone" "authorize" "pcloud" "-vv"]
2025/01/03 13:15:29 DEBUG : **temp-fs**: config in: state="", result=""
2025/01/03 13:15:29 NOTICE: Config file "/home/krank/.config/rclone/rclone.conf" not found - using defaults
2025/01/03 13:15:29 DEBUG : OAuth only is set - overriding return state
2025/01/03 13:15:29 DEBUG : **temp-fs**: config out: out=&{State:*oauth,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2025/01/03 13:15:29 DEBUG : **temp-fs**: config in: state="*oauth,,,", result=""
2025/01/03 13:15:29 DEBUG : **temp-fs**: config out: out=&{State:*oauth-confirm,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2025/01/03 13:15:29 DEBUG : **temp-fs**: config in: state="*oauth-confirm,,,", result=""
2025/01/03 13:15:29 DEBUG : Auto confirm is set, choosing default "true" for state "*oauth-islocal,,,", override by setting config parameter "config_is_local"
2025/01/03 13:15:29 DEBUG : **temp-fs**: config out: out=&{State:*oauth-islocal,,, Option:<nil> OAuth:<nil> Error: Result:true}, err=<nil>
2025/01/03 13:15:29 DEBUG : **temp-fs**: config in: state="*oauth-islocal,,,", result="true"
2025/01/03 13:15:29 DEBUG : **temp-fs**: config out: out=&{State:*oauth-do,,, Option:<nil> OAuth:<nil> Error: Result:}, err=<nil>
2025/01/03 13:15:29 DEBUG : **temp-fs**: config in: state="*oauth-do,,,", result=""
2025/01/03 13:15:29 DEBUG : Starting auth server on 127.0.0.1:53682
2025/01/03 13:15:29 NOTICE: If your browser doesn't open automatically go to the following link: http://127.0.0.1:53682/auth?state=wzJ_EK8dS8TFTqijXrse-w
2025/01/03 13:15:29 NOTICE: Log in and authorize rclone for access
2025/01/03 13:15:29 NOTICE: Waiting for code...