-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GS] verbose mode disconnects the server #3766
Comments
see also gama-platform/gama#3756 gama-platform/gama#3758 |
It is relate with the launch script on Mac OS (gama-headless.sh). The last produced command is: The problem come from -data -v/.workspace0 , it is miss recognized/construct and the workspace is then corrupted that lead to unpredictable error (compilation, runtime error of models) |
This issue should be moved to a proper repository, either https://github.com/gama-platform/gama.client or whatever new name we give it ( |
The wrapper had a little type (copy-pasting ?) path error which was taking the last command parameter in the workspace path giving the error from 3766 ( In general, it remains a good practice (i.e bug-free) to set |
When starting the headless websocket, using the python wrapper, with the verbose flag, the connection is not stable and disconnects after the first call.
When starting the headless websocket, using the python wrapper, "without" the verbose flag, the connection is stable.
The text was updated successfully, but these errors were encountered: