mmozeiko / RcloneBrowser

Simple cross platform GUI for rclone
https://mmozeiko.github.io/RcloneBrowser
The Unlicense
1.31k stars 413 forks source link

macOS 10.14 error when clicking on config button #136

Open quadcube opened 5 years ago

quadcube commented 5 years ago

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]

2600box commented 5 years ago

reproducible on my 10.14 install as well

dia3olik commented 5 years ago

on my install too

kolotelo commented 5 years ago

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'

kapitainsky commented 5 years ago

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

dia3olik commented 5 years ago

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.

kapitainsky commented 5 years ago

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

dia3olik commented 5 years ago

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.

kapitainsky commented 5 years ago

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 commented 5 years ago

see this working

Screenshot4