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
Traceback (most recent call last):
File "C:\ProgramData\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\plugins\run\container.py", line 214, in run_file
self.edit_run_configurations(
File "C:\ProgramData\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\plugins\run\container.py", line 232, in edit_run_configurations
self.dialog.setup()
File "C:\ProgramData\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\plugins\run\widgets.py", line 746, in setup
self.run_conf_model.get_initial_index())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ProgramData\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\plugins\run\models.py", line 192, in get_initial_index
return self.inverted_index[self.current_configuration]
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: None
Traceback
Traceback (most recent call last):
File "C:\ProgramData\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\plugins\run\container.py", line 214, in run_fileself.edit_run_configurations(
File "C:\ProgramData\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\plugins\run\container.py", line 232, in edit_run_configurationsself.dialog.setup()
File "C:\ProgramData\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\plugins\run\widgets.py", line 746, in setupself.run_conf_model.get_initial_index())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ProgramData\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\plugins\run\models.py", line 192, in get_initial_indexreturnself.inverted_index[self.current_configuration]
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^KeyError: None
Hi @julianeves30 thank you for the report! I think this could be a duplicate of #22607 A fix for that issue was done over PR #22819 and it will be part of the upcoming Spyder 6.0.3, so once Spyder 6.0.3 is released updating Spyder should be enough to prevent this issue.
Description
What steps will reproduce the problem?
Traceback (most recent call last):
File "C:\ProgramData\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\plugins\run\container.py", line 214, in run_file
self.edit_run_configurations(
File "C:\ProgramData\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\plugins\run\container.py", line 232, in edit_run_configurations
self.dialog.setup()
File "C:\ProgramData\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\plugins\run\widgets.py", line 746, in setup
self.run_conf_model.get_initial_index())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ProgramData\spyder-6\envs\spyder-runtime\Lib\site-packages\spyder\plugins\run\models.py", line 192, in get_initial_index
return self.inverted_index[self.current_configuration]
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyError: None
Traceback
Versions
Dependencies
The text was updated successfully, but these errors were encountered: