beyond-all-reason / teiserver

Middleware server for online gaming
https://www.beyondallreason.info/
MIT License
46 stars 46 forks source link

Error on exporting Match Ratings (dev environment) #334

Open jauggy opened 3 weeks ago

jauggy commented 3 weeks ago

Test Steps

Login as root@localhost Go to Reports > Open Skill > Data Exports > Match Ratings > Generate Report Button

1

2

@StanczakDominik is this just a dev environment bug or is this also a bug in integration/prod server?

geekingfrog commented 5 days ago

This issue happens when there's no match at all in the DB. The function calculate_match_pages/3 in match_ratings_export.ex is buggy when the number of match is 0.