noobtaco

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by noobtaco

  1. Wasn't just your repo that was giving out 503's It was also the linuxserver.io guys having the same issue. Not sure what it is or why you are not able to replicate, but thanks for the update.
  2. Pull request made with propper URL. Looks like github has made some changes for raw files.
  3. Line 1158 of the file :https://github.com/Squidly271/community.applications/blob/master/plugins/community.applications.plg Is the issue. It is pointing to the wrong url and giving the 503. I would share my link to the fork but I am not sure of the rules on the forums for that. Myself and one other member have put in a pull request to make the change. But you can simply fork it yourself. Go to that file in your fork, change the url to read <URL>https://raw.githubusercontent.com/&github;/master/archive/&name;-&version;-x86_64-1.txz</URL> Instead of <URL>https://raw.github.com/&github;/master/archive/&name;-&version;-x86_64-1.txz</URL>
  4. Line 1158 of the file is pointing to the wrong URL. I forked the repository, corrected the url and it installed.
  5. EDIT: Looks like it is backend related. Getting a 503 on the raw repository. Here to post the same. Completly fresh install. 6.7.0-rc3 plugin: installing: https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg plugin: downloading https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg plugin: downloading: https://raw.githubusercontent.com/Squidly271/community.applications/master/plugins/community.applications.plg ... done Cleaning Up Old Versions plugin: downloading: https://raw.github.com/Squidly271/community.applications/master/archive/community.applications-2019.02.18a-x86_64-1.txz ... failed (Invalid URL / Server error response) plugin: wget: https://raw.github.com/Squidly271/community.applications/master/archive/community.applications-2019.02.18a-x86_64-1.txz download failure (Invalid URL / Server error response) I am simply trying to install the wrapper so I can install other plugins. I have disabled bonding in my config and rebooted. Could this be a outage with github? Thanks