Блог пользователя oversolver

Автор oversolver, 5 месяцев назад, По-английски

contest.standings documentation

Currently server returns error response with comment contestId: You have to be authenticated to use this method.

But if I use authorization with secret key it returns another error contestId: Only gym and mashup contests are available to non-admin users in this method.

Is it temporarily blocked or it is bugged?

P. S. Admins, I am not using Carrot! Please bring to live at least method that accepts single handle.

Теги api
  • Проголосовать: нравится
  • +77
  • Проголосовать: не нравится

»
5 месяцев назад, скрыть # |
 
Проголосовать: нравится +15 Проголосовать: не нравится

Yeah, can’t even use carrot during contest now :(

»
4 месяца назад, скрыть # |
 
Проголосовать: нравится +16 Проголосовать: не нравится

Clist is also not adding newer contests probably because of that. Sad.

»
4 месяца назад, скрыть # |
 
Проголосовать: нравится +5 Проголосовать: не нравится

MikeMirzayanov Vladosiya Could you look into this one? Is it a permanent change or are you planning to fix it so it works the way it used to?

»
4 месяца назад, скрыть # |
Rev. 3  
Проголосовать: нравится 0 Проголосовать: не нравится

So description is updated. Method is available with super weird restrictions. I guess just to satisfy carrot users

contest.standings?contestId=2226&participantTypes=OUT_OF_COMPETITION

{
  "status": "FAILED",
  "comment": "contestId: Non-gym contest standings for non-admin users are available only via anonymous GET requests with no extra parameters: https://codeforces.me/api/contest.standings?contestId=<id>"
}