willwagner602 / Thud

A Python implementation of Discworld's Thud!
1 stars 0 forks source link

Attempting to validate a capture returns 500 error #1

Closed willwagner602 closed 9 years ago

willwagner602 commented 9 years ago

Hitting endpoint /move/validate with valid move data returns a 500 error

willwagner602 commented 9 years ago

Fixed - error was in the internal server logic added to handle test moves - it returned the pieces that were captured, rather than their positions.