Waseh

Community Developer
  • Posts

    203
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Waseh

  1. @Greygoose
    The error might be a clue ;) 

    Quote

    No internet - Skipping download - Trying to install existing binary
    Install failed - No binary found - Please try installing/updating the plugin again

     

    The plugin tries to ping 8.8.8.8, 1.1.1.1 and the rclone server only pinging the next in line if no answer was recieved from the former.
    So the installer can't reach the internet.

    Do you get an answer if you ping the above adresses from command line?

  2. 16 hours ago, jjslegacy said:

    I am having some troubles upgrading to the latest beta rclone.  Anyone else?

     

    ##### Note that closing this window will abort the execution of this script #####
    Updating rclone
    Archive: /boot/config/plugins/rclone/install/rclone.zip
    inflating: /boot/config/plugins/rclone/install/rclone
    -------------------------------------------------------------------
    Update failed - Please try again
    -------------------------------------------------------------------
     

    As i suspected something is wrong at rclones part with the latest beta release.
    There are no linux binaries available which is why it fails to fetch the new version.
    Nothing to do but wait until it's resolved :) 

  3. On 9/22/2020 at 9:55 AM, Lilarcor said:

    For the latest version, will it re-download rclone after each rebooting ? I experienced the issue when using the version in 2019.

     

    I pushed a new version yesterday that will only re-download rclone at boot if a newer version is available :) 

  4. @animeking

    This could be related. I'm not sure you'll be able to get this to work if your problem is indeed related to that issue until a fix is deployed.

    Did you check how much memory rclone is using before the array becomes unresponsive? You could run htop from ssh and look for "rcloneorig".

    If rclone is filling your memory then the question is probably better suited for the rclone forum.

  5. That's because you are on the beta branch. As mentioned that one is getting deprecated while the old stable branch now provides the ability to install both stable and beta.

     

    So to sum up that is as expected 😄

  6. @DZMM
    I can't seem to reproduce it.

    Oh and my question about rclone running was not a question about if it was working but related to the fact that if the rclone binary probably was busy.

    With that being said i have updated the way the binary is replaced so we shouldn't run into the same problem again.

  7. @DZMM

    Yea actually the update script might actually ruin the ability for plugin to survive a reboot (if no internet connection is present at boot)

     

    I'll fix that for the release.

    I'm pushing the update to the main branch in an hour or so it will be live for everyone

  8. Hi Guys

     

    So I’ve finally started using rclone mount again after several years with only doing weekly scripted backups.

    This prompted me to give the plugin a bit of an overhaul to fix some of my own long-standing nuisances with the plugin.

     

    Gone are the default scripts and the script editor (You should really use UserScripts for all your script needs). The config file can still be edited.

    The settings page has been overhauled and i intend to deprecate the beta branch of the plugin for this new unified model.

    You are now able to change branch at will in the settings page as well as update rclone if a new version is available. Current version as well as newest version will now be shown in the settings page.

     

    If you want to check it out you can install/update the plugin manually by inserting THIS URL in the plugins/install plugin settings menu. It's a drop in replacement for the stable branch.

     

    Whenever this version has proven itself without any major bugs i will merge it with the master branch and deprecate the beta branch.

     

    @Stupifier @DZMM if you get the chance please test out the new version and see if there's any glaring bugs I’ve missed.

     

    Edit: A picture to show the new settings page

    BJ1JRoi.png

    • Like 2
  9. 1 minute ago, IKWeb said:

    Not sure if I am making a Noob mistake here, I have installed the plugin and then SSH into my UNRAID server and run rclone config but I get an error that says 

     

    -bash: rclone: command not found
     

    What am I missing? 

    That would suggest the plugin didn't install correctly. Have you tried reinstalling it? Does it show any errors during install? Does the plug-in show up in the web gui?

  10. @bar1 You are not using the Community Applications addon are you?

    The links to the plg's in the first post were outdated. They have been updated now but you really should consider using Community Applications instead of installing manually.