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
Connecting to remote server via remote connection
Then creating a new kernel from remote connection
Traceback
failed to create kernel_spec=None
exception calling callback for <Future at 0x15805bb08c0 state=finished raised ValueError>
Traceback (most recent call last):
File "C:\Users\uceerjp\anaconda3\Lib\concurrent\futures\_base.py", line 340, in _invoke_callbacks
callback(self)
File "C:\Users\uceerjp\anaconda3\Lib\site-packages\spyder\api\asyncdispatcher.py", line 128, in _callback_task_doneraise exception
File "C:\Users\uceerjp\anaconda3\Lib\site-packages\spyder\plugins\remoteclient\plugin.py", line 333, in _start_new_kernelreturnawait client.start_new_kernel_ensure_server()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\uceerjp\anaconda3\Lib\site-packages\spyder\plugins\remoteclient\api\client.py", line 697, in start_new_kernel_ensure_server
kernel_id =awaitself.start_new_kernel()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\uceerjp\anaconda3\Lib\site-packages\spyder\plugins\remoteclient\api\client.py", line 754, in start_new_kernel
response =await jupyter.create_kernel(kernel_spec=kernel_spec)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\uceerjp\anaconda3\Lib\site-packages\spyder\plugins\remoteclient\api\jupyterhub\__init__.py", line 303, in create_kernelraiseValueError(
ValueError: {"message": "Unhandled error", "reason": null, "traceback": ""}
exception calling callback for <Future at 0x15805bb08c0 state=finished raised ValueError>
Traceback (most recent call last):
File "C:\Users\uceerjp\anaconda3\Lib\concurrent\futures\_base.py", line 340, in _invoke_callbacks
callback(self)
File "C:\Users\uceerjp\anaconda3\Lib\site-packages\spyder\plugins\remoteclient\plugin.py", line 294, in <lambda>
ipyclient, future.result()
^^^^^^^^^^^^^^^
File "C:\Users\uceerjp\anaconda3\Lib\concurrent\futures\_base.py", line 449, in resultreturnself.__get_result()
^^^^^^^^^^^^^^^^^^^
File "C:\Users\uceerjp\anaconda3\Lib\concurrent\futures\_base.py", line 401, in __get_resultraiseself._exception
File "C:\Users\uceerjp\anaconda3\Lib\concurrent\futures\_base.py", line 340, in _invoke_callbacks
callback(self)
File "C:\Users\uceerjp\anaconda3\Lib\site-packages\spyder\api\asyncdispatcher.py", line 128, in _callback_task_doneraise exception
File "C:\Users\uceerjp\anaconda3\Lib\site-packages\spyder\plugins\remoteclient\plugin.py", line 333, in _start_new_kernelreturnawait client.start_new_kernel_ensure_server()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\uceerjp\anaconda3\Lib\site-packages\spyder\plugins\remoteclient\api\client.py", line 697, in start_new_kernel_ensure_server
kernel_id =awaitself.start_new_kernel()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\uceerjp\anaconda3\Lib\site-packages\spyder\plugins\remoteclient\api\client.py", line 754, in start_new_kernel
response =await jupyter.create_kernel(kernel_spec=kernel_spec)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\uceerjp\anaconda3\Lib\site-packages\spyder\plugins\remoteclient\api\jupyterhub\__init__.py", line 303, in create_kernelraiseValueError(
ValueError: {"message": "Unhandled error", "reason": null, "traceback": ""}
Hi @rishannp sorry for the late response and thank you for the report! Could it be possible for you to update to the latest Spyder 6 release (6.0.3) and try again? Also, not totally sure what the error could be but pinging @ccordoba12 just in case (maybe something is missing to be setup over the remote server?)
Description
What steps will reproduce the problem?
Connecting to remote server via remote connection
Then creating a new kernel from remote connection
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: