Pushing changes fails very frequently, about 80% of the time with a Module Validation Error without any further context. This error is not consistent, but happens very frequently, resulting in failed pushes, requiring that changes are pushed again.
The logs reported by the error log are as follows
LogValkyrieSyncProject: Error: CreateModuleVersion error: Failure ErrorCode=errors.com.epicgames.contentsentry.contentsentryunknownerror, Message=MODULE VALIDATION FAILED (job 406cae2f-9526-4ee8-8a5e-a4b62326475f):
Unknown error while running the content sentry, Raw={
"host": "content-service.bfda.live.use1a.on.epicgames.com",
"method": "POST",
"path": "/api/content/v2/module/8aadc78b-48b1-c071-31c0-2890bb685e9a/version",
"errorCode": "errors.com.epicgames.contentsentry.contentsentryunknownerror",
"errorMessage": "MODULE VALIDATION FAILED (job 406cae2f-9526-4ee8-8a5e-a4b62326475f):\nUnknown error while running the content sentry"
}
LogValkyrieSyncProject: Error: CreateModuleVersions failed: see log for details
LogValkyrieActivityTracker: Warning: Upload -> Fail Activity: CAD_Curses - Failed to create module version
MODULE VALIDATION FAILED (job 406cae2f-9526-4ee8-8a5e-a4b62326475f):
Unknown error while running the content sentry
LogValkyrieActivityTracker: Warning: Upload -> Fail Activity: UploadProjects - All uploads failed with errors
Steps to Reproduce
Make a change in our Creative Level
Publish changes
Check if there was a warning
Expected Result
Changes are pushed successfully and the session launches.
Observed Result
Many times, the push will fail with a module validation warning. The session will load into the default creative HUB, but require another push to refresh.