Unable to Publish on Unity Play, NoSuchKey Error

This is the error I get: Failed to load resource: the server responded with a status of 404 (Not Found)

Which gives me an XML file:

NoSuchKey The specified key does not exist.
No such object: share-platform-game-uploads-prd/20210523/webgl/da0fc73f-da2d-4afe-b910-a8adad5ef79b/Build/
1 Like

Notified the Unity Play team, hopefully someone from there can chime in. It might help if you can illustrate a bit in more detail the process you were taking, I wonder if there might be some mismatch on the process that could lead to missing something important.

I’ve tried with every possible Exceptions configuration, Code Optimization, Compression Format, enabling/disabling Decompression Fallback.

Interestingly this only happens on Unity Play, if I try it with Build + Play or hosting it elsewhere, it works fine.

I’ve created an empty scene to eliminate outside variables, but I get the same issue.

1 Like

Unity Play team came back with a mention that the issue is currently known, and they are right now in the process of testing and deploying a fix. I don’t know the ETA of when that would be live I’m afraid, hopefully it would be resolved very soon. Thanks for testing, and apologies for the issue!

Hi, I got the same error. Here is some information in my case, hope that can help solve the issue.

↓↓↓ Scenarios ↓↓↓

  • Unity Version: 2020.3.14f1 LTS
  • WebGL Publisher Version: 4.2.2

[Case 1] https://play.unity.com/mg/other/webgl-builds-77629
When I followed the unity learn

  • Pathway - Unity Essentials

  • Project - Foundations of real-time audio

  • Tutorial - Challenge: Moving sound

  • Optional Step - Publish and submit your project

[Case 2] https://play.unity.com/mg/other/webgl-builds-78596

↓↓↓ Error Message ↓↓↓

[UnityCache] β€˜https://play-static.unity.com/20210724/webgl/41fce894-a871-43ee-b33f-6a8b76b24c08/Build/’ request failed with status: 404 Not Found WebGL Builds.loader.js:1:7539

<Error>
   <Code>NoSuchKey</Code>
   <Message>The specified key does not exist.</Message>
   <Details>
      No such object: share-platform-game-uploads-prd/20210724/webgl/41fce894-a871-43ee-b33f-6a8b76b24c08/Build/
   </Details>
</Error>

Hopefully, it would be resolved very soon, too.

2 Likes

I’m still having the same error,

  • Unity Version: 2020.3.14f1 LTS
  • WebGL Publisher Version: 4.2.2
2 Likes