Rclone move to Jottacloud fails

What is the problem you are having with rclone?

Move command ceased working to Jottacloud

What is your rclone version (output from rclone version)

rclone v1.51.0

  • os/arch: linux/amd64
  • go version: go1.13.7

and

rclone v1.51.0-302-gbd4b91bd-beta

  • os/arch: linux/amd64
  • go version: go1.14.2

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

Ubuntu 18.04 LTS

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

JottaCloud

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

TMPDIR=/mnt/sb-plex/cache && export TMPDIR && rclone move --transfers 20  --checkers 5 --order-by name --delete-empty-src-dirs --cache-tmp-upload-path /mnt/sb-plex/cache --fast-list -vv -P 

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

2020/05/12 09:07:32 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2020-05-12 09:07:33 ERROR : : error reading destination directory: couldn't list files: parsing time "30828-09-14-T02:48:05Z" as "2006-01-02-T15:04:05Z0700": cannot parse "8-09-14-T02:48:05Z" as "-"
2020-05-12 09:07:33 DEBUG : Encrypted drive 'jotta-encrypted:/movies/': Waiting for checks to finish
2020-05-12 09:07:33 DEBUG : Encrypted drive 'jotta-encrypted:/movies/': Waiting for transfers to finish
2020-05-12 09:07:33 INFO : There was nothing to transfer
2020-05-12 09:07:33 ERROR : Attempt 1/3 failed with 1 errors and: couldn't list files: parsing time "30828-09-14-T02:48:05Z" as "2006-01-02-T15:04:05Z0700": cannot parse "8-09-14-T02:48:05Z" as "-"
2020-05-12 09:07:33 ERROR : : error reading destination directory: couldn't list files: parsing time "30828-09-14-T02:48:05Z" as "2006-01-02-T15:04:05Z0700": cannot parse "8-09-14-T02:48:05Z" as "-"
2020-05-12 09:07:33 DEBUG : Encrypted drive 'jotta-encrypted:/movies/': Waiting for checks to finish
2020-05-12 09:07:33 DEBUG : Encrypted drive 'jotta-encrypted:/movies/': Waiting for transfers to finish
2020-05-12 09:07:33 INFO : There was nothing to transfer
2020-05-12 09:07:33 ERROR : Attempt 2/3 failed with 1 errors and: couldn't list files: parsing time "30828-09-14-T02:48:05Z" as "2006-01-02-T15:04:05Z0700": cannot parse "8-09-14-T02:48:05Z" as "-"
2020-05-12 09:07:33 ERROR : : error reading destination directory: couldn't list files: parsing time "30828-09-14-T02:48:05Z" as "2006-01-02-T15:04:05Z0700": cannot parse "8-09-14-T02:48:05Z" as "-"
2020-05-12 09:07:33 DEBUG : Encrypted drive 'jotta-encrypted:/movies/': Waiting for checks to finish
2020-05-12 09:07:33 DEBUG : Encrypted drive 'jotta-encrypted:/movies/': Waiting for transfers to finish
2020-05-12 09:07:33 INFO : There was nothing to transfer
2020-05-12 09:07:33 ERROR : Attempt 3/3 failed with 1 errors and: couldn't list files: parsing time "30828-09-14-T02:48:05Z" as "2006-01-02-T15:04:05Z0700": cannot parse "8-09-14-T02:48:05Z" as "-"

Anybody know a fix for this?

Thanks!

There must have been an error while transferring, I was able to determine the faulty folder, moved it and now the transfer is working again.

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