Uptobox error retrieving files 404 Page Not Found

What is the problem you are having with rclone?

After mount and see what's inside my Uptobox storage, I cannot download or stream any files.
Appears error 404 Page not found.

Small files I can upload, but got errors sometimes (404 too).

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

rclone v1.63.0

  • os/version: Microsoft Windows 10 Pro 22H2 (64 bit)
  • os/kernel: 10.0.19045.3086 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.20.5
  • go/linking: static
  • go/tags: cmount

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

Uptobox

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

rclone mount UPTOBOX: H:\ --vfs-cache-mode full --multi-thread-streams 0 --log-level DEBUG --log-file=rclonelog.txt

The rclone config contents with secrets removed.

[UPTOBOX]
type = uptobox
access_token = XXXXXXXXXXXXXXXXXX

A log from the command with the -vv flag

(https://pastebin.com/QTZdhF2W)

It points strongly at random issues with their API...

Unfortunately it is not very reliable cloud provider with ongoing issues like one below:

1 Like

I did do some fixing up of uptobox recently.

Can you try to replicate just using rclone copy to copy a single file?

If you are successful then please post a log with -vv --dump headers

--log-level DEBUG --log-file=rclonelog.txt is the same as -vv, right?

Command

rclone copy rclone.exe UPTOBOX: --dump headers --log-level DEBUG --log-file=rclonelog.txt

you should rather do what is happening with your mount e.g.:

rclone copy UPTOBOX:Newfolder/1234.mkv . --dump headers --log-level DEBUG --log-file=rclonelog.txt

Newfolder/1234.mkv is taken from your mount log - I assume there is a file like this there. If not pickup any other big file which will generate errors

as your example uploading to UPTOBOX does not contain any errors so is not very helpful trying to see problem.

This is what's inside newfolder.
There is no 1234.mkv.

rclone ls UPTOBOX:

19931849 BRU_NoInstall.zip
32864395 How to download.mp4
50305536 rclone.exe
1225395 rclonelog.txt
1623383 Newfolder/File_inside_newfolder.txt

rclone copy UPTOBOX:Newfolder/1234.mkv . --dump headers --log-level DEBUG --log-file=rclonelog.txt

Uploading other file. (.ISO)
drag and drop
Copy ok

I couldn't paste this file in pastebin, because it's 1,5mb
https://uptobox.com/28ighk03dlbe

Is it possible that uptobox doesn't like you uploading the .exe file? Is it just .exe files which are failing?

The problem is that I can't stream.
In testing, I can only stream if the file is fully cached, and it only happens when I upload a file.
Small video files cannot be played either.
Download big files got error.

On playing file

2023/07/09 12:22:08 ERROR : Newfolder/2. Funções (def) em Python - Parte 2.mp4: vfs cache: failed to download: vfs reader: failed to write to cache file: HTTP error 404 (404 Not Found)

On entering in folder

2023/07/09 12:35:41 ERROR : rclone.exe: vfs cache: failed to download: vfs reader: failed to write to cache file: HTTP error 404 (404 Not Found)

Also tried with vfs-cache full. There's cache files inside this folder

rclone mount UPTOBOX: H:\ --vfs-cache-mode full --cache-dir=C:\cache

2023/07/09 12:38:48 DEBUG : rclone: Version "v1.63.0" starting with parameters [ - Pastebin.com

Can you stream any files? Or do all files give 404?

I note in your example above you had non ascii characters Funções - is this the problem? Do files with ascii characters stream OK?

I can't stream any files.
Renamed files removing characters and still can't play.

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