Waseh

Community Developer
  • Posts

    203
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Waseh

  1. Don't worry about it - glad we got it working Yea that happened when you deleted the whole folder of rclone / rclone-beta as it contains the config. The commands I posted earlier would have prevented that from happening.
  2. Well this seems to indicate that you have a problem connecting to the rclone website so this does not seem to be a problem relating to the plugin. Can you open the non SSL version in your browser?: http://downloads.rclone.org/rclone-current-linux-amd64.zip
  3. Ah now we might be getting somewhere. Try running this: curl --retry 3 --retry-delay 2 --retry-max-time 30 -o /boot/config/plugins/rclone/install/rclone-current.test.zip https://downloads.rclone.org/rclone-current-linux-amd64.zip
  4. What happens if you run: curl --connect-timeout 5 --retry 3 --retry-delay 2 --retry-max-time 30 -o /boot/config/plugins/rclone/install/rclone-current.test.zip https://downloads.rclone.org/rclone-current-linux-amd64.zip
  5. That won't be enough unfortunately. You could try running these commands: rm -rf /boot/config/plugins/rclone-beta/install rm -f /usr/sbin/rcloneorig rm -f /usr/sbin/rclone rm -f /etc/ssl/certs/ca-certificates.crt removepkg rclone-2018.08.25-bundle However that still doesn't explain why the download is failing. I don't have any problems pulling the beta as of right now.
  6. Try following this path /boot/config/plugins/rclone-beta/install/ and check the file size of the rclone-beta-latest.old.zip (should be around 7-8 mb) - then delete it and try installing the plugin again. It probably won't install but it will clear up if the download is failing.
  7. What version of the plugin are you upgrading from? Also have you tried removing the plugin and installing it again? It doesn't seem to actually be downloading a functioning archive.
  8. Hey guys I've pushed an update that should make the install hang for a shorter amount of time if no internet connection is available as well as retrying downloading rclone if the rclone website is unresponsive. Also i have added a check to see if the unpacking of the rclone archive was successful. This should make it easier to understand why an install failed as the "rclone running" error was triggering for other reasons as well. Cheers
  9. Well that is a bit weird ? Glad you got it working though!
  10. Configs are kept even when uninstalling so you don't have to worry about removing and reinstalling the plugin
  11. That would suggest that the plugin didn't install correctly since only the wrapper seems to be present. Is this new behavior and/or is it connected to updating or installing on reboot while offline?
  12. Hey guys Sorry for the lack of updates in a (long) while ? Real life has been taking up a lot of time and my own install of rclone has been sufficient for my needs. However both the stable branch as well as the beta branch should now be able to survive a reboot even if no internet connection is available. Please test it out and see if it's working as intended. I also fixed the missing icon on the settings page. Cheers
  13. Do you mind sharing your changes?
  14. Both branches always pull the newest version on install (and reinstall or reboot). Also i'm more than open to pull requests if anyone has any changes they think would benefit the community.
  15. It should survive a reboot as is (my install is surviving fine at least)
  16. The plugin always pulls the latest version. If there's a new version you can reinstall the plugin or restart the server to pull the latest. I'll probably add an update button at some point.
  17. I should probably change that error text. What is happening is the copy command to copy the rclone file is failing. This is usually because the rclone file is being used in some process. What used to happen before i added this was that the update went through without any errors but rclone wouldnt actually be updated.
  18. I added a check for rclone running (or rather being unable to copy the new file) so that might be the reason - The update should stop with an error telling this.
  19. Sorry for being MIA for a bit. I'm currently on vacation so i'll see to updating the plugin when i get back in a week or so. I plan to overhaul the plugin a bit so both the stable and beta branches always pull the most current version. I also plan to deprecate the GUI as i don't really want to maintain it. Instead i recommend using Squids CA Config Editor plugin to edit the config file - Scripts can be edited through the User Scripts plugin.
  20. It's not something i intend to implement. The (very) basic gui for the configuration and scripts is as far as i'm able (and willing ) to take it. If anyone at any point wants to chip in regarding it, it would be much appreciated
  21. I updated the stable branch 2 hours ago so 1.36 should be live
  22. That would be out of the scope for this plugin. It would probaly be possible to run rclone browser in a RDP Docker (examples of these are found in the docker section) however running rclone in a docker would lose you the ability to mount shares to the filesystem.
  23. Is there a way to choose which branch is pulled? Ombi recently started to support Emby, but support is currently only in EAP and Dev branches
  24. Its because og the wrapper - im working on getting rid og it. In the meantime do what bobbintb suggested!