Results 1 to 40 of 57

Thread: Bug reporting...

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Member
    Join Date
    May 2018
    Location
    High Point, NC
    Posts
    30

    Bug reporting...

    I imagine you are working on the stats site probably a lot so these bugs might be on your to do list, but just in case you overlooked them I will point them out as I find them.

    If I go to my overall stats page here:
    https://stats.free-dc.org/userbycpid...6beeeb937bd376

    Then click on the "Most Milestones" Rank T category I am taken to the overall milestone page instead of my teams milestones.

  2. #2
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,468
    Blog Entries
    13
    Fixed..

  3. #3
    Member
    Join Date
    May 2018
    Location
    High Point, NC
    Posts
    30
    Quick service!

    Found another bug. When you go to the Gerasim stats page https://stats.free-dc.org/proj/ger#select I get a drop down alert saying something about tables and the data doesn't ever show anything.

  4. #4
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,468
    Blog Entries
    13
    It's some foreign characters breaking the json returned to datatables, not sure why it's causing an issue though. Will try to debug.

  5. #5
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,468
    Blog Entries
    13
    ok, kind of fixed.... not sure it's the best solution

  6. #6
    Member
    Join Date
    May 2018
    Location
    High Point, NC
    Posts
    30
    If I click on "Teams" under the project name I get the same tables error message and the team list doesn't ever load.

  7. #7
    Senior Member Dirk Broer's Avatar
    Join Date
    Jun 2013
    Location
    Leiden, South Holland, Netherlands
    Posts
    369
    For some reason our totals for Citizen Science Grid keep growing, but our totals for the connected sub-projects -only one active at the moment, Wildlife- do not.
    And though the project does not export badges_user.gz or user_work.gz Sebastien, of https://signature.statseb.fr manages to get that information on this page. How does he do that?
    How did FreeDC used to get the sub-project and badges information in the past?
    The difference in reported credits for Wildlife between FreeDC (5,599,895) and Citizen Science Grid's account page for me (6,082,302) has grown to almost 500k by now.


  8. #8
    Senior Member Dirk Broer's Avatar
    Join Date
    Jun 2013
    Location
    Leiden, South Holland, Netherlands
    Posts
    369
    According to my mega milestones I have 93 projects, but as of today I only have credit for 92 (make that 91 now) -and a negative last update.
    LHC@Home Dev is missing
    Albert@Home missing too now

    Edit: LHC Dev@Home is back
    Last edited by Dirk Broer; 11-15-2018 at 05:16 PM.


  9. #9
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,468
    Blog Entries
    13
    yes, I just restored user records from both of those projects from last nights backup. Combined totals will fix in next run.

    I've switched off the projects from update for now as the stats have completely gone... and with the new changes for GDPR they get auto deleted.

  10. #10
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,468
    Blog Entries
    13
    yes, I just restored user records from both of those projects from last nights backup. Combined totals will fix in next run.

    I've switched off the projects from update for now as the stats have completely gone... and with the new changes for GDPR they get auto deleted.

  11. #11
    Senior Member Dirk Broer's Avatar
    Join Date
    Jun 2013
    Location
    Leiden, South Holland, Netherlands
    Posts
    369
    Somewhere a table has crashed, one of the two stats servers keeps reporting the same value for 'combined score' over the day.
    Last edited by Dirk Broer; 06-23-2018 at 06:08 AM.


  12. #12
    Both of the Goodyxgrid projects, NCI and CPU, reverted to some stats value that are really old. The NCI one is probably several years old. The sites have been down for some time.

    Edit: I also have negative 18m for the day yet only -1mil for Goofy NCI for the day. I have the same credit for both. I might have had that at Goofy CPU for awhile. 56,521 is an impossible credit value at NCI since every task has been 10 credits.
    Last edited by mmonnin; 09-03-2018 at 12:02 PM.

  13. #13
    Same here, Bok, as with mmonnin's issue. Got docked 3M+ points. If they don't come back... I might disengage from the Goofy project. It's a bit goofy in itself lol. I'll keep a record of the # of points I got hit for. If I do get rid of it, I won't come back, and I suppose I could petition you, good Bok, to add them back in?

  14. #14
    Looks like the site came back up although there is no work yet. Maybe on the stats pull today Free-DC will correct itself.

  15. #15
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,468
    Blog Entries
    13
    I'm hoping Goofy will fix the exports on his side and it will correct here.

    I'll take some copies of the backups from a few days ago just in case I need to restore them at some point.

  16. #16
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,468
    Blog Entries
    13
    I'm hoping Goofy will fix the exports on his side and it will correct here.

    I'll take some copies of the backups from a few days ago just in case I need to restore them at some point.

  17. #17
    Senior Member Dirk Broer's Avatar
    Join Date
    Jun 2013
    Location
    Leiden, South Holland, Netherlands
    Posts
    369
    GoofyxGrid NCI is exporting amongst other the following files
    user.gz, user_work.gz and badge_user.gz

    user.gz looks like
    Code:
    <user>
       <id>user id</id>
       <name>user name</name>
       <country>country name</country>
       <create_time>value</create_time>
       <total_credit>value</total_credit>
       <expavg_credit>value</expavg_credit>
       <expavg_time>value</expavg_time>
       <cpid>cpid</cpid>
       <teamid>teamId</teamid>
    </user>
    user_work looks like
    Code:
    user_work.gz
    <user>
       <id>user id</id>
       <subproject name="Monkeys_v1">
          <workunits>value</workunits>
          <credit>value</credit>
          <expavg_credit>value</expavg_credit>
       </subproject>
          <subproject name="Monkeys_v2">
          <workunits>value</workunits>
          <credit>value</credit>
          <expavg_credit>value</expavg_credit>
       </subproject>
          <subproject name="Monkeys_v3">
          <workunits>value</workunits>
          <credit>value</credit>
          <expavg_credit>value</expavg_credit>
       </subproject>
          <subproject name="Monkeys_v4">
          <workunits>value</workunits>
          <credit>value</credit>
          <expavg_credit>value</expavg_credit>
       </subproject>
    </user>
    badge.gz is perhaps a problem due to the repetition of the same user id:
    Code:
    <badge_user>
       <user_id>user id</user_id>
       <badge_id>bad id</badge_id>
       <create_time>value</create_time>
    </badge_user>
    <badge_user>
       <user_id>user id</user_id>
       <badge_id>bad id</badge_id>
       <create_time>value</create_time>
    </badge_user>
    <badge_user>
       <user_id>user id</user_id>
       <badge_id>bad id</badge_id>
       <create_time>value</create_time>
    </badge_user>
     <badge_user>
       <user_id>user id</user_id>
       <badge_id>bad id</badge_id>
       <create_time>value</create_time>
    </badge_user>
    <badge_user>
       <user_id>user id</user_id>
       <badge_id>bad id</badge_id>
       <create_time>value</create_time>
    </badge_user>
    <badge_user>
       <user_id>user id</user_id>
       <badge_id>bad id</badge_id>
       <create_time>value</create_time>
    </badge_user>
    That's six badges: total, subprojects and RAC


  18. #18
    Member
    Join Date
    May 2018
    Location
    High Point, NC
    Posts
    30
    I've noticed that the team page for a lot of projects do not show the last 7 or last 28 for the team. For example here:

    https://stats.free-dc.org/team/gne/80

    Last 7 and last 28 next to the team is blank.

  19. #19
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,468
    Blog Entries
    13
    I see that, though I'm unsure why. The sql certainly brings back the values ok. I will try to debug..

  20. #20
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,468
    Blog Entries
    13
    Fixed this.

  21. #21
    Member
    Join Date
    May 2018
    Location
    High Point, NC
    Posts
    30
    Awesome work man!

  22. #22
    Senior Member Dirk Broer's Avatar
    Join Date
    Jun 2013
    Location
    Leiden, South Holland, Netherlands
    Posts
    369
    Enigma@Home is suddenly gone from our scores. Their server is still up (http://www.enigmaathome.net/server_status ), but I can't reach their stats page (duh)


  23. #23
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,468
    Blog Entries
    13
    dang it, that's a bug for sure. It got a 'not found' page when downloading the tables.xml but still carried on processing - end result is it thought there were zero entries and with the new GDPR rules in effect it deleted everything out.

    It should be restored soon and I've disabled enigma for now.

  24. #24
    Senior Member MarkRBright's Avatar
    Join Date
    Oct 2011
    Location
    West Yorkshire, UK
    Posts
    238
    Any progress on Enigma yet? I seem to be down a good million stones compared to BoincStats and Enigma for that matter. I am guessing the data is being correctly exported by Enigma otherwise BoincStats would be wrong, so I just wondered if you needed to re-enable Enigma.

  25. #25
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,468
    Blog Entries
    13
    I re-enabled enigma last night. showing now ?

  26. #26
    Senior Member MarkRBright's Avatar
    Join Date
    Oct 2011
    Location
    West Yorkshire, UK
    Posts
    238
    Sorry, I only just got notified that you responded! Yes it's fine thanks.

Posting Permissions

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