Pages: [1]
Bill
 
BAM!ID: 4615
Joined: 2006-08-27
Posts: 486
Credits: 758,817,613
World-rank: 2,848

2025-03-28 01:14:00

Denis Stat's are not updating at the current time ...( Server Upgrade) recently

Their Admin stated that they are updating Stat's Daily and gave this URL

https://denis.usj.es/denisathome/stats/tables.xml

Bill

[BOINCstats] Willy
 
Forum moderator - Administrator - Developer - Tester - Translator
BAM!ID: 1
Joined: 2006-01-09
Posts: 9455
Credits: 353,172,950
World-rank: 4,960

2025-03-29 11:11:47
last modified: 2025-03-29 11:13:09

That url works perfectly fine when trying it from a browser.

However, when trying it from the BOINCstats server:
Code:
willy@updater:/tmp$ wget https://denis.usj.es/denisathome/stats/tables.xml
--2025-03-29 11:07:21-- https://denis.usj.es/denisathome/stats/tables.xml
Resolving denis.usj.es (denis.usj.es)... 104.22.12.169, 172.67.30.102, 104.22.13.169, ...
Connecting to denis.usj.es (denis.usj.es)|104.22.12.169|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2025-03-29 11:07:22 ERROR 403: Forbidden.

And the same goes for all the stats files at DENIS. This is a configuration on their server.

Also tried it from a server at my home, same problem. Tried faking the user agent (so the download appears to be coming from a regular browser), same problem.
Please do not PM, IM or email me for support (they will go unread/ignored). Use the forum for support.
[BAT] Svennemans
    Donator
BAM!ID: 580
Joined: 2006-05-22
Posts: 25
Credits: 3,164,141,803
World-rank: 966

2025-03-29 17:24:04
last modified: 2025-03-29 17:28:00

Yes, they have similar issues with many clients not able to connect - apparently their new network setup is restricting a lot of traffic needed for BOINC.

see This forum thread for client issues.

I posted your error into This thread for Stats issues.
ydeeps
BAM!ID: 44541
Joined: 2008-01-22
Posts: 1
Credits: 3,793,123,178
World-rank: 853

2025-04-01 21:35:18
last modified: 2025-04-01 21:41:51

I use this for my stats in php:
Code:
$arrContextOptions=array(
"ssl"=>array(
"verify_peer"=>false,
"verify_peer_name"=>false,
'allow_self_signed' => true
),
"http"=>["timeout"=>60,
"method" => "GET",
"header" => "Accept-language: en\r\n" .
"Cookie: foo=bar\r\n" .
"User-Agent: Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B334b Safari/531.21.102011-10-16 20:23:10\r\n" // i.e. An iPad
]
);
if($data=file_get_contents($project_url."team_search.php?active=1&xml=1",0,stream_context_create($arrContextOptions))) {

without the user agent I also get error 403
[BAT] Svennemans
    Donator
BAM!ID: 580
Joined: 2006-05-22
Posts: 25
Credits: 3,164,141,803
World-rank: 966

2025-04-22 15:58:28

[BOINCstats Willy wrote:

That url works perfectly fine when trying it from a browser.

However, when trying it from the BOINCstats server:
Code:
willy@updater:/tmp$ wget https://denis.usj.es/denisathome/stats/tables.xml
--2025-03-29 11:07:21-- https://denis.usj.es/denisathome/stats/tables.xml
Resolving denis.usj.es (denis.usj.es)... 104.22.12.169, 172.67.30.102, 104.22.13.169, ...
Connecting to denis.usj.es (denis.usj.es)|104.22.12.169|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2025-03-29 11:07:22 ERROR 403: Forbidden.

And the same goes for all the stats files at DENIS. This is a configuration on their server.

Also tried it from a server at my home, same problem. Tried faking the user agent (so the download appears to be coming from a regular browser), same problem.


Hey Willy,

According to this thread, they made some changes and are "receiving requests from BoincStats BAM!"
https://denis.usj.es/denisathome/forum_thread.php?id=307&postid=2936

Maybe check again if things are back to normal now?
Pages: [1]

Index :: BOINCstats Bug Report :: DENIS Stat's
Reason: