-
Notifications
You must be signed in to change notification settings - Fork 95
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
Gateway - Resources view "Cannot read properties of undefined" #334
Comments
Hello @attssystem, I suspect this one to be a duplicate of #328. Do you have node names that are not suffixed by digits? |
Unfortunately I only have nodenames suffixed with digits (a letter and 3 digits), just checked with By the way, I just noticed that even in the working view, the node list is empty (see screenshot below) like in #328 : The 2D rack view lacks information because I hide some of it but the list below (Nodename .. State .. Allocation ...) is really empty. |
By the way, clicking on a node works and displays all its info. |
By any chance, did you check this issue was solved by switching back to API v0.0.39, as well as for #335? |
I tried at the same time but no difference. I should have added a comment :) |
The error occurs in I can't figure out what is going here, I need more input to understand. Can you send me the output of: $ curl --unix-socket /run/slurmrestd/slurmrestd.socket http://slurm/slurm/v0.0.40/nodes If you are concerned about privacy, you can also send me the output by email at hidden. |
Sent ;) |
After some investigation by email, it appeared that a node with a name without digit was returned by slurmrestd REST API |
Hi :)
I'm running the gateway (3.1.0-1.deb12 in production mode using Apache) in a Debian 12 container and I've got an issue with the Resources view. I can view my racks just fine but as soon as it tries to refresh nodes' states I have a blank page and must reload it to get back to a working view. Apart from that I can point nodes and get their status just fine before it becomes blank.
This issue appears on Safari and Chrome on MacOS14 and on Chrome on Windows11.
If I use the development console (tested on Chrome on MacOS) I get those messages (last being an error of course) at Resources page load :
but it still loads the page correctly, then those messages repop when the page goes blank and regularly after.
I can't see anything suspicious in gateway logs.
Let me know if I can bring more information about it.
The text was updated successfully, but these errors were encountered: