russ- / pychallonge

Python bindings for the CHALLONGE! API
http://challonge.com/api
BSD 2-Clause "Simplified" License
49 stars 19 forks source link

Unable to challonge.matches.index() for tournaments that are still pending #16

Closed Luckstruck9 closed 3 years ago

Luckstruck9 commented 3 years ago

I am unable to get the list of matches for tournaments that are still pending. Is this something that is prevented by Challonge itself?

ZEDGR commented 3 years ago

Hi @Luckstruck9

As far as I know this module is not maintained anymore and as you can see the latest commit is from 2015.

If you want to use a similar module you can check out my fork . Also I have made a test and it returned the matches that are still pending correctly.