Jottacloud crypt - 3 GB copy runs for a week without completing

Since jotta-cli uploads files to the same directory that I have my rclone backup in, I'm still worried about using it. It doesn't matter if the file is a dummy or not, it could still potentially decide to clear the directory before uploading or do something else unexpected. I don't have any other backup of most of the data that I have stored on jottacloud, so I don't want to risk losing anything by using their buggy software (which is part of the reason I started using rclone) or by moving large chunks of data around on the remote.
I want to avoid taking any risks unless it's absolutely necessary.

This little sequence looks very much like that the token expired during the upload.

I just had a look at the code - it looks like the token renewing code isn't running because we forgot to tell it about the in progress uploads.

Try this fix

v1.54.0-beta.4973.44d570405.fix-jottacloud-renewer on branch fix-jottacloud-renewer (uploaded in 15-30 mins)

1 Like

Right now the behaviour doesn't seem too different from before. It stays at around 10-25 kBp/s and the ETA keeps climbing (it's currently at 2 days 11 hours), guess I have to wait a week again to see if the upload will finish or not.
I had to build the fix from source since I couldn't find any windows build in the link you shared, it could be that I did something wrong since the executable doesn't have any icon and mounting doesn't work.

the windows os version did not build this time, that happens sometimes with rclone.

when @ncw read this, he will create the build for the beta again....

Here's the log so far:

2020/12/20 18:40:10 DEBUG : rclone: Version "v1.54.0-DEV" starting with parameters ["rclone" "copy" "C:\\Users=REDACTED=" "jottacrypt_test:=REDACTED=" "-P" "-vv"]
2020/12/20 18:40:10 DEBUG : Creating backend with remote "C:\\Users=REDACTED="
2020/12/20 18:40:10 DEBUG : Using config file from "C:\\Users=REDACTED="
2020/12/20 18:40:10 DEBUG : fs cache: adding new entry for parent of "C:\\Users=REDACTED=", "//?/C:/Users=REDACTED="
2020/12/20 18:40:10 DEBUG : Creating backend with remote "jottacrypt_test:=REDACTED="
2020/12/20 18:40:11 DEBUG : Creating backend with remote "jotta_test:private/=REDACTED="
2020/12/20 18:40:11 DEBUG : fs cache: renaming cache item "jottacrypt_test:=REDACTED=" to be canonical "jottacrypt_test:=REDACTED="
2020-12-20 18:40:11 DEBUG : =REDACTED=: Bad size for decrypt: file is too short to be encrypted
2020-12-20 18:40:11 DEBUG : =REDACTED=: Bad size for decrypt: file is too short to be encrypted
2020-12-20 18:40:11 DEBUG : =REDACTED=: Bad size for decrypt: file is too short to be encrypted
2020-12-20 18:40:11 DEBUG : =REDACTED=: Sizes differ (src 3090499593 vs dst 0)
2020-12-20 18:40:11 DEBUG : =REDACTED=: Computing MD5 hash of encrypted source
2020-12-20 19:38:41 DEBUG : jottacloud root =REDACTED=': Token expired - 1 uploads in progress - refreshing
2020-12-20 19:38:41 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2020-12-20 19:38:41 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2020-12-20 19:38:41 DEBUG : jotta_test: Saved new token in config file
2020-12-20 19:38:41 ERROR : jottacloud root =REDACTED=': Token refresh failed: is not a regular file
2020-12-20 20:22:34 DEBUG : =REDACTED=: Received error: Post "https://064-up.jotta.cloud/files/v1/upload/=REDACTED=": write tcp =REDACTED=->=REDACTED=: wsasend: An existing connection was forcibly closed by the remote host. - low level retry 1/10
2020-12-20 20:22:34 DEBUG : =REDACTED=: Computing MD5 hash of encrypted source
2020-12-20 20:38:41 DEBUG : jottacloud root =REDACTED=': Token expired - 1 uploads in progress - refreshing
2020-12-20 20:38:41 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2020-12-20 20:38:41 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2020-12-20 20:38:41 DEBUG : jotta_test: Saved new token in config file
2020-12-20 20:38:41 ERROR : jottacloud root =REDACTED=': Token refresh failed: is not a regular file
2020-12-20 21:38:41 DEBUG : jottacloud root =REDACTED=': Token expired - 1 uploads in progress - refreshing
2020-12-20 21:38:41 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2020-12-20 21:38:41 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2020-12-20 21:38:41 DEBUG : jotta_test: Saved new token in config file
2020-12-20 21:38:41 ERROR : jottacloud root =REDACTED=': Token refresh failed: is not a regular file

Take a look here:

It seems like you fit the upload limit, and are limited to 0,1 mbit.

is that correct?
as the log should look more like this, with a debug beta version number.
DEBUG : rclone: Version "v1.54.0-beta.4966.019dbb40e.fix-vfs-cachedir

Oh, well that explains the slow speed.
I still think there's another issue with uploading though. It should have been able to upload around 1 GB per day at that speed.

I just typed go build in the command prompt and that's the file it gave me. I have never built go source before so I don't know why the version description is different from what it usually is.

I fixed the build hopefully here

v1.54.0-beta.4974.a0b7ee42d.fix-jottacloud-renewer on branch fix-jottacloud-renewer (uploaded in 15-30 mins)

You only get the full version number if you build with make. The build is otherwise identical though and I can see @MrDemocracy that the token renewer is working from your log.

With the build I made I'm still experiencing the same issue as before. It currently tells me the total file size 3.923 GB while the original file is only 2.878 GB.
Should I stop it and try with the build you made, or won't that make a difference?

Your build will probably give the same results as mine.

Any idea what is causing this error? Do you have a symlinked config file or something like that?

that error was not in the original debug log?

I have no idea. I only replaced the rclone executable, haven't done anything to the config file. It's still in the default directory.

CMD crashed yesterday due to some memory issues on my computer, so I had to reboot. I just reran the command with the new build you made instead of the one I tried to build, but it still seems to be having the same issue as before. I'm also still getting the "not a regular file" error.

The token apparently expiring?

I've merged the fix I did to master now which means it will be in the latest beta in 15-30 mins and released in v1.54

It occurs to me that these two problems are probably related - if rclone can't save the token in the config file then it will go out of date.

What does

rclone config file

Show?

Can you check that file path printed is a normal file and not a junction or link or similar?

Here's the latest logs:

rclone copy "C:\Users\=REDACTED=" jottacrypt_test:"=REDACTED=" -P -vv
2021/01/09 20:09:06 DEBUG : rclone: Version "v1.54.0-beta.4974.a0b7ee42d.fix-jottacloud-renewer" starting with parameters ["rclone" "copy" "C:\\Users\\=REDACTED=" "jottacrypt_test:=REDACTED=" "-P" "-vv"]
2021/01/09 20:09:06 DEBUG : Creating backend with remote "C:\\Users\\=REDACTED="
2021/01/09 20:09:06 DEBUG : Using config file from "C:\\Users\\=REDACTED=\\.config\\rclone\\rclone.conf"
2021/01/09 20:09:06 DEBUG : fs cache: adding new entry for parent of "C:\\Users\\=REDACTED=", "//?/C:/Users/=REDACTED="
2021/01/09 20:09:06 DEBUG : Creating backend with remote "jottacrypt_test:=REDACTED="
2021/01/09 20:09:06 DEBUG : Creating backend with remote "jotta_test:=REDACTED='=REDACTED=': Token expired but no uploads in progress - doing nothing
2021/01/09 20:09:06 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021/01/09 20:09:06 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021/01/09 20:09:06 DEBUG : jotta_test: Saved new token in config file
2021-01-09 20:09:08 DEBUG : =REDACTED=: Bad size for decrypt: file is too short to be encrypted
2021-01-09 20:09:08 DEBUG : =REDACTED=: Bad size for decrypt: file is too short to be encrypted
2021-01-09 20:09:08 DEBUG : =REDACTED=: Bad size for decrypt: file is too short to be encrypted
2021-01-09 20:09:08 DEBUG : =REDACTED=: Sizes differ (src 3090499593 vs dst 0)
2021-01-09 20:09:08 DEBUG : =REDACTED=: Computing MD5 hash of encrypted source
2021-01-09 21:09:06 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-09 21:09:06 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-09 21:09:07 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-09 21:09:07 DEBUG : jotta_test: Saved new token in config file
2021-01-09 21:09:07 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-09 22:09:07 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-09 22:09:07 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-09 22:09:07 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-09 22:09:07 DEBUG : jotta_test: Saved new token in config file
2021-01-09 22:09:07 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-09 23:00:53 DEBUG : =REDACTED=: Received error: Post "https://069-up-e.jotta.cloud/=REDACTED='=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-09 23:09:07 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-09 23:09:07 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-09 23:09:07 DEBUG : jotta_test: Saved new token in config file
2021-01-09 23:09:07 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 00:09:07 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 00:09:07 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 00:09:07 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 00:09:07 DEBUG : jotta_test: Saved new token in config file
2021-01-10 00:09:07 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 01:09:07 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 01:09:07 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 01:09:07 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 01:09:07 DEBUG : jotta_test: Saved new token in config file
2021-01-10 01:09:07 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 02:09:07 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 02:09:07 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 02:09:07 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 02:09:07 DEBUG : jotta_test: Saved new token in config file
2021-01-10 02:09:07 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 03:04:40 DEBUG : =REDACTED=: Received error: Post "https://archive-004-up.jotta.cloud/=REDACTED='=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 03:09:07 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 03:09:07 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 03:09:07 DEBUG : jotta_test: Saved new token in config file
2021-01-10 03:09:07 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 04:09:07 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 04:09:07 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 04:09:07 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 04:09:07 DEBUG : jotta_test: Saved new token in config file
2021-01-10 04:09:08 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 05:01:21 DEBUG : =REDACTED=: Received error: Post "https://archive-004-up.jotta.cloud/=REDACTED='=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 05:09:07 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 05:09:07 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 05:09:07 DEBUG : jotta_test: Saved new token in config file
2021-01-10 05:09:08 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 06:09:07 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 06:09:07 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 06:09:08 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 06:09:08 DEBUG : jotta_test: Saved new token in config file
2021-01-10 06:09:08 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 07:09:07 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 07:09:07 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 07:09:08 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 07:09:08 DEBUG : jotta_test: Saved new token in config file
2021-01-10 07:09:08 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 08:09:08 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 08:09:08 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 08:09:08 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 08:09:08 DEBUG : jotta_test: Saved new token in config file
2021-01-10 08:09:08 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 09:09:08 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 09:09:08 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 09:09:08 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 09:09:08 DEBUG : jotta_test: Saved new token in config file
2021-01-10 09:09:08 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 10:09:08 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 10:09:08 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 10:09:08 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 10:09:08 DEBUG : jotta_test: Saved new token in config file
2021-01-10 10:09:08 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 11:09:08 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 11:09:08 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 11:09:08 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 11:09:08 DEBUG : jotta_test: Saved new token in config file
2021-01-10 11:09:08 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 12:09:08 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 12:09:08 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 12:09:08 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 12:09:08 DEBUG : jotta_test: Saved new token in config file
2021-01-10 12:09:08 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 13:09:08 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 13:09:08 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 13:09:08 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 13:09:08 DEBUG : jotta_test: Saved new token in config file
2021-01-10 13:09:09 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 14:09:08 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 14:09:08 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 14:09:09 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 14:09:09 DEBUG : jotta_test: Saved new token in config file
2021-01-10 14:09:09 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 15:09:09 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 15:09:09 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 15:09:09 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 15:09:09 DEBUG : jotta_test: Saved new token in config file
2021-01-10 15:09:09 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 16:09:09 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 16:09:09 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 16:09:09 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 16:09:09 DEBUG : jotta_test: Saved new token in config file
2021-01-10 16:09:09 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 17:09:09 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 17:09:09 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 17:09:09 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 17:09:09 DEBUG : jotta_test: Saved new token in config file
2021-01-10 17:09:09 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 18:07:03 DEBUG : =REDACTED=: Received error: Post "https://archive-004-up.jotta.cloud/=REDACTED='=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 18:09:09 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 18:09:09 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 18:09:09 DEBUG : jotta_test: Saved new token in config file
2021-01-10 18:09:09 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 19:09:09 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 19:09:09 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 19:09:09 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 19:09:09 DEBUG : jotta_test: Saved new token in config file
2021-01-10 19:09:09 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 20:09:09 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 20:09:09 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 20:09:09 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 20:09:09 DEBUG : jotta_test: Saved new token in config file
2021-01-10 20:09:10 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 21:09:09 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 21:09:09 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 21:09:10 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 21:09:10 DEBUG : jotta_test: Saved new token in config file
2021-01-10 21:09:10 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 22:09:10 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 22:09:10 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 22:09:10 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 22:09:10 DEBUG : jotta_test: Saved new token in config file
2021-01-10 22:09:10 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-10 23:09:10 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-10 23:09:10 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-10 23:09:10 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-10 23:09:10 DEBUG : jotta_test: Saved new token in config file
2021-01-10 23:09:10 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-11 00:09:10 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-11 00:09:10 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-11 00:09:10 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-11 00:09:10 DEBUG : jotta_test: Saved new token in config file
2021-01-11 00:09:10 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-11 01:09:10 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-11 01:09:10 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-11 01:09:10 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-11 01:09:10 DEBUG : jotta_test: Saved new token in config file
2021-01-11 01:09:10 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-11 02:09:10 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-11 02:09:10 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-11 02:09:10 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-11 02:09:10 DEBUG : jotta_test: Saved new token in config file
2021-01-11 02:09:10 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-11 03:09:10 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-11 03:09:10 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-11 03:09:10 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-11 03:09:10 DEBUG : jotta_test: Saved new token in config file
2021-01-11 03:09:11 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-11 04:09:10 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-11 04:09:10 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-11 04:09:11 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-11 04:09:11 DEBUG : jotta_test: Saved new token in config file
2021-01-11 04:09:11 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-11 05:09:11 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-11 05:09:11 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-11 05:09:11 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-11 05:09:11 DEBUG : jotta_test: Saved new token in config file
2021-01-11 05:09:11 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-11 06:09:11 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-11 06:09:11 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-11 06:09:11 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-11 06:09:11 DEBUG : jotta_test: Saved new token in config file
2021-01-11 06:09:11 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-11 07:09:11 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-11 07:09:11 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-11 07:09:11 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-11 07:09:11 DEBUG : jotta_test: Saved new token in config file
2021-01-11 07:09:11 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-11 08:09:11 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-11 08:09:11 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-11 08:09:11 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-11 08:09:11 DEBUG : jotta_test: Saved new token in config file
2021-01-11 08:09:11 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-11 09:09:11 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-11 09:09:11 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-11 09:09:11 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-11 09:09:11 DEBUG : jotta_test: Saved new token in config file
2021-01-11 09:09:12 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-11 10:09:11 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-11 10:09:11 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-11 10:09:12 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-11 10:09:12 DEBUG : jotta_test: Saved new token in config file
2021-01-11 10:09:12 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-11 11:09:12 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-11 11:09:12 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-11 11:09:12 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-11 11:09:12 DEBUG : jotta_test: Saved new token in config file
2021-01-11 11:09:12 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-11 12:09:12 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-11 12:09:12 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-11 12:09:12 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-11 12:09:12 DEBUG : jotta_test: Saved new token in config file
2021-01-11 12:09:12 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-11 13:09:12 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-11 13:09:12 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-11 13:09:12 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-11 13:09:12 DEBUG : jotta_test: Saved new token in config file
2021-01-11 13:09:12 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-11 14:09:12 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-11 14:09:12 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-11 14:09:12 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-11 14:09:12 DEBUG : jotta_test: Saved new token in config file
2021-01-11 14:09:12 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-11 14:35:12 DEBUG : =REDACTED=: Received error: Post "https://070-up-e.jotta.cloud/=REDACTED='=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-11 15:09:12 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-11 15:09:15 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-11 15:09:15 DEBUG : jotta_test: Saved new token in config file
2021-01-11 15:09:15 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-11 16:09:15 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-11 16:09:15 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-11 16:09:15 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-11 16:09:15 DEBUG : jotta_test: Saved new token in config file
2021-01-11 16:09:16 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-11 17:09:15 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-11 17:09:15 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-11 17:09:16 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-11 17:09:16 DEBUG : jotta_test: Saved new token in config file
2021-01-11 17:09:16 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
2021-01-11 18:09:16 DEBUG : jottacloud root '=REDACTED=': Token expired - 1 uploads in progress - refreshing
2021-01-11 18:09:16 DEBUG : jotta_test: Loaded invalid token from config file - ignoring
2021-01-11 18:09:16 DEBUG : Keeping previous permissions for config file: -rw-rw-rw-
2021-01-11 18:09:16 DEBUG : jotta_test: Saved new token in config file
2021-01-11 18:09:16 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file
Transferred:        1.822G / 4.557 GBytes, 40%, 11.512 kBytes/s, ETA 2d21h11m24s
Transferred:            0 / 1, 0%
Elapsed time:   46h6m26.4s
Transferring:
 *                =REDACTED=:  4% /2.878G, 14.149k/s, 56h17m21s

Here's what the config file command gives me:

Configuration file is stored at:
C:\Users\=REDACTED=\.config\rclone\rclone.conf

From what I can tell, it looks like a normal file. I tried making a copy of it, deleting the original, and renaming it back the original name to be sure.
I haven't gotten any error messages yet when I reran the latest beta just now, but it's probably too early to tell since I think it took an hour before I got the first error last time

Got the not a regular file error again:
2021-01-11 19:09:16 ERROR : jottacloud root '=REDACTED=': Token refresh failed: is not a regular file

I'm struggling to know what the problem could be.

One thing you could try is explicitly pass the config file in, so make a copy in another directory and pass the path to --config

Ok, I just did. I Will report back in about an hour and let you know if I still get the error.

Still getting the same error.