russ- / pychallonge

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

attachments #8

Closed lhayhurst closed 3 years ago

lhayhurst commented 8 years ago

great module! thank you.

is attachments on the roadmap?

http://api.challonge.com/v1/documents/match_attachments/index

ZEDGR commented 7 years ago

I have try to implement the attachments but I am facing problems from the challonge API. I am receiving 500 Internal Server Error. I have reported this to the Challonge team through email, the knowledge base, facebook official page and twitter many times but no response. I am very frustrated about this.

lhayhurst commented 7 years ago

hi, couple of questions. 1) are you able to get other data (participants, matches, etc) without getting a 500? 2) are you trying to PUT attachments, or just GET them? 3) are you using this github module (pychallonge)? cheers

ZEDGR commented 7 years ago

Yes I forgot to mention :P I have an updated fork This only happens with attachments CREATE(POST), UPDATE(PUT) endpoints.

lhayhurst commented 7 years ago

sorry, so I don't understand! Are you saying that you have an updated fork that is trying to POST attachments?

ZEDGR commented 7 years ago

I tried in my fork to implement the attachments but it seems there is a problem with the Challonge API. That's the whole story. So to answer your first question "is attachments on the roadmap?" I am waiting the Challonge team to fix their API or If you like I can implement Index, Show, Destroy for attachments endpoints.

lhayhurst commented 7 years ago

Ah, I see. I suspect that he hasn't implemented POST for attachments which is why you are getting the 500 error :-( GET is working fine at least :-)

ZEDGR commented 7 years ago

@corneldm when are you going to fix the attachments create and update endpoints?