Results 1 to 20 of 20

Thread: Issues with The New Stats

  1. #1
    Former QueueMaster Ken_g6[TA]'s Avatar
    Join Date
    Nov 2002
    Location
    Colorado
    Posts
    184

    Issues with The New Stats

    Hey, Bok, I see a few issues with the new Stats site:

    - If I navigate to https://stats.free-dc.org/proj/ast and I click one of today's Top 10 Team links, I get a link like this: https://stats.free-dc.org/team/=ast/2363040 It doesn't work.
    - All the pages on this site also seem to say, "This page is trying to load scripts from unauthenticated sources" in Chromium.
    Proud member of the friendliest team around, Team Anandtech!
    The Queue is dead! (Or not needed.) Long Live George Woltman!

  2. #2
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,444
    Blog Entries
    13
    Fixed the first issue, just a typo. Second one may just be a javascript sourcing, I've updated it to be https, see if that corrects it. I don't have chromium installed right now to check but I saw a similar console error in Chrome.

  3. #3
    Former QueueMaster Ken_g6[TA]'s Avatar
    Join Date
    Nov 2002
    Location
    Colorado
    Posts
    184
    Nope, now it links to https://stats.free-dc.org/team/ast/2363040 which doesn't show anything.

    Further issues, at https://stats.free-dc.org/user/ast/6053:
    - Links to Host IDs, such as https://stats.free-dc.org/host/535108, are 404s.
    - Teammate score graphs are empty.
    Proud member of the friendliest team around, Team Anandtech!
    The Queue is dead! (Or not needed.) Long Live George Woltman!

  4. #4
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,444
    Blog Entries
    13
    Quote Originally Posted by Ken_g6[TA] View Post
    Nope, now it links to https://stats.free-dc.org/team/ast/2363040 which doesn't show anything.
    Ah, I should have looked further than just the '=' - was linking the wrong field in the url for the teamid. Fixed

    Further issues, at https://stats.free-dc.org/user/ast/6053:
    - Links to Host IDs, such as https://stats.free-dc.org/host/535108, are 404s.
    - Teammate score graphs are empty.
    Fixed the url for the host, but I haven't yet recoded the host page to use datatables yet so it's using the old one and has no formatting or anything.

    Been a few years since I looked at the graphs. Will put it on my list.

    I'm sure there are a lot of errors unfortunately. I coded all of this 2-3 years ago, just needed an incentive to get it finished and moving it live is what I need...

  5. #5
    Former QueueMaster Ken_g6[TA]'s Avatar
    Join Date
    Nov 2002
    Location
    Colorado
    Posts
    184
    Next thing that's missing: My Stats Page! https://stats.free-dc.org/usermain/Ken_g6[TA] Maybe it's the [TA] bit?
    Proud member of the friendliest team around, Team Anandtech!
    The Queue is dead! (Or not needed.) Long Live George Woltman!

  6. #6
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,444
    Blog Entries
    13
    Didn't think anyone used that any longer. It's not coded at all. I've added rewrite rule to get to the original page but it's not working for some reason. You can still get it using the older url format though

    https://stats.free-dc.org/stats.php?...Ken_G6[TA]

  7. #7
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,444
    Blog Entries
    13
    Didn't think anyone used that any longer. It's not coded at all. I've added rewrite rule to get to the original page but it's not working for some reason. You can still get it using the older url format though

    https://stats.free-dc.org/stats.php?...Ken_G6[TA]

  8. #8
    When viewing a team's project page, the data is backwards on the Team Cumulative chart.
    https://stats.free-dc.org/team/num/1039

    Or the chart is flipped left and right direction as the point values increase on the left when time goes up to the right.

    Team daily scores legend is missing your own team. Others have text but your own only has the line color box.

    The legends of the team cumulative scores can be on top of most recent data points on the graph. Well should be if data lines match X-axis labels. Left or on bottom location for the legend would be better.
    This legend covers every team's trend line:
    https://stats.free-dc.org/team/sah/140408

  9. #9
    I'm guessing stats is the stats6 page now?

    When viewing a users CPID page with all projects displayed, the Team Rank no longer indicates a change in team position. Just a raw #. The "Average Team Rank across Projects :" stat summary also doesn't have day to day +/- % change either. Two main reasons I used stats and not stats6.

  10. #10
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,444
    Blog Entries
    13
    Quote Originally Posted by mmonnin View Post
    I'm guessing stats is the stats6 page now?

    When viewing a users CPID page with all projects displayed, the Team Rank no longer indicates a change in team position. Just a raw #. The "Average Team Rank across Projects :" stat summary also doesn't have day to day +/- % change either. Two main reasons I used stats and not stats6.
    Started adding the rankchange, firstly on these two that you mentioned on the userbycpid page

  11. #11
    Quote Originally Posted by Bok View Post
    Started adding the rankchange, firstly on these two that you mentioned on the userbycpid page
    It works! Much appreciated. Thanks.

  12. #12
    Senior Member Dirk Broer's Avatar
    Join Date
    Jun 2013
    Location
    Leiden, South Holland, Netherlands
    Posts
    368
    Quote Originally Posted by mmonnin View Post
    It works! Much appreciated. Thanks.
    +1


  13. #13
    Quote Originally Posted by mmonnin View Post
    I'm guessing stats is the stats6 page now?
    Thanks for that info mmonnin!
    I had no idea there were different versions of the stats, but this gave me the clue to start testing different numbers, and I found the working stats on stats3

    Not sure why you guys would want to have the stats address pointing at a version that's not working when you have one that is good.
    Will you be taking down stats3 and replacing it with stats6?
    Cause in that case I will start bombarding you with bug reports

  14. #14
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,444
    Blog Entries
    13
    stats3 is the old version yes. There will NOT be any fixes to that version. I will either continue with the current stats.free-dc.org or bring it all down.

    I put in the new version to force my hand to make code fixes to it as I've had it in it's current state for almost two years. I made a bunch of fixes yesterday but it's going to take time

  15. #15
    Maybe not related to new stats, but badge for Amicable Numbers is greater that should be. When I passed 50M Big gold star appeared (should be 3 silver), when I passed 100M 2 big gold stars appeared (should be 1 big gold).

  16. #16
    Senior Member Dirk Broer's Avatar
    Join Date
    Jun 2013
    Location
    Leiden, South Holland, Netherlands
    Posts
    368
    Two projects have gone from my stats. With my milestones 92 is mentioned as the number of my projects, but only 90 are shown now. Among the missing is Pogs.
    The other appeares to by Sourcefinder Duchamps.

    And it is not just me, those two projects have also gone from the AMD Users stats.


  17. #17
    Senior Member Dirk Broer's Avatar
    Join Date
    Jun 2013
    Location
    Leiden, South Holland, Netherlands
    Posts
    368
    Quote Originally Posted by tito View Post
    Maybe not related to new stats, but badge for Amicable Numbers is greater that should be. When I passed 50M Big gold star appeared (should be 3 silver), when I passed 100M 2 big gold stars appeared (should be 1 big gold).
    when you passed 100M 2 big gold stars appeared (should be 1 *small* gold). One big gold star is for 1,000,000,000 credits.


  18. #18
    Always look at the project's definition of badges. Here are users with 100M points, 1 gold star.
    https://sech.me/boinc/Amicable/top_u...edit&offset=60

    The DrugDiscovery badge is also incorrect which I've pointed out before.

    POGs/Duchamp have disappeared from the stats today with the sites going down. The projects have ended so I don't expect it to be back.

  19. #19
    POGs/Duchamp are back.

  20. #20
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,444
    Blog Entries
    13
    I had to reload them. They lost their tables.xml and db_dump.xml which caused the stats system to think they were gone. Switched them off and manually reloaded. I could have restored from backup instead, but that's more complicated.

Posting Permissions

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