RcloneBrowser icon indicating copy to clipboard operation
RcloneBrowser copied to clipboard

macOS 10.14 error when clicking on config button

Open quadcube opened this issue 7 years ago • 9 comments

Installed the rclone browser 1.2 from the release page. when the config... option is selected from the Remotes page, it will launch Terminal and end with an error as shown below.

Last login: Thu Oct 18 22:20:00 on ttys001 /tmp/rclone_config.command ; exit; QuadCubes-Mac-mini:~ quadcube$ /tmp/rclone_config.command ; exit; Error: unknown command "config--config" for "rclone" Run 'rclone --help' for usage. 2018/10/18 22:23:04 Fatal error: unknown command "config--config" for "rclone" logout Saving session... ...copying shared history... ...saving history...truncating history files... ...completed. [Process completed]

quadcube avatar Oct 18 '18 13:10 quadcube

reproducible on my 10.14 install as well

2600box avatar Oct 18 '18 18:10 2600box

on my install too

dia3olik avatar Feb 27 '19 12:02 dia3olik

Have the same problem it seems the rclonebrowser has an builtin misswriten coomand created automatically at /tmp/rclone_config.command w/ <<< #!/bin/sh /usr/local/bin/rclone config--config /Users/me/.config/rclone/rclone.conf

So, that portion "config--config" should be "config --config" and I found a workaroud, I force a fix by changing permission on 'chmod 555 /tmp/rclone_config.command'

kolotelo avatar Mar 15 '19 01:03 kolotelo

As this repo is dead for so long I did some DIY combining various enhancements and fixes together and released binaries for macOS, Win64 and Linux64. If anybody is interested give it a try - https://github.com/kapitainsky/RcloneBrowser/releases

kapitainsky avatar Aug 23 '19 08:08 kapitainsky

As this repo is dead for so long I did some DIY combining various enhancements and fixes together and released binaries for macOS, Win64 and Linux64. If anybody is interested give it a try - https://github.com/kapitainsky/RcloneBrowser/releases

Thanks man!!!! Much appreciated, really! It seems to work fine except for the Jobs page which remains with blank fields with no update of what's happening in the background.

dia3olik avatar Aug 23 '19 09:08 dia3olik

what OS are you using? Jobs fields updates have been fixed too and work for me like a charm. Please note that updates happen only if you select Verbose option

kapitainsky avatar Aug 23 '19 09:08 kapitainsky

ah! I thought the basic fields at least were working also without verbose ;-) I've tried and it works!!! BTW if you do multiple jobs with 4 transfers each it shows only 1 transfer for each job, not all 4 with the progress bar, you can see wat's really happening only with Show Output, strange, with only 1 job it shows all 4 progress bars, one for each transfer.

dia3olik avatar Aug 23 '19 10:08 dia3olik

rclone-browser is only wrapper to rclone which does not generate any data if run without verbose mode. In that case browser does not have anything to display.

I have tried multiple jobs and they all show all 4 progress bars. Please note that bars are only displayed for individual transfers no for overall transfer. What can happen is that you transfer many small files - in that case file transfer finishes before bar is displayed.

kapitainsky avatar Aug 23 '19 10:08 kapitainsky

see this working

Screenshot4

kapitainsky avatar Aug 23 '19 10:08 kapitainsky