Errors occurring in the copy and mount commands in PikPak

What is the problem you are having with rclone?

Error occurring when using the copy command or accessing files mounted using the mount command

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

rclone v1.68.0-beta.8054.27267547b

  • os/version: ubuntu 22.04 (64 bit)
  • os/kernel: 5.15.0-113-generic (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.22.5
  • go/linking: static
  • go/tags: none

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

PikPak

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

rclone mount --config=/root/scripts/rclone.conf --vfs-cache-mode full --pikpak-use-trash=false PIKPAK:/ /Midia/TESTE/

and

rclone --config=/root/scripts/rclone.conf copy PIKPAK:/TESTE.torrent /root/ --progress

The rclone config contents with secrets removed.

[PIKPAK]
type = pikpak
user = noble_knight_drystan@proton.me
pass = xxxxx2TsTuEjy6YW7Nz4NL1tRPOFHE_fW8
token = {"access_token":"xxxxx","token_type":"Bearer","refresh_token":"xxxxx","expiry":"2024-07-14T16:40:57.271287574+02:00"}

A log from the command with the -vv flag

mount command

https://pastebin.com/7dLFJrH6

copy command

https://pastebin.com/UvAVrSsX

Additional Information

  • No problems when uploading
  • Using --ignore-size with the copy command does not occur, but the downloaded file is 0kb
  • I tested uploading another type of file, a .zip file, but the same problems as described above occurred.

I'm having the exact same issue, started last Friday (July 12).
I won't bore you with my logs because they are exactly the same as OP's, except for this:

rclone version

rclone v1.67.0

  • os/version: ubuntu 20.04 (64 bit)
  • os/kernel: 5.4.0-189-generic (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.22.4
  • go/linking: static
  • go/tags: none
1 Like

Some additional info: I was able to mount Pikpak in rclone over their webDAV protocol service, where I can download all the files I currently can't with the regular mount.
However this is only a temporary fix, because their webDAV offering is not ideal as it doesn't allow uploads.

1 Like

Unfortunately, pikpak blocked all 3rd party apps.

2 Likes

I'll try this to backup my files if @wiserain is correct

I tested it here on my computer and it seems to be working again, maybe the PikPak ​​developers adjusted the API

Hello everyone,, did anyone managed to solve this issue? It's impossible to retrieve data from the PIKPAK cloud and Ubuntu CLI.

Download can't even start it just checks the file list and after 25-30 sec I get the error:
filename.partial: Removing partially written file on error: unexpected EOF

Uploading to the cloud storage on the other hand works just fine.

Any info about mentioned error would be a great help an appreciated.

1 Like

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