Indeed..
Looks like I was pointing to the wrong directory for their xml. After a little investigation, I found the correct one. It should update fairly soon...
Bok
High Bok,
It looks like Gerasim@Home, for some reason, hasn't updated since April. Of cource, it shows up as offline in Status Scheduler. Maybey their end.
Bill
Indeed..
Looks like I was pointing to the wrong directory for their xml. After a little investigation, I found the correct one. It should update fairly soon...
Bok
OK Great Thanks Bok.
Hehe. it must their stats. Sill not updating.
It's not. Still me. I'd only changed it in one place, and I forgot that since I split the scripts to download the files completely seperately I'd have to update two places..
Changed, but as it runs through every project, it's bus downloading new Rosetta files right now which are pretty big.. It'll get back round and do Gerasim fairy soon, then get picked up by the main script
Bok
hmm, it still seems to be having issues downloading. I wonder if I'm blocked for some reason. A manual wget succeeds.
I'll have to so some debugging.
Bok
That seems strange. I did't notice it until today. Must be something wierd if the manual works.
It's blocked alright.. I get a negative response from my useragent request..
With them being russian, it'll be tricky to request a change..without knowing just what else they need for identification. I guess i could fall back to a different protocol, but it'll take some code changes..
Bok
Darn It Make that a Number 5 Crowbar..... or you just want the e-baseball bat with built in pistol?
Semi-retired from Free-DC...
I have some time to help.....
I need a new laptop,but who needs a laptop when you have a phone...
Now to remember my old computer specs..
I was able to pull it out of here http://www.gerasim.boinc.ru/Gerasim/stats/team.xml.gz and it was up to date.
http://stats.free-dc.org/stats.php?page=proj&proj=ger still no changes...
As I've stated, the download I make within perl using a useragent request is being blocked.
Could you check with them perhaps and see why I'm being blocked? UA request should have 'Free-DC Stats Update'
I know I can manually download the files through a browser or even with a wget but I'm not planning on doing this manually every day !
Bok
Hehe. This is the reply from SerVal:
death will have to translate his reply.Originally Posted by SerVal
Maybe, check with SerVal and see if there had been a change. I know at least BOINCStats are updating ok. Unless Willy is manually updating.
Edited: I'm not sure how perl works, but he said it is anonymous which seem to me a useragent should be anonymous with no password. Right?
yup, I'd agree but it isn't liking something...
my $ua = LWP::UserAgent->new;
$ua->agent("Free-DC stats update\1.0");
my $response = $ua->get($f1);
$rr = $response->status_line;
print "rr is $rr\n";
where $f1 is http://gerasim.boinc.ru/gerasim/stats/tables.xml
and the return code shows
rr is 400 Bad Request
so, it's blocked. Perhaps it needs some other parameter to get through. All of the other Boinc projects work with this though... I'll post to the boinc mailing list and check how Willy is getting it.
Thanks for looking into it..
Bok
hmm, update..
Fixed it. Apparently is doesn't like the agent being
Free-DC stats update\1.0
it wanted it to be
Free-DC stats update/1.0
which is actually right, but go figure that it's the ONLY boinc project that complains!!!
Should update soon.
Bok
It updated Who'd thunk it.