Skip to content

Change EDL token request to json -> {Authorization: Bearer <token>} #15

Description

@DavidVWood44

From bignbit: this code fails in SIT with the following error at the Submit Harmony Job step:

"errorMessage": "An error occurred (InvalidRequestContentException) when calling the Invoke operation: Could not parse request body into json: Could not parse payload into json: Unrecognized token 'foobarbaz': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false')
at [Source: REDACTED (StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION disabled); line: 1, column: 1]"
Sounds like you can't pass the token as just a string, it has to be like {"token": "blah"} or the Authorization: Bearer thing.

for EDL requests TD response should change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    team:tvaTools and Services

    Type

    No type

    Projects

    Status
    ✅ Done
    Status
    closed

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions