Results 1 to 17 of 17

Thread: Gerasim@Home Stats

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,501
    Blog Entries
    13
    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

  2. #2
    Free-DC Semi-retire gopher_yarrowzoo's Avatar
    Join Date
    Mar 2002
    Location
    Knoxville, TN
    Posts
    3,985
    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..


  3. #3
    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.

  4. #4
    Unholy Undead Death's Avatar
    Join Date
    Sep 2003
    Location
    Kyiv, Ukraine
    Posts
    907
    Blog Entries
    1
    wbr, Me. Dead J. Dona \


  5. #5
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,501
    Blog Entries
    13
    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

  6. #6
    Quote Originally Posted by Bok View Post
    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:

    Quote Originally Posted by SerVal
    @KAMCOBILL:
    Here is examples for gerasim@home and QMC@home,
    how to download statistics files using wget for "Windows":

    HTTP page:
    http://gerasim.boinc.ru/download/sam...ownload_stats/
    FTP page:
    ftp://gerasim.boinc.ru/download/samples/download_stats/
    ----
    Gerasim@home ftp host: gerasim.boinc.ru
    stats directory: stats
    (anonymous access allowed)
    ----
    death will have to translate his reply.

    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?

  7. #7
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,501
    Blog Entries
    13
    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

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •