Bug in beta with mailru

What is the problem you are having with rclone?

I tried to use the beta version which can be unstable.
I don't know if there is any work in progress at the moment which may be the cause.
I also tested the same command with yandex, mega and webdav without any issue.
I'm submitting, because it may be an unknown regression.

What is your rclone version (output from rclone version)

rclone v1.56.0-beta.5580.aab29353d

  • os/version: debian 10.10 (64 bit)
  • os/kernel: 4.19.0-17-amd64 (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.16.5
  • go/linking: static
  • go/tags: none

downloaded today

Which OS you are using and how many bits (eg Windows 7, 64 bit)

linux debian stable

Which cloud storage system are you using? (eg Google Drive)

mailru

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone -vv --config /notfound about :mailru: --mailru-user hidden@mail.ru --mailru-pass hidden --mailru-speedup-enable=false

The rclone config contents with secrets removed.

none

A log from the command with the -vv flag

2021/07/08 16:27:16 DEBUG : rclone: Version "v1.56.0-beta.5580.aab29353d" starting with parameters ["rclone" "-vv" "--config" "/notfound" "about" ":mailru:" "--mailru-user" "hidden@mail.ru" "--mailru-pass" "hidden" "--mailru-speedup-enable=false"]
2021/07/08 16:27:16 DEBUG : Creating backend with remote ":mailru:"
2021/07/08 16:27:16 DEBUG : :mailru: detected overridden config - adding "{mSzhq}" suffix to name
2021/07/08 16:27:16 DEBUG : Config is memory-only - using defaults
2021/07/08 16:27:16 INFO  : []: Valid token not found, authorizing.
2021/07/08 16:27:16 NOTICE: Can't save config "token" = "{\"access_token\":\"hidden\",\"token_type\":\"Bearer\",\"refresh_token\":\"hidden\",\"expiry\":\"2021-07-08T17:27:16.743118113+02:00\"}" for on the fly backend ":mailru"
2021/07/08 16:27:16 DEBUG : :mailru{mSzhq}: Saved new token in config file
2021/07/08 16:27:16 Failed to create file system for ":mailru:": empty token found - please run "rclone config reconnect :mailru{mSzhq}:"

This looks like it is something to do with tokens not saving in on the fly backends.

Did this used to work?

Does it work if you use a normal (not on-the-fly) backend?

in 1.54.1 , 1.55.0.and 1.55.1, it was functional.

Thanks. Can you open a new issue on Github and we'll try to get this sorted for the 1.56 release.

I made the remaining test
with 1.56 beta and a normal (not on-the-fly) backend, rclone about is functional
the new issue.

Thank you

I've merged this to master now which means it will be in the latest beta in 15-30 minutes and released in v1.56

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.