gfrenoy / TabT-API

Programming interface for TabT, the free table tennis manager software
http://tabt.frenoy.net
GNU Affero General Public License v3.0
9 stars 5 forks source link

GetMember withResults doesn't work anymore #15

Closed Fllorent0D closed 5 years ago

Fllorent0D commented 5 years ago

The API is not sending members results anymore. Don't know where to report the issue so I'm opening one here.

gfrenoy commented 5 years ago

This place is fine to report issues :) You may try the Mastodon account as well.

Now, I ran my standard unit tests and I don't see anything wrong ...

Can you give an example of what is not working for you ?

Fllorent0D commented 5 years ago

When you do a simple GetMember for my profile UniqueIndex=142453 and WithResults = true. You don’t get any data

gfrenoy commented 5 years ago

Oh I see ; some temporary results table were corrupted for season 2018-2019 (but working fine for the previous seasons)... Should be fixed now. Thanks for the heads up.

Fllorent0D commented 5 years ago

Thanks for the quick fix :)