slumbot2019 icon indicating copy to clipboard operation
slumbot2019 copied to clipboard

No response from server on slumbot.com

Open shiweixu97 opened this issue 1 year ago • 6 comments

Dear @ericgjackson

I developed a poker agent and try to evaluate it on slumbot.com. However I found something wrong on the website, showing that "no response from server on slumbot.com". Could you help solve this problem? Thanks!

shiweixu97 avatar Aug 23 '22 08:08 shiweixu97

I'll take a look later today when I'm back home. Thanks for letting me know.

ericgjackson avatar Aug 23 '22 15:08 ericgjackson

Same issue here.

  • The "new_hand" endpoint works fine
  • The "act" endpoint returns http 401 errors, even after logging in
  • The "register" endpoint returns http 400 errors

Coincidentally, I had not tried to play agianst slumbot for about 2 months, so I don't know when the downtime started.

JbCourtois avatar Aug 23 '22 20:08 JbCourtois

The site is up and running again.

ericgjackson avatar Aug 23 '22 22:08 ericgjackson

I wonder if i can peek slumbot's hands through API at the end of the game?

shiweixu97 avatar Sep 02 '22 03:09 shiweixu97

Yes, the response at the end of of each end contains slightly more details:

{"action":"b200c/kb200f","client_pos":0,"hole_cards":["Kd","2h"],"board":["Th","9s","4s"],"bot_hole_cards":["Kh","7h"],"winnings":-200,"won_pot":-600,"session_num_hands":19,"baseline_winnings":0,"session_total":8850,"session_baseline_total":4450}

Slumbot's hand is in the attribute bot_hole_cards.

JbCourtois avatar Sep 02 '22 05:09 JbCourtois

Thanks! It helps me a lot.

shiweixu97 avatar Sep 02 '22 06:09 shiweixu97