Everything posted by trallnag
-
[Plug-In] Community Applications
I don't think so. I just found this post from you and when I download the whole feed with wget it looks like something is wrong on my side? I mean look at that slow download speed. Maybe the appfeed download just times out. Never noticed it with curl because I just let it output to stdout. root@unraid:~/tmp# wget https://raw.githubusercontent.com/Squidly271/AppFeed/master/applicationFeed.json --2021-04-30 13:50:05-- https://raw.githubusercontent.com/Squidly271/AppFeed/master/applicationFeed.json Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 8934440 (8.5M) [text/plain] Saving to: ‘applicationFeed.json’ applicationFeed.json 4%[=> ] 426.88K 3.94KB/s eta 60m 23s I will do a few network tests / download tests to make sure this is not something with my Unraid system overall. But I don't think so, because when I installed the plugin yesterday it was done really fast. --- Okay, this is an issue with the system / network overall. So I was too early too consult this thread
-
[Plug-In] Community Applications
Hey everyone, I'm new to Unraid. For whatever reason the download of the appfeed is failing. Download of appfeed failed. Community Applications requires your server to have internet access. The most common cause of this failure is a failure to resolve DNS addresses. You can try and reset your modem and router to fix this issue, or set static DNS addresses (Settings - Network Settings) of 208.67.222.222 and 208.67.220.220 and try again. Alternatively, there is also a chance that the server handling the application feed is temporarily down. Last JSON error Recorded: Syntax error The weird thing is: The server has internet access. I was able to install the Community Plugin in the first place. I am also able to ping the (static) DNS servers I have configured. I am also able to curl the appfeed manually through the terminal. root@unraid:~# ping 208.67.222.222 PING 208.67.222.222 (208.67.222.222) 56(84) bytes of data. 64 bytes from 208.67.222.222: icmp_seq=1 ttl=58 time=17.3 ms 64 bytes from 208.67.222.222: icmp_seq=2 ttl=58 time=16.7 ms 64 bytes from 208.67.222.222: icmp_seq=3 ttl=58 time=16.3 ms 64 bytes from 208.67.222.222: icmp_seq=4 ttl=58 time=16.7 ms ... 64 bytes from 208.67.222.222: icmp_seq=40 ttl=58 time=16.4 ms 64 bytes from 208.67.222.222: icmp_seq=41 ttl=58 time=16.2 ms --- 208.67.222.222 ping statistics --- 41 packets transmitted, 41 received, 0% packet loss, time 40070ms rtt min/avg/max/mdev = 16.096/16.565/17.374/0.238 ms Any ideas?