Ratings System Bug Report

Rating System Bug Report Thread :microbe:

You can submit reports about problems and bugs with the new Player Ratings System here.

Useful information would be helpful this would consist of;

:white_check_mark: 1. Where did it happen?

Which poll was you using where this happened?

:white_check_mark: 2. What were you trying to do?

Example:

  • Vote on a poll?
  • Changing your vote?
  • Undoing your vote?
  • View results?

:white_check_mark: 3. What went wrong?

Example:

  • “I pressed Vote but nothing happened”
  • “It says I already voted but I haven’t”
  • “Poll shows numbers instead of dropdowns”
  • “Buttons are greyed out”
  • “It says couldn’t find post id”

:white_check_mark: 4. What did you expect to happen?

Example:

  • “I expected it to submit my vote”
  • “I expected to see dropdown boxes”
  • “I expected results to update”

:white_check_mark: 5. Did this happen after you already voted before?

  • Yes
  • No
  • Not sure

:white_check_mark: 6. Did refreshing the page fix it?

  • Yes
  • No

:white_check_mark: 7. Screenshot (VERY helpful)

If you can:

:backhand_index_pointing_right: Take a screenshot
:backhand_index_pointing_right: Include the poll and buttons

:white_check_mark: 8. What device are you using?

Just pick one:

  • Phone
  • Tablet
  • Laptop
  • Desktop

(Optional but helpful)

  • iPhone / Android / Windows / Mac

Bug/Issues Log

Date Issue Resolved
14/2/2026 Bug Report Thread Created :white_check_mark:
18/2/2026 Issue - Vote Screen on reload :white_check_mark:

As I posted on the poll thread, I just voted pretty well randomly (every player for 5, 6 or 7) just for your testing.
When I pressed VOTE the numbers showing for each player changed to be I assume the average rating number of the 3 voters thus far.
When I went back into the thread, all the numbers had disappeared on it now showed that no votes had been cast (was 3).
Cheers

Same - I only rated 10 players but each got an average for all with different color fill, then when you go back in it appears no vote has been entered.

Also be aware when you rate only ten players, you actually are still voting for all of them, just the others will get 0 and bring the average down quite a bit. (if an average of 15 people vote then the vote of 0 represents 1/15 of the overall average)

:beetle: Bug Fix - Voting appears even after voting

Issue

Vote screen persists even after the user has voted. Votes have been lodged but the display of the vote screen on reload gives he impression that no action has been taken.

Resolution

Data has been submitted, the vote number progresses by one. The intended result is that if a user has submitted ratings the results page would display. How the code is expecting that to happen seems to change user to user, as this is a client side verification (possibly via cookies).

The simplest solution is to always start at the results screen and allow the user to navigate to the vote screen, this would not require verification on page load. The verification process for duplicate voting currently works and only happens on refresh of the page (maybe it’s a timing issue?)

Fix

Changed code to default to the RESULTS page on load. The user can then navagate to the vote page and submit ratings.

Additional Notes

Kevin noted that he only voted for 10 players. Although it was intended that ALL players would be rated, but is understandable that they may not wish to apply any score. Right now that defaults to 0 and skews averages. Maybe adding an option to omit that player from the submission would be fairer. This may need addressing before Round 1.

Reports of Bug

When I went in to vote this week, the screen showed 3 votes had been made, but the average votes for each player already done was showing in the list, rather than a blank value for each player.
Clicking on the ‘VOTE’ button gave a cleared list and it worked OK after that, and the number of votes cast and the new scores for each showed.
Cheers

Same as mrwalker, it was already displaying results so i left the thread until I read this. Went back and cleared the results then voted, seemed to work OK then.

Is it not refreshed back to 0 each week Steve……happy to clear it but just don’t know if that is the way to do it?