Error when generating test code – invalid JSON response from content service

Hi,

I’m experiencing an issue when trying to generate a build/test code in UEFN. The process fails with the following error: [DEP] valkyrie-source-content-live.s3.amazonaws.com returned unparsable JSON response
SentryEventId=39aa5f9922714c838337550036add244
ErrorCode=errors.com.epicgames.content-service.invalid_json
Here is a more detailed log snippet:

javascript:
LogOnline: Warning: OSS: Http Unexpected Result: HttpResult: 502 Code: 0 Error: Failure ErrorCode=errors. com .epicgames.content-service.invalid_json, Message=[DEP] valkyrie-source-content-live.s3.amazonaws.com returned unparsable JSON response SentryEventId=39aa5f9922714c838337550036add244, Raw={
“host”: “content-service.bfda.live.use1a.on.epicgames. com”,
“method”: “POST”,
“path”: “/api/content/v2/project/4ca8a6e8-48eb-1887-1cae-d9a74111f77b/generate/testcode”,
“errorCode”: “errors.com.epicgames.content-service.invalid_json”,
“errorMessage”: “[DEP] valkyrie-source-content-live.s3.amazonaws. com returned unparsable JSON response SentryEventId=39aa5f9922714c838337550036add244”
}
Could you please help investigate or let me know if this is a known issue on your side?

Thanks in advance!

if you step through the code where you receive the HTTP response, you should be able to log the string you received as JSON. Once you have that you can post it here or check it on a JSON parser to see where its not valid. It does seem like it might be from the backend side though