-
Notifications
You must be signed in to change notification settings - Fork 34
Description
with newest versions I am using
robotframework-reportportal==5.6.4
reportportal-client==5.6.5
i get errors when trying to log to report portal from robot framework>
'errorCode': 4001, 'message': "Incorrect Request. [Field 'launchUuid' should not be null.] "}
I understood RP_LAUNCH_UUID is optional, my VARs are set as>
--variable RP_ENDPOINT:" ... \
--variable RP_ATTACH_LOG:"False" \
--variable RP_API_KEY:"${RP_API_KEY}" \
--variable RP_PROJECT:"${PROJECT}" \
--variable RP_VERIFY_SSL:"${SSL}" \
--variable RP_LAUNCH:'${env.JOB_NAME}-${env.environment}' \
--variable RP_LAUNCH_ATTRIBUTES:"ENV:${env.environment} ...
--variable RP_LAUNCH_TIMEOUT:120 \
--variable RP_LOG_BATCH_PAYLOAD_SIZE:64000000 \
--variable RP_REMOVE_KEYWORDS:"True" \
with downgrade to older versions, no issues at all>
robotframework-reportportal==5.6.0
reportportal-client==5.6.0