noobtaco

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by noobtaco

  1. 7 minutes ago, Squid said:

    I changed both CA's and FCP's urls, even though they have no problems, but seem to for some odd user as of today.

    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. 10 minutes ago, InfInIty said:

    Yea when i click it on my machine I see the text, but when i past the link into the URL it doesnt work.  I guess I could just copy the text and make my own file on unraid and load it that way.

     

    So i just tried that.  The URL in the .plg file to download seems to be the issue.

    if you go to that URL you get an error, if you change it from raw.github to raw.githubusercontent.com there is not file there.

     

    @Squid

     

    Any idea whats going on?

    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>

     

    • Upvote 1
  3. 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