Page 1 of 1
Action errors?
Posted: 01 May 2020, 01:55
by cmgames
What is the difference (in the backend) between the action errors: 'This game action is impossible right now' and 'This move is not authorized now'?
~cmgames
Re: Action errors?
Posted: 02 May 2020, 03:12
by Victoria_La
My guess (did not read the code) that Action is impossible is when action is not list of possible actions,
and move is not authorized is when Non active player tries to do something
Re: Action errors?
Posted: 03 May 2020, 01:40
by cmgames
I'm not getting the errors right now, but when I get them it would help to know if the particular error can indicate WHERE to start troubleshooting.
I usually get 'It is not your turn right now' as the error when a non-active player tries to do something.
~cmgames