mo-han
(墨焓)
September 16, 2021, 7:35am
1
What is the problem you are having with rclone?
trying to config a seafile remote, with 2fa enabled. followed the example from Seafile .
but at the end, instead prompting for 2fa code, rclone keeps printing "Password can't be blank" repeatedly.
tried to copy the log but failed, after choosing "n" for advanced config, rclone immediately starts to quickly print tons of "Password can't be blank" lines, sweeping anything in the screen. sorry but can't get the log.
so frustratedly, decided to use an older version, v1.52.3, and it did the config without problems.
What is your rclone version (output from rclone version
)
rclone v1.56.0
- os/version: ubuntu 18.04 (64 bit)
- os/kernel: 5.4.0-42-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.16.5
- go/linking: static
- go/tags: none
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Which cloud storage system are you using? (eg Google Drive)
seafile
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone config
The rclone config contents with secrets removed.
Paste config here
A log from the command with the -vv
flag
Paste log here
I'm a bit puzzled by this one, I'll give it a try on a clean machine tomorrow.
Which version of Seafile are you using? I have to admit I haven't upgraded for a while
1 Like
Right, I found the issue, the defect was introduced in version 1.56
I'm working on a fix
In the meantime, it is safe to generate a token with a version < 1.56, then use 1.56 with the generated config.
committed 08:28AM - 29 Apr 21 UTC
This is a very large change which turns the post Config function in
backends int… o a state based call and response system so that
alternative user interfaces can be added.
The existing config logic has been converted, but it is quite
complicated and folloup commits will likely be needed to fix it!
Follow up commits will add a command line and API based way of using
this configuration system.
By the way, I forgot to mention it was fixed in version 1.56.1
Rclone 1.56.1 has been released. Find it here Rclone downloads or use rclone selfupdate to upgrade.
This is a bugfix release containing a lot of little fixes, the most important ones being the fixes to rclone mount --daemon, rclone serve http and fixes to the new config system in the Seafile and Sugarsync backends.
v1.56.1 - 2021-09-19
See commits
Bug Fixes
accounting: Fix maximum bwlimit by scaling scale max token bucket size (Nick Craig-Wood)
rc: Fix speed does not update in core/stats (…
1 Like
system
(system)
Closed
October 24, 2021, 10:23pm
7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.