Skip to content
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

Sample examples not executable when in tunet WIFI, only when in eduroam Wifi #5

Open
folsze opened this issue Oct 23, 2023 · 1 comment

Comments

@folsze
Copy link

folsze commented Oct 23, 2023

I am getting the error model service not available after 5 mins of endless loading spinner.

This is not due to syntax errors since it happens even with the samples

the error is a simple timout, no response ever received. The client is however accessible.

I am wondering why all of the calculations are not done in the client. I think there should be some way to make the model checking somehow work on the client-only, without API calls

@thpani
Copy link
Owner

thpani commented Oct 25, 2023

the error is a simple timout, no response ever received. The client is however accessible.

huh, that's weird. I would assume some routing issue, but I'd have to investigate.
Is it a big blocker for you?

I am wondering why all of the calculations are not done in the client. I think there should be some way to make the model checking somehow work on the client-only, without API calls

This could definitely be done, and if you'd want to make such a contribution, I'd be happy to merge it!
For simplicity, we rely on NuSMV, which supports both CTL and LTL model-checking, on the server-side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants