Skip to content

Variable RP_LAUNCH_UUID is required for execution #213

@keef78

Description

@keef78

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions