Robotframework-reportportal [ ERROR ] Calling method 'start_suite' of listener

Hi there,

i am executing robotFramework including reportportal package. Reportportal is up and running in a k8 pod. Login and API is available. I prepared everything as describe in the reportportal package doc, but i receive the following issues:

[ ERROR ] Calling method ‘log_message’ of listener ‘robotframework_reportportal.listener’ failed: AttributeError: ‘NoneType’ object has no attribute ‘log’

433[ ERROR ] Calling method ‘end_keyword’ of listener ‘robotframework_reportportal.listener’ failed: AttributeError: ‘NoneType’ object has no attribute ‘update’

Depending in the testcase and interaction it is doing the error message. I have no clue.

Thanks for your support

Quick scan thru the reportportal listener, it feels like the issue could be that some variables are not defined properly;

  • RP_ENDPOINT
  • RP_LAUNCH
  • RP_PROJECT
  • RP_API_KEY