Forum Replies Created
-
AuthorPosts
-
this is the error, I removed the stack part:
{“name”: “Exception”,“message”: “Failed to submit slice: Status.FAILURE, (500)\nReason: INTERNAL SERVER ERROR\nHTTP response headers: HTTPHeaderDict({‘Server’: ‘nginx/1.21.6’, ‘Date’: ‘Mon, 14 Jul 2025 05:48:54 GMT’, ‘Content-Type’: ‘text/html; charset=utf-8’, ‘Content-Length’: ‘232’, ‘Connection’: ‘keep-alive’, ‘Access-Control-Allow-Credentials’: ‘true’, ‘Access-Control-Allow-Headers’: ‘DNT, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Range, Authorization’, ‘Access-Control-Allow-Methods’: ‘GET, POST, PUT, PATCH, DELETE, OPTIONS’, ‘Access-Control-Allow-Origin’: ‘*’, ‘Access-Control-Expose-Headers’: ‘Content-Length, Content-Range, X-Error’, ‘X-Error’: ‘Invalid control character at: line 1 column 179 (char 178)’})\nHTTP response body: b'{\\n \”errors\”: [\\n {\\n \”details\”: \”Invalid control character at: line 1 column 179 (char 178)\”,\\n \”message\”: \”Internal Server Error\”\\n }\\n ],\\n \”size\”: 1,\\n \”status\”: 500,\\n \”type\”: \”error\”\\n}’\n”,}I can confirm that it is now working. thanks for the update and the quick response.
I tried running a new slice using new configuration in the JupyterHub, and it’s the same error:
“fabric@winter:work-33%$ ssh -i /home/fabric/work/fabric_config/slice_key -F /home/fabric/work/fabric_config/ssh_config ubuntu@<ip>
Warning: Permanently added ‘bastion.fabric-testbed.net’ (ED25519) to the list of known hosts.
<username>@bastion.fabric-testbed.net: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
kex_exchange_identification: Connection closed by remote host
Connection closed by UNKNOWN port 65535”I deleted all the keys and started the configuration notebook again, but nothing changed.
I even tried launching the nodes using the JupyterHub and it also did not work
-
AuthorPosts