Maelstromeous / ps2alerts-website

This project has moved!
https://github.com/ps2alerts/website
GNU General Public License v2.0
10 stars 1 forks source link

Alert Detail leaderboards may be showing incorrect outfits accrediations #39

Closed Maelstromeous closed 8 years ago

Maelstromeous commented 8 years ago

This may be related to recent reports I've been getting of INI not getting enough participants to count for an alert. This may be related to reports I've been getting where people are also in the wrong outfit.

I suspect BIGINTs are having an affect here. May need to typehint the ID as a string then reference that.

Maelstromeous commented 8 years ago

Reports:

https://www.reddit.com/r/MillerPlanetside/comments/48oe8k/while_the_farm_was_glorious_the_shitters_won/d0l82i9?context=3


Reporter: Zandoray https://www.reddit.com/r/MillerPlanetside/comments/48lu9z/game_update_32_penis_drawing_update_hype/d0l38oi?context=3

Btw, on PS2alerts INI members show as [LC] Liberty's Call members on player leaderboard. However on the outfit leaderboard INI is listed but has no members. E.g. http://www.ps2alerts.com/alert/20236

Maelstromeous commented 8 years ago

Thankfully not a database issue. Checked INI Elite (ref 37509488620601520) and they're all fine in all of the alerts.

Maelstromeous commented 8 years ago

Bigint issue. Changed API to parse player and outfit IDs as strings to prevent this issue from rising again.

Maelstromeous commented 8 years ago

Fix confirmed on frontend.