File not found on pCloud (404 Not Found)

I'm having a strange problem in which a particular image file on pCloud is not found when I try to copy it to my local computer, generating a '404 Not Found' error. I'm using v1.61.1 of rclone on computers running linux debian 11.6.

$ ls testdir
img_0513s.jpg
$ file testdir/img_0513s.jpg
testdir/img_0513s.jpg: JPEG image data, JFIF standard 1.01, resolution (DPI), density 72x72, segment length 16, baseline, precision 8, 720x540, components 3
$ rclone copy testdir remote:testdir
$ rclone lsl remote:testdir
400659 2004-09-03 09:19:46.000000000 img_0513s.jpg
$ rclone copy remote:testdir/img_0513s.jpg .
2023/02/04 12:51:48 ERROR : img_0513s.jpg: Failed to copy: failed to open source object: pcloud error: 404 Not Found (404)
2023/02/04 12:51:48 ERROR : Attempt 1/3 failed with 1 errors and: failed to open source object: pcloud error: 404 Not Found (404)

$ rclone version
rclone v1.61.1

  • os/version: debian 11.6 (64 bit)
  • os/kernel: 5.10.0-21-amd64 (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.19.4
  • go/linking: static
  • go/tags: none

$ rclone config show
[remote]
type = pcloud
hostname = api.pcloud.com

hello and welcome to the forum,

can you post the full output of
rclone copy remote:testdir/img_0513s.jpg . -vv --retries=1

maybe you missed it, but a topic previous to yours, has the same issue.
https://forum.rclone.org/t/getting-404-error-with-pcloud-mount-or-copy/35938

$ rclone copy remote:testdir/img_0513s.jpg . -vv --retries=1
2023/02/04 13:36:12 DEBUG : rclone: Version "v1.61.1" starting with parameters ["rclone" "copy" "remote:testdir/img_0513s.jpg" "." "-vv" "--retries=1"]
2023/02/04 13:36:12 DEBUG : Creating backend with remote "remote:testdir/img_0513s.jpg"
2023/02/04 13:36:12 DEBUG : Using config file from "/home/paul/.config/rclone/rclone.conf"
2023/02/04 13:36:13 DEBUG : fs cache: adding new entry for parent of "remote:testdir/img_0513s.jpg", "remote:testdir"
2023/02/04 13:36:13 DEBUG : Creating backend with remote "."
2023/02/04 13:36:13 DEBUG : fs cache: renaming cache item "." to be canonical "/home/paul"
2023/02/04 13:36:13 DEBUG : img_0513s.jpg: Need to transfer - File not found at Destination
2023/02/04 13:36:14 DEBUG : Couldn't parse Date: from server vc549.pcloud.com: "Sat, 04 Feb 2023 21:36:13 +0000": parsing time "Sat, 04 Feb 2023 21:36:13 +0000" as "Mon Jan _2 15:04:05 2006": cannot parse ", 04 Feb 2023 21:36:13 +0000" as " "
2023/02/04 13:36:14 DEBUG : Couldn't decode error response: invalid character '<' looking for beginning of value
2023/02/04 13:36:14 ERROR : img_0513s.jpg: Failed to copy: failed to open source object: pcloud error: 404 Not Found (404)
2023/02/04 13:36:14 ERROR : Attempt 1/1 failed with 1 errors and: failed to open source object: pcloud error: 404 Not Found (404)
2023/02/04 13:36:14 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Errors: 1 (retrying may help)
Elapsed time: 1.8s

2023/02/04 13:36:14 DEBUG : 4 go routines active
2023/02/04 13:36:14 Failed to copy: failed to open source object: pcloud error: 404 Not Found (404)

looks like the same error as the topic i posted for you.

could be an issue with pcloud.com

as that topic was opened first, perhaps post there.

Done, thank you.

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