You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
driver tries to grab a new train -> "you can only grab one train!" (<- this is printed because the admin release does not reset the grab id that the python client has saved, thus it thinks the driver has already grabbed a train)
driver tries to release their current train -> "System not running!" (<- server rejects, and python client prints out completely incorrect error message in all cases)
There should to be a way to properly reset the grab_id on the python client side, i.e., to synchronize with the server to some degree.
The text was updated successfully, but these errors were encountered:
Procedure using the python cmdline client:
There should to be a way to properly reset the grab_id on the python client side, i.e., to synchronize with the server to some degree.
The text was updated successfully, but these errors were encountered: