I struggled to get 8.1.11 working and finally got it going this evening. However, now that it is running, I am not getting any WUs. You will note that I have another v7 instance of FAH on my network that has no issues and so I do not think that it is a network configuration problem.
Here is what I see in the app log.
Code: Select all
02:07:41:I1::WU5:Requesting WU assignment
02:07:41:I1:OUT21:> POST https://assign4.foldingathome.org/api/assign HTTP/1.1
02:07:42:I1:OUT21:< assign4.foldingathome.org:443 HTTP/1.1 503 HTTP_SERVICE_UNAVAILABLE
02:07:42:E ::WU5:HTTP_SERVICE_UNAVAILABLE: {"error":"No appropriate assignment"}
02:07:42:I1::WU5:Retry #10 in 8 mins 32 secs
02:16:14:I1::WU5:Requesting WU assignment
02:16:14:I1:OUT22:> POST https://assign5.foldingathome.org/api/assign HTTP/1.1
02:16:14:I1:OUT22:< assign5.foldingathome.org:443 HTTP/1.1 503 HTTP_SERVICE_UNAVAILABLE
02:16:14:E ::WU5:HTTP_SERVICE_UNAVAILABLE: {"error":"No appropriate assignment"}
02:16:14:I1::WU5:Retry #11 in 8 mins 32 secs
02:24:46:I1::WU5:Requesting WU assignment
02:24:46:I1:OUT23:> POST https://assign6.foldingathome.org/api/assign HTTP/1.1
02:24:47:I1:OUT23:< assign6.foldingathome.org:443 HTTP/1.1 503 HTTP_SERVICE_UNAVAILABLE
02:24:47:E ::WU5:HTTP_SERVICE_UNAVAILABLE: {"error":"No appropriate assignment"}
02:24:47:I1::WU5:Retry #12 in 8 mins 32 secs
02:33:19:I1::WU5:Requesting WU assignment
02:33:19:I1:OUT24:> POST https://assign1.foldingathome.org/api/assign HTTP/1.1
02:33:19:I1:OUT24:< assign1.foldingathome.org:443 HTTP/1.1 503 HTTP_SERVICE_UNAVAILABLE
02:33:19:E ::WU5:HTTP_SERVICE_UNAVAILABLE: {"error":"No appropriate assignment"}
Code: Select all
<config>
<cause v='ALZHEIMERS'/>
<http-addresses v='0.0.0.0:7396'/>
<allow v='127.0.0.1 10.0.0.0/8 192.168.0.0/16 172.16.0.0/12 169.254.0.0/16'/>
<deny v='0/0'/>
<allowed-origins v='https://app.foldingathome.org http://localhost:7396 http://<local IP>:7396'/>
<web-root v='./fah-web-client-bastet/dist'/>
<user v='<username>'/>
<passkey value='<passkey>'/>
<verbosity v='1'/>
</config>
TIA!