RcloneBrowser icon indicating copy to clipboard operation
RcloneBrowser copied to clipboard

Size, Bandwidth and Remaining Time always empty when using --log-file option

Open ioogithub opened this issue 5 years ago • 3 comments

Others users have requested that --log-file can be used as an option. I have been testing and I do not believe this is a feature request so much as a bug in parsing the output from rclone. Here is what I found:

  1. If the option "--log-file" is used with no other options then the GUI is 100% broken, all of the progress fields are empty.

  2. If the options "--log-file" and "--progress -vv" are used then some of the GUI will work:

Size: Always empty Elapsed Time: works Bandwidth: Always empty Transfers: works Total Size: works Remaining Time: Always empty Errors: always 0, this is another bug Checks: works

The information is available however in the "Show Output" box so to fix the bug, Size, Bandwidth and Remaining Time would need to be properly parsed from rclone output.

ioogithub avatar Oct 29 '20 18:10 ioogithub

Thank you for this testing - this indeed points me into promising solution direction.

On 29 Oct 2020, at 18:41, ioogithub [email protected] wrote:

Others users have requested that --log-file can be used as an option. I have been testing and I do not believe this is a feature request so much as a bug in parsing the output from rclone. Here is what I found:

If the option "--log-file" is used with no other options then the GUI is 100% broken, all of the progress fields are empty.

If the options "--log-file" and "--progress -vv" are used then some of the GUI will work:

Size: Always empty Elapsed Time: works Bandwidth: Always empty Transfers: works Total Size: works Remaining Time: Always empty Errors: always 0, this is another bug Checks: works

The information is available however in the "Show Output" box so to fix the bug, Size, Bandwidth and Remaining Time would need to be properly parsed from rclone output.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kapitainsky/RcloneBrowser/issues/142, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADXJHOTKK73EKASEGFCEBFTSNGZMDANCNFSM4TEDTRXQ.

kapitainsky avatar Oct 29 '20 18:10 kapitainsky

I found another bug. The GUI is not parsing the file progress correctly either.

For example, I have transfers set to 3 but only 2 files show as transferring. The output stream is truncating the last filename. If I scroll up however to the next instance of where the progress was outputted, I can see all 3 files transferring.

After the first two files complete, the transfer progress get stuck at 99% it doesn't update to 100% and remove them from the list so they collect on the screen at 99%

I had a test transfer for a while and it is now showing 35 files transferring at 99% which is incorrect.

I would say the file transfer progress is also broken when using the --log-file and --progress options.

The show output stream is always correct however, it shows 3 files being transferred.

ioogithub avatar Oct 29 '20 19:10 ioogithub

yes I am aware of it - this is due to changes in rclone output I have not included in my parser yet

On 29 Oct 2020, at 19:51, ioogithub [email protected] wrote:

I found another bug. The GUI is not parsing the file progress correctly either.

For example, I have transfers set to 3 but only 2 files show as transferring. The output stream is truncating the last filename. If I scroll up however to the next instance of where the progress was outputted, I can see all 3 files transferring.

After the first two files complete, the transfer progress get stuck at 99% it doesn't update to 100% and remove them from the list so they collect on the screen at 99%

I had a test transfer for a while and it is now showing 35 files transferring at 99% which is incorrect.

I would say the file transfer progress is also broken when using the --log-file and --progress options.

The show output stream is always correct however, it shows 3 files being transferred.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kapitainsky/RcloneBrowser/issues/142#issuecomment-718983278, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADXJHOSRIHFSDS5CDHA46FDSNHBUDANCNFSM4TEDTRXQ.

kapitainsky avatar Oct 29 '20 20:10 kapitainsky