PhAzE

Community Developer
  • Posts

    1585
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by PhAzE

  1. Nothing from them. I guess the whoever maintains the package I use in this plugin never updated?
  2. No, you only need my plugin and nothing else, no Docker no other plex plugins. Remove the Plex pass plugin as that is a completely separate plugin from mine. In my plugin settings page, use the pull down to Plex pass and fill in your login info, press apply and that's it.
  3. Plex is on of those special apps that ships with all its dependencies included by the developer so there wouldn't be any difference in using my plugin vs the Docker. Just make sure the permissions of the bundle folder are correct and that it is in the proper directory. I've used other plugins that way and they've worked in the past for me.
  4. Plugins updated: - Emby Server - Plex Media Server - Filebot - Flexget - Sonarr Changes: - Reverted urlencode and urldecode changes that were added in the last few weeks If you've experienced problems with settings not saving on these plugins, or config directory disappearing, it all relates to these additions, which have now been removed. I recommend updating to these latest versions to avoid those issues. Once you have updated the plugin, please go into the plugin settings page, and make sure your settings are correct, and press APPLY. [glow=red,2,300]It's important to press apply so that the changes are saved in the config file. [/glow] -=PhAzE=-
  5. Yea I found it yesterday, thanks for looking into it though
  6. Worked perfectly. Is it running the latest version? I seemed to have hit a bug that was fixed in the release 7 days ago, not sure if this includes that change from github. Sent from my SM-T817W using Tapatalk
  7. Worked perfectly, thanks! Sent from my SM-T817W using Tapatalk
  8. That means your server wasn't able to reach github. I'd say try again in 30 minutes maybe they're having a problem.
  9. I have created a docker template for it https://lime-technology.com/forum/index.php?topic=48798.0 Awesome, I'll take a look. Thanks!
  10. Also, any chance to get this updated to the latest app version? Thanks a lot for this
  11. I think I'll have some time tonight to look at Sonarr. I will revert a change I made that passes variables from php to the RC script. Likely the cause of all these problems.
  12. Amy chance of a docker for the .net versiin using mono? https://github.com/tidusjar/PlexRequests.Net This version has a slightly different feature set and seems to be developed along side the meteor version but by a different guy.
  13. Hey, any chance of making a docker for the .net version of PlexRequests? https://github.com/tidusjar/PlexRequests.Net This version is getting different features than the meteor version even though the two de v s work together.
  14. I recommend against running as root typically for security reasons, but also all my plugins work just fine as nobody user. If you want to run as root, the chown command would use root:root instead of nobody:users
  15. Looks like your cache drive (or at least your Plex folder) is read only. In fact it looks more like permissions problem. What user do you run Plex as normally? You can try this from console: chown -R nobody:users /mnt/cache/Plugins/Plex That assumes you run this plugin as user nobody, which is the default user. Test it again and if that doesn't work try this after: chmod -R 777 /mnt/cache/Plugins/Plex Test again, if it's still not working, there may be other problems causing this in your drive.
  16. Backup your config folder entirely. Then after the reboot, verify the config folder and it should start up
  17. Make sure you check /boot/config/plugins/Sonarr/Sonarr.cfg to make sure your settings are correct before you reboot.
  18. Check /boot/config/plugins/Sonarr/Sonarr.cfg Is all the strings in there are correct, your good to reboot. If not, fix then in there first, save, then reboot. I'm going to revert the urlencode back to how it was prior for the next update.
  19. I'm convinced it's not related to mono, but the urlencode I added to the RC file. If it doesn't pass the settings properly they will be blank in the config file and then the problem starts. I'm going to revert that change I think.
  20. I'm not sure what that is. Hmm, the urlencode /decode I added uses php, to pass the settings to the server encoded, maybe they've got it jailed and it's causing a problem. That at least gives me an idea to look at tomorrow.
  21. Backup your config folder first. Since the cfg fine is wrong, edit it to the correct settings. Otherwise the config folder is moved to the default location, then list when you reboot. You can try an install again then but if it fails, i'll need to take a look tomorrow to make sure the install file is being downloaded from the correct location.
  22. What are your config and install directories set to? Verify they are correct in /boot/config/plugins/Sonarr/Sonarr.cfg Can you post the error message for the missing install file so I can see if it's a plugin install file or the app install file?
  23. Do you mean the emby plugin or the emby app? Plugin, yes. Just update it from in the emby plugin settings page, then you'll be able to use the downgrade plugin button if you need to revert. Emby and sonarr use a new mono so please backup your emby config folder before updating, just in case. Emby app itself, not as easy to revert.
  24. Fail integrity check means it has a bad download and couldn't extract the app from the tar.gz or zip. Usually it will delete the zip file and try again next time you run the install. It shouldn't be a wide spread issue, I upgraded without issue but I'll try again tomorrow.