File "D:\Downloads\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 1392, in handle_hover_response
self.sig_display_object_info.emit(content,
TypeError: CodeEditor.sig_display_object_info[str, bool].emit(): argument 1 has unexpected type 'list'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Downloads\anaconda3\lib\logging\__init__.py", line 1081, in emit
msg = self.format(record)
File "D:\Downloads\anaconda3\lib\logging\__init__.py", line 925, in format
return fmt.format(record)
File "D:\Downloads\anaconda3\lib\logging\__init__.py", line 664, in format
record.message = record.getMessage()
File "D:\Downloads\anaconda3\lib\logging\__init__.py", line 369, in getMessage
msg = msg % self.args
ValueError: incomplete format
Call stack:
File "D:\Downloads\anaconda3\Scripts\spyder-script.py", line 10, in <module>
sys.exit(main())
File "D:\Downloads\anaconda3\lib\site-packages\spyder\app\start.py", line 205, in main
mainwindow.main()
File "D:\Downloads\anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 3763, in main
mainwindow = run_spyder(app, options, args)
File "D:\Downloads\anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 3679, in run_spyder
app.exec_()
File "D:\Downloads\anaconda3\lib\site-packages\spyder\plugins\completion\languageserver\client.py", line 493, in on_msg_received
self.req_reply[req_id](None, {'params': []})
File "D:\Downloads\anaconda3\lib\site-packages\spyder\plugins\completion\languageserver\plugin.py", line 548, in receive_response
self.sig_response_ready.emit(
File "D:\Downloads\anaconda3\lib\site-packages\spyder\plugins\completion\plugin.py", line 123, in receive_response
self.howto_send_to_codeeditor(req_id)
File "D:\Downloads\anaconda3\lib\site-packages\spyder\plugins\completion\plugin.py", line 177, in howto_send_to_codeeditor
self.skip_and_send_to_codeeditor(req_id)
File "D:\Downloads\anaconda3\lib\site-packages\spyder\plugins\completion\plugin.py", line 205, in skip_and_send_to_codeeditor
self.gather_and_send_to_codeeditor(request_responses)
File "D:\Downloads\anaconda3\lib\site-packages\spyder\plugins\completion\plugin.py", line 273, in gather_and_send_to_codeeditor
response_instance.handle_response(req_type, responses)
File "D:\Downloads\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 1019, in handle_response
handler(params)
File "D:\Downloads\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 1406, in handle_hover_response
self.log_lsp_handle_errors("Error when processing hover")
File "D:\Downloads\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 1050, in log_lsp_handle_errors
logger.error('%', 1, stack_info=True)
Message: '%'
Arguments: (1,)
--- Logging error ---
Traceback (most recent call last):
File "D:\Downloads\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 1392, in handle_hover_response
self.sig_display_object_info.emit(content,
TypeError: CodeEditor.sig_display_object_info[str, bool].emit(): argument 1 has unexpected type 'list'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\Downloads\anaconda3\lib\logging\__init__.py", line 1081, in emit
msg = self.format(record)
File "D:\Downloads\anaconda3\lib\logging\__init__.py", line 925, in format
return fmt.format(record)
File "D:\Downloads\anaconda3\lib\logging\__init__.py", line 664, in format
record.message = record.getMessage()
File "D:\Downloads\anaconda3\lib\logging\__init__.py", line 369, in getMessage
msg = msg % self.args
ValueError: incomplete format
Call stack:
File "D:\Downloads\anaconda3\Scripts\spyder-script.py", line 10, in <module>
sys.exit(main())
File "D:\Downloads\anaconda3\lib\site-packages\spyder\app\start.py", line 205, in main
mainwindow.main()
File "D:\Downloads\anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 3763, in main
mainwindow = run_spyder(app, options, args)
File "D:\Downloads\anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 3679, in run_spyder
app.exec_()
File "D:\Downloads\anaconda3\lib\site-packages\spyder\plugins\completion\languageserver\client.py", line 493, in on_msg_received
self.req_reply[req_id](None, {'params': []})
File "D:\Downloads\anaconda3\lib\site-packages\spyder\plugins\completion\languageserver\plugin.py", line 548, in receive_response
self.sig_response_ready.emit(
File "D:\Downloads\anaconda3\lib\site-packages\spyder\plugins\completion\plugin.py", line 123, in receive_response
self.howto_send_to_codeeditor(req_id)
File "D:\Downloads\anaconda3\lib\site-packages\spyder\plugins\completion\plugin.py", line 177, in howto_send_to_codeeditor
self.skip_and_send_to_codeeditor(req_id)
File "D:\Downloads\anaconda3\lib\site-packages\spyder\plugins\completion\plugin.py", line 205, in skip_and_send_to_codeeditor
self.gather_and_send_to_codeeditor(request_responses)
File "D:\Downloads\anaconda3\lib\site-packages\spyder\plugins\completion\plugin.py", line 273, in gather_and_send_to_codeeditor
response_instance.handle_response(req_type, responses)
File "D:\Downloads\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 1019, in handle_response
handler(params)
File "D:\Downloads\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 1406, in handle_hover_response
self.log_lsp_handle_errors("Error when processing hover")
File "D:\Downloads\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 1050, in log_lsp_handle_errors
logger.error('%', 1, stack_info=True)
Message: '%'
Arguments: (1,)
WARNING:spyder.widgets.github.backend:Failed to send bug report on Github. response={'code': 401, 'json': {'message': 'Bad credentials', 'documentation_url': 'https://docs.github.com/rest'}}
Thanks for reporting. This issue is a duplicate of #13297 and fixed in our latest version. Please update by opening the Anaconda Prompt and running there:
Description
What steps will reproduce the problem?
mvo_test_Jennifer mvo_test_Jennifer mvo_test_Jennifer
Traceback
Versions
Dependencies