Can not load Robotmk JSON data! (json.loads())

Hi Karsten,

please try the following things:

  • Can you execute the Robot test itself? => robot foo.robot
  • Is the CMK agent able to start robotmk-runner.py?
    • Python modules must be installed within an admin cmd (pip3 install robotframework pyyaml mergedeep python-dateutil)
    • Check the cmk agent log: which interpreter does the cmk agent use to start robotmk-runner? If you see the interpreter of the agent (venv…), this is wrong. In this case, configure the Python interpreter like this:
      image
  • Does your Robot test produce any console output? The runner execution (see above) should not produce any stdout.

Regards,
Simon