Local Web-gui - Should I ignore these errors? fatalError:false renames:0

What is the problem you are having with rclone?

Thanks for this awesome tool. rclone works perfectly in command line mode interacting with backblaze b2. But when I use the webui I am getting these error and wondering if I should just ignore them since webui functions perfectly. But just wanted to ask and make sure. Thanks in advance!

Here is how I launched the webui

$ rclone rcd --rc-web-gui -vv --rc-user me --rc-pass me --rc-web-gui-update

also tried these commands and getting the same error.

$ rclone rcd --rc-web-gui -vv --rc-user me --rc-pass me
$ rclone rcd --rc-web-gui -vv 

Getting these error, especially the fatalError:false renames:0 thing occurs almost every seconds

$ rclone rcd --rc-web-gui -vv --rc-user me --rc-pass me --rc-web-gui-update
2023/12/28 13:15:51 DEBUG : rclone: Version "1.64.2" starting with parameters ["rclone" "rcd" "--rc-web-gui" "-vv" "--rc-user" "me" "--rc-pass" "me" "--rc-web-gui-update"]
2023/12/28 13:15:51 DEBUG : Current tag: v2.0.5, Release tag: v2.0.5
2023/12/28 13:15:51 NOTICE: No update to Web GUI available.
2023/12/28 13:15:51 NOTICE: Serving Web GUI
2023/12/28 13:15:51 INFO  : Using --user me --pass XXXX as authenticated user
2023/12/28 13:15:51 NOTICE: Serving remote control on http://127.0.0.1:5572/
2023/12/28 13:15:51 DEBUG : login_token "bWU6bWU="
2023/12/28 13:15:52 DEBUG : rc: "core/version": with parameters map[]
2023/12/28 13:15:52 DEBUG : rc: "core/stats": with parameters map[]
2023/12/28 13:15:52 ERROR : rc: "core/version": error: strconv.ParseInt: parsing "": invalid syntax
2023/12/28 13:15:52 DEBUG : rc: "core/stats": reply map[bytes:0 checks:0 deletedDirs:0 deletes:0 elapsedTime:0.86185173 errors:0 eta:<nil> fatalError:false renames:0 retryError:false serverSideCopies:0 serverSideCopyBytes:0 serverSideMoveBytes:0 serverSideMoves:0 speed:0 totalBytes:0 totalChecks:0 totalTransfers:0 transferTime:0 transfers:0]: <nil>
2023/12/28 13:15:52 DEBUG : rc: "core/stats": with parameters map[]
2023/12/28 13:15:52 DEBUG : rc: "core/stats": reply map[bytes:0 checks:0 deletedDirs:0 deletes:0 elapsedTime:0.881200581 errors:0 eta:<nil> fatalError:false renames:0 retryError:false serverSideCopies:0 serverSideCopyBytes:0 serverSideMoveBytes:0 serverSideMoves:0 speed:0 totalBytes:0 totalChecks:0 totalTransfers:0 transferTime:0 transfers:0]: <nil>
2023/12/28 13:15:52 DEBUG : rc: "core/bwlimit": with parameters map[]
2023/12/28 13:15:52 DEBUG : rc: "core/bwlimit": reply map[bytesPerSecond:-1 bytesPerSecondRx:-1 bytesPerSecondTx:-1 rate:off]: <nil>
2023/12/28 13:15:52 DEBUG : rc: "core/stats": with parameters map[]
2023/12/28 13:15:52 DEBUG : rc: "core/stats": reply map[bytes:0 checks:0 deletedDirs:0 deletes:0 elapsedTime:1.079699677 errors:0 eta:<nil> fatalError:false renames:0 retryError:false serverSideCopies:0 serverSideCopyBytes:0 serverSideMoveBytes:0 serverSideMoves:0 speed:0 totalBytes:0 totalChecks:0 totalTransfers:0 transferTime:0 transfers:0]: <nil>
2023/12/28 13:15:56 DEBUG : rc: "core/stats": with parameters map[]
2023/12/28 13:15:56 DEBUG : rc: "core/stats": reply map[bytes:0 checks:0 deletedDirs:0 deletes:0 elapsedTime:5.083296404 errors:0 eta:<nil> fatalError:false renames:0 retryError:false serverSideCopies:0 serverSideCopyBytes:0 serverSideMoveBytes:0 serverSideMoves:0 speed:0 totalBytes:0 totalChecks:0 totalTransfers:0 transferTime:0 transfers:0]: <nil>
2023/12/28 13:15:57 DEBUG : rc: "core/stats": with parameters map[]
2023/12/28 13:15:57 DEBUG : rc: "core/stats": reply map[bytes:0 checks:0 deletedDirs:0 deletes:0 elapsedTime:5.848255671 errors:0 eta:<nil> fatalError:false renames:0 retryError:false serverSideCopies:0 serverSideCopyBytes:0 serverSideMoveBytes:0 serverSideMoves:0 speed:0 totalBytes:0 totalChecks:0 totalTransfers:0 transferTime:0 transfers:0]: <nil>
2023/12/28 13:15:57 DEBUG : rc: "core/stats": with parameters map[]
2023/12/28 13:15:57 DEBUG : rc: "core/stats": reply map[bytes:0 checks:0 deletedDirs:0 deletes:0 elapsedTime:5.88336946 errors:0 eta:<nil> fatalError:false renames:0 retryError:false serverSideCopies:0 serverSideCopyBytes:0 serverSideMoveBytes:0 serverSideMoves:0 speed:0 totalBytes:0 totalChecks:0 totalTransfers:0 transferTime:0 transfers:0]: <nil>

And this DEBUG : rc: "core/stats" part is still going as I type.
Should I ignore this?

Run the command 'rclone version' and share the full output of the command.

rclone 1.64.2
- os/version: fedora 39 (64 bit)
- os/kernel: 6.6.8-200.fc39.x86_64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.21.1
- go/linking: dynamic
- go/tags: none

I tried the latest build from github and still getting the exact same message.

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

Backblaze B2

$ rclone config redacted
[b2]
type = b2
account = XXX
key = XXX

[b2c]
type = crypt
password = XXX
password2 = XXX
remote = b2:bkup-rclone
### Double check the config for sensitive info before posting publicly

Here you are:

It is not maintained for very long. You can use it but you are on your own - who knows what is broken there. Unless interested to revive it and help with the maintenance.

1 Like

Thank you for the quick reply. I see. I will just ignore this for now and wait for the update to be released. (No worries I am not holding my breath. Besides I rarely use WebUI so it's all good.)

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