Unable to mount uptobox volume since this morning

What is the problem you are having with rclone?

Uptobox is working on some updates of their infrastructure since last week and I think that its apis are broken.
I restarted my server this morning and now I have a mount error for each volumes I try to mount:

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

root@2bda495f73c7:/media# rclone version
rclone v1.61.1
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 5.15.0-57-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.19.4
- go/linking: static
- go/tags: none

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 --config=/root/.config/rclone/rclone.conf --daemon --allow-other --cache-workers=8 --cache-writes --no-modtime --stats=0 --checkers=16 --bwlimit=40M --dir-cache-time=15m --vfs-cache-mode full --cache-info-age=15m upto:Tools /media/Tools -vv

The rclone config contents with secrets removed.

[upto]
type = uptobox
access_token = XXXXXXXXXXXXXXX

A log from the command with the -vv flag

2023/01/23 15:14:46 INFO  : Starting bandwidth limiter at 40Mi Byte/s
2023/01/23 15:14:46 DEBUG : rclone: Version "v1.61.1" starting with parameters ["/usr/bin/rclone" "mount" "--config=/root/.config/rclone/rclone.conf" "--daemon" "--allow-other" "--cache-workers=8" "--cache-writes" "--no-modtime" "--stats=0" "--checkers=16" "--bwlimit=40M" "--dir-cache-time=15m" "--vfs-cache-mode" "full" "--cache-info-age=15m" "upto:Tools" "/media/Tools" "-vv"]
2023/01/23 15:14:46 DEBUG : Creating backend with remote "upto:Tools"
2023/01/23 15:14:46 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2023/01/23 15:14:46 Failed to create file system for "upto:Tools": json: cannot unmarshal object into Go struct field Error.data of type string
1 Like

hello and welcome to the forum,

what did their tech support have to say?

does a simple command rclone ls upto:Tools -vv

based on your config, these flags do nothing, can be removed.

--cache-workers=8
--cache-writes 
--cache-info-age=15m

add --dump=headers to get a more detailed debug log.

1 Like

Hello, thanks,

Honestly I haven't contacted them about this yet. I didn't think they would give me the support I needed with rclone. But I can do it.

You can see bellow the result of the requested command:

root@2bda495f73c7:/media# rclone ls upto:Tools -vv --dump=headers
2023/01/23 15:40:24 DEBUG : rclone: Version "v1.61.1" starting with parameters ["rclone" "ls" "upto:Tools" "-vv" "--dump=headers"]
2023/01/23 15:40:24 DEBUG : Creating backend with remote "upto:Tools"
2023/01/23 15:40:24 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2023/01/23 15:40:24 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
2023/01/23 15:40:24 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/01/23 15:40:24 DEBUG : HTTP REQUEST (req 0xc0008be200)
2023/01/23 15:40:24 DEBUG : GET /api/user/files?limit=10&path=%2F%2FTools&token=c5e4c7c236446fe56839d1e7db5f1279414ca HTTP/1.1
Host: uptobox.com
User-Agent: rclone/v1.61.1
Accept-Encoding: gzip

2023/01/23 15:40:24 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2023/01/23 15:40:24 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/01/23 15:40:24 DEBUG : HTTP RESPONSE (req 0xc0008be200)
2023/01/23 15:40:24 DEBUG : HTTP/2.0 200 OK
Access-Control-Allow-Headers: DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range
Access-Control-Allow-Methods: GET, POST, OPTIONS
Access-Control-Allow-Origin: *
Access-Control-Expose-Headers: Content-Length,Content-Range
Alt-Svc: h3=":443"; ma=86400, h3-29=":443"; ma=86400
Cf-Cache-Status: DYNAMIC
Cf-Railgun: d0f62ae506 99.99 0.003612 0031 57da
Cf-Ray: 78e148ca4a1ad245-CDG
Content-Type: text/html; charset=UTF-8
Date: Mon, 23 Jan 2023 14:40:24 GMT
Server: cloudflare
Vary: Accept-Encoding

2023/01/23 15:40:24 DEBUG : <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
2023/01/23 15:40:24 Failed to create file system for "upto:Tools": json: cannot unmarshal object into Go struct field Error.data of type string

i have the same issue,
if i do rclone "ls uptobox:Nouveautés -vv"

2023/01/23 15:57:59 ERROR : : error listing: directory not found
2023/01/23 15:57:59 Failed to ls with 2 errors: last error was: directory not found

Hello,
Also for me rclone with uptobok doesn't work anymore

hello and welcome to the forum,

best to contact uptobox, not sure what you expect from rclone?

best to contact uptobox

uptobox work fine, i have access to all my files. but not with rclone.

1 Like

Ok I will check with them. I'll keep you informed

See:

Known item at the moment.

2 Likes

i have the same problem

1 Like

I Have the same problem. Any solution?

Same for me.
Rclone no longer mounts my uptobox folders. I am using version 1.61.1
Never had a problem until this morning. I never stop my server, today the uptobox folders no longer mount with rclone.

it's a very big problem ....

Looks like they updated their API so you'll have to wait for it to get fixed.

You can follow the issue and no need to post 'me too'

1 Like

I requested them a changelog and here is their response:

Hello,

as you have seen, we have made major updates.
I think the changelog is planned. Unfortunately, I cannot give you a fixed date for the moment.

Sorry for the inconvenience caused.

Is anyone from rclone investigating if it can be fixed at this end? If they've changed stuff, it's likely rclone is broken with uptobox.

Did you scroll up a few lines and see the issue? Click on that and you have your answer.

Other Witch the dame problem :frowning:

Failed to create file system for "uptobox:": json: cannot unmarshal object into Go struct field Error.data of type string

Hi Karlitron,

Did you read the posts above?