No progress return from job/status

What is the problem you are having with rclone?

remote control ,No progress return from job/status?

What is your rclone version (output from rclone version)

latest master code

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

whatever

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

whatever

Code question

Job Struct no filed ‘progress‘
image

image

A log from the command with the -vv flag

What version are you running? The output of rclone version would be great.
What command are you running?
What OS are you using?

version : v1.55.0-beta.5231.f6265fbef
command: remote control api job/status
OS : windows10

What's the full command you are running?

rclone.exe rcd --rc-addr=":5572" --ignore-case --ignore-case-sync --progress --log-file=rclone.log --log-level DEBUG --rc-user=abc --rc-pass=abc --rc-allow-origin=":5572" --rc-web-gui-no-open-browser --rc-files=webgui --rc-job-expire-duration=10s --rc-job-expire-interval=1s --local-no-check-updated

This doc was added in https://github.com/rclone/rclone/commit/f78cd1e043 but as far as I can see there has never been a progress output for jobs.

Would you agree?

yes,it doesn't implement。
But show progress for a jod is very important。
I have tried “core/stats” with no parameter or with group ,Not satisfied with my requirement。
It just return active checker , not the whole job progress。

There are another Idea:
first get the all file size
second get stats/transfered record,then get the finish file size
last calculate the progress.
It's not more eleganter than “job/status”.

another sad news。 my jod is much than 100 :sob:

Is what you want the sync progress? Like you get when you run rclone sync on the command line?

You are not the first person to notice that limit. Maybe it should be configurable...

1 Like

yes,I run rclone at remote control mode with sync job。I need the sync job progress。
I solved the problem with the not graceful enough way。

Can you please make a new issue on github about that? I don't think we have a way of doing that right now.

1 Like

done

2 Likes

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