Microsoft Azure PlayFab logo
    • Multiplayer
    • LiveOps
    • Data & Analytics
    • Add-ons
    • For Any Role

      • Engineer
      • Designer
      • Executive
      • Marketer
    • For Any Stage

      • Build
      • Improve
      • Grow
    • For Any Size

      • Solo
      • Indie
      • AAA
  • Runs on PlayFab
  • Pricing
    • Blog
    • Forums
    • Contact us
  • Sign up
  • Sign in
  • Ask a question
  • Spaces
    • PlayStream
    • Feature Requests
    • Add-on Marketplace
    • Bugs
    • API and SDK Questions
    • General Discussion
    • LiveOps
    • Topics
    • Questions
    • Articles
    • Ideas
    • Users
    • Badges
  • Home /
  • Bugs /
avatar image
Question by James McGhee · Oct 26, 2020 at 02:50 AM · apismultiplayer

Asset with Id xxxxx.zip is not found

When setting up a new build we offten get an error

Asset with Id xxxxx.zip is not found

the file is uploaded, we can offten refresh the page, apply the exsact same settings and all works fine. however at the moment we cant get it to take any build much less one using a new uploaded zip.

Sidenote ... where can we view the 'assets' so we can clear out the old ones

For note:

We have tested this with 3 different zips, all show in the drop down, all report "file exists" when we try to re-upload all give the error "Asset with id XXXX.zip not found"

Another note ... when you drag and drop a zip it doesn't update the drop down, you have to refresh the page then you can select it ... some very buggy behaviour on the New Build form

Comment

People who like this

0 Show 4
10 |1200 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image SethDu ♦ · Oct 26, 2020 at 07:26 AM 0
Share

Will you call ListAssetSummaries API to check the assets? This will help us narrow down this issue.

avatar image James McGhee SethDu ♦ · Oct 26, 2020 at 10:42 AM 0
Share
{
    "code": 200,
    "status": "OK",
    "data": {
        "AssetSummaries": [
            {
                "FileName": "alpha-1.zip",
                "Metadata": {}
            },
            {
                "FileName": "alpha-3.zip",
                "Metadata": {}
            },
            {
                "FileName": "alpha-4.zip",
                "Metadata": {}
            },
            {
                "FileName": "alpha-5.zip",
                "Metadata": {}
            },
            {
                "FileName": "alpha-6.zip",
                "Metadata": {}
            },
            {
                "FileName": "alpha-7.zip",
                "Metadata": {}
            },
            {
                "FileName": "heathen-engineering-interpret-studio-windows-server-64-bit-14.zip",
                "Metadata": {}
            },
            {
                "FileName": "server.zip",
                "Metadata": {}
            }
        ],
        "PageSize": 8
    }
}

avatar image James McGhee SethDu ♦ · Oct 26, 2020 at 10:43 AM 0
Share

For nte Alpha-5, 6 and 7 none work all throw that error ... all the others (which are older) work

PS ... we really need these features in the dashboard, Postman is an okay work around but this sort of thing really should be available at the click of a button in the app we use to manage the rest of PlayFab

avatar image James McGhee SethDu ♦ · Oct 26, 2020 at 10:37 PM 0
Share

Still getting the error

MultiplayerServerBadRequest - MultiplayerServerBadRequest - ValidationError - Asset with Id alpha-7.zip is not found:

This has brought us to a stop cant find any way around it

2 Replies

· Add your reply
  • Sort: 
avatar image
Best Answer

Answer by SethDu · Oct 27, 2020 at 05:17 AM

Usually this is caused by the asset not being uploaded successfully. If necessary, you may provide us with your upload reproduction steps.

I am not sure of “dashboard” you have mentioned in the comments, but PlayFab Game Manager is able to upload asset via web page. Please navigate to [Game Manager] -> [Multiplayer] -> [Servers] -> [new build] -> [ASSETS (.ZIP)] -> [Upload]

Please also try to call DeleteAsset API to delete the broken assets.


snipaste-2020-10-27-10-15-27.png (10.0 kB)
Comment

People who like this

0 Show 1 · Share
10 |1200 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image James McGhee · Oct 27, 2020 at 11:19 AM 0
Share

https://developer.playfab.com/en-US/r/t/ /multiplayer/server/builds/new

That is what I refering to as the dashboard eg your web app

We have tried uploading several times, alpha-4 through alpha-7 are the same code all rebuilt multiple times and re-uploaded multiple times.

The steps are simple enough

1) navigate to the URL noted above whcih is the path you noted above


2) drag and drop the file
note we have also tried clicking the upload button and using the browser for file method


3) populate the rest of the form and hit save

see error

So I just removed all the offending zips and reuploaded from scratch

  • MultiplayerServerBadRequest - MultiplayerServerBadRequest - ValidationError - Asset with Id alpha-8.zip is not found:

that is the error it gave, that is a fresh download of the build from Unity build, the build does work localy.

Just to be sure its not the zip I duplicated alpha-3 (whcih has worked before) and reuploaded it as alpha-3-Copy

  • MultiplayerServerBadRequest - MultiplayerServerBadRequest - ValidationError - Asset with Id alpha-3-Copy.zip is not found:

And to insure I am not insaine and that alpha 3 works after the failer I changed it to the original alpha-3 hit save it worked

avatar image

Answer by James McGhee · Oct 27, 2020 at 11:21 AM

PS

when you upload a zip it doesn't show up in the drop down, you have to refresh the page and then it will show in the drop down.

the issue here is your page is not re-quering the list after an upload, I have tested this is the case on Google chrome and MS Edge. The issue is easy to work around buit thought I would point it out.

Another issue with your site is on this reply form, it actually cant take the full 1200 characters it says it can it will not save any string longer than 1198 even though it says you have 0 char left you need to delete 2 to get it to save

Comment

People who like this

0 Show 2 · Share
10 |1200 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image SethDu ♦ · Oct 28, 2020 at 02:03 AM 0
Share

I believe there can be issues during the step 2 and step 3.

After you upload the asset, you shouldn't refresh the page, which will terminate the upload process. Because currently PlayFab Game Manager doesn't provide a widget, which can monitor the upload progress visually, you may wait until the Asset package turns from "select..." to your name of asset automatically.

You may also check the upload process in the developer tools of the browser.

snipaste-2020-10-28-09-56-32.png (10.9 kB)
snipaste-2020-10-28-09-57-26.png (11.5 kB)
avatar image James McGhee SethDu ♦ · Oct 28, 2020 at 10:51 AM 0
Share

Will give it a try, we started refreshing as in the past it just never showed up we assumed it failed so we would try to upload again and it would say file already exists so perhaps those old tests where simply lucky enough that by the time we refreshed and tried again it had uploaded


Edit ... that did work ... than you

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Navigation

Spaces
  • General Discussion
  • API and SDK Questions
  • Feature Requests
  • PlayStream
  • Bugs
  • Add-on Marketplace
  • LiveOps
  • Follow this Question

    Answers Answers and Comments

    3 People are following this question.

    avatar image avatar image avatar image

    Related Questions

    Player account password reset email not reflecting 1 Answer

    JSON Field Reformatting on Automation Save 2 Answers

    GetFriendLeaderboard allwase return 0 1 Answer

    Possible Issue With PurchaseItem 1 Answer

    UpdateUserData after login with createAccount=true 3 Answers

    PlayFab

    • Multiplayer
    • LiveOps
    • Data & Analytics
    • Runs on PlayFab
    • Pricing

    Solutions

    • For Any Role

      • Engineer
      • Designer
      • Executive
      • Marketer
    • For Any Stage

      • Build
      • Improve
      • Grow
    • For Any Size

      • Solo
      • Indie
      • AAA

    Engineers

    • Documentation
    • Quickstarts
    • API Reference
    • SDKs
    • Usage Limits

    Resources

    • Forums
    • Contact us
    • Blog
    • Service Health
    • Terms of Service
    • Attribution

    Follow us

    • Facebook
    • Twitter
    • LinkedIn
    • YouTube
    • Sitemap
    • Contact Microsoft
    • Privacy & cookies
    • Terms of use
    • Trademarks
    • Safety & eco
    • About our ads
    • © Microsoft 2020
    • Anonymous
    • Sign in
    • Create
    • Ask a question
    • Create an article
    • Post an idea
    • Spaces
    • PlayStream
    • Feature Requests
    • Add-on Marketplace
    • Bugs
    • API and SDK Questions
    • General Discussion
    • LiveOps
    • Explore
    • Topics
    • Questions
    • Articles
    • Ideas
    • Users
    • Badges