Traceback (most recent call last):
File "/home/user/.local/lib/python3.10/site-packages/robotide/contrib/testrunner/testrunnerplugin.py", line 582, in on_timer
self.on_process_ended(None)
File "/home/user/.local/lib/python3.10/site-packages/robotide/contrib/testrunner/testrunnerplugin.py", line 533, in on_process_ended
output, errors, log_message = self._test_runner.get_output_and_errors(
File "/home/user/.local/lib/python3.10/site-packages/robotide/contrib/testrunner/testrunner.py", line 177, in get_output_and_errors
error, log_message = profile.format_error(stderr, returncode)
File "/home/user/.local/lib/python3.10/site-packages/robotide/contrib/testrunner/runprofiles.py", line 118, in format_error
return error, self._create_error_log_message(error, returncode)
File "/home/user/.local/lib/python3.10/site-packages/robotide/contrib/testrunner/runprofiles.py", line 415, in _create_error_log_message
return pluginapi.RideLogMessage(RF_INSTALLATION_NOT_FOUND, notify_user=True)
AttributeError: module 'robotide.pluginapi' has no attribute 'RideLogMessage'
When trying to run test case in ride I get
Python 3.10.12 Robot 6.1.1 Ride 2.0.7