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
    If I click on "Teams" under the project name I get the same tables error message and the team list doesn't ever load.

  2. #2
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,500
    Blog Entries
    13
    Fixed, same issue as before. I suspect it's in a few other places, so keep 'em coming if you find them.

    Hosts I still have to convert so it isn't using datatables right now. Hope to work on that this weekend.

  3. #3
    Member
    Join Date
    May 2018
    Location
    High Point, NC
    Posts
    30
    Sounds good man. You're awesome. Love the site as it's my favorite stats site for BOINC.

  4. #4
    www.amdusers.com
    Join Date
    Apr 2002
    Location
    Sydney, Australia
    Posts
    266
    bok I'm getting this message when I go to Gerasim stats:

    DataTables warning (table id = 'users'): DataTables warning: JSON data from server could not be parsed. This is caused by a JSON formatting error.

  5. #5
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,500
    Blog Entries
    13
    Fixed, let me know if you find more. It's a json issue with a name that has utf8 characters where I have to use htmlentities prior to encoding. I'd fixed it prior in the top10 teams but this one was in the users part

  6. #6
    Former QueueMaster Ken_g6[TA]'s Avatar
    Join Date
    Nov 2002
    Location
    Colorado
    Posts
    184
    Hi again, Bok.

    When I go to some pages, such as https://stats.free-dc.org/teams/eni and I try to sort by some fields, like "Yesterday", the sorting doesn't work.
    Proud member of the friendliest team around, Team Anandtech!
    The Queue is dead! (Or not needed.) Long Live George Woltman!

  7. #7
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,500
    Blog Entries
    13
    hmm, it does a check to see how many teams there are before deciding whether to do serverside processing (only on certain rows where there are indexes) or pull everything in and allow local sorting (on anything).

    In this case it's using serverside, so something is wrong on that logic, which is a lot more complicated.

    I've upped the count to be 2500 before it goes serverside for now, so it's working for Enigma, will debug it on larger projects

  8. #8
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,500
    Blog Entries
    13
    hmm, it does a check to see how many teams there are before deciding whether to do serverside processing (only on certain rows where there are indexes) or pull everything in and allow local sorting (on anything).

    In this case it's using serverside, so something is wrong on that logic, which is a lot more complicated.

    I've upped the count to be 2500 from 1000 before it goes serverside for now, so it's working for Enigma (takes a while to pull all that data though) will debug it on larger projects

Posting Permissions

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