My test case is failing with below error message.
[ ERROR ] Calling method ‘log_message’ of listener ‘C:\Users\vassai01\Devapps\Python\Lib\site-packages\robotide\contrib\testrunner\TestRunnerAgent.py’ failed: AttributeError: ‘Output’ object has no attribute ‘_xmllogger’
Log: C:\Users\vassai01\AppData\Local\Temp\1\RIDEsx7rzmqx.d\log.html
Report: C:\Users\vassai01\AppData\Local\Temp\1\RIDEsx7rzmqx.d\report.html
Installed below version RIDE and Python -
RIDE - 2.0.8.1
Python - 3.11.0
Feels like a bug in of sorts on RIDE 2.0.8.1. If i deduct what could be wrong, testrunneragent checks _xmllogger if the message has been seen but fails cuz its not there. As that particular version of ride is already bit old, this could be even some dependency mismatch but maybe @HelioGuilherme66 could take a look ?