Giter Site home page Giter Site logo

Comments (14)

mtemnikov avatar mtemnikov commented on June 11, 2024 2

unity : 2021.3.28f1

We have the same problem. Also some times play asset delivery on demand assets download are stucked with no further progress. Only clean play store app cached might help sometimes (but not in all cases). However we are unable to deliver this information to large amount of users ;(

from play-unity-plugins.

mtemnikov avatar mtemnikov commented on June 11, 2024 2

Thanks for work around. It will save our time in future. But unfortunately we are still getting stuck on download packs.

This is unity forum topic and some info

https://forum.unity.com/threads/update-play-core-lib-or-fix-critical-error.1525768/

from play-unity-plugins.

fNathan123 avatar fNathan123 commented on June 11, 2024 1

Yes we got the same error as well

error_caused_missing_pack

from play-unity-plugins.

yagodar avatar yagodar commented on June 11, 2024 1

Hello again :) Finally we've found a workaround.

It turns out, that the key in our errors was the name of existing asset pack.

  1. In old version we had name of the asset pack "CustomOnDemand"
  2. In new version we've changed the name of this asset pack to "CustomRaceOneOnDemand"
  3. We got stuck on Update the app inside Google Play app at 100%.

Workaround:
Keep the name of existing asset packs and make it exists in newer versions
After change name back from "CustomRaceOneOnDemand" to "CustomOnDemand" there is no stuck at 100% on Update 🎉

It's definitely a bug of PAD.
So please, fix it for others, who didn't reach this thread.

from play-unity-plugins.

fNathan123 avatar fNathan123 commented on June 11, 2024 1

alright, this will be ugly if you use fast-follow asset packs, but I have some question.. after all those download stuck we decided to revert all the PAD changes we've made. Those packs downloaded normally at playstore but google returns internal error for all of our packs when we tried to fetch asset pack's state in our app.

Not sure what it was but I will keep in mind to be careful if we decide to change the pack structures :(
anyway thanks for your insight, it's very helpful

from play-unity-plugins.

mtemnikov avatar mtemnikov commented on June 11, 2024

So any news?( It is very hard problem for us.

from play-unity-plugins.

fNathan123 avatar fNathan123 commented on June 11, 2024

Unfortunately no bud, we are also confused as you do LMAO. We can only advice the users to clear the google playstore's cache/data if there's something wrong with the downloading stuff. But we can't just tell our user to clear the playstore's data every time. I'm pretty sure the problem is on google side and I want some verification from google if there's something we can do.

But, from our side these problem typically occurred if we remove some asset packs or changing asset packs name (we are using custom asset packs).

We haven't tried their newest version of PAD to be honest, maybe you can try updating them to the latest version and hope it works.

from play-unity-plugins.

mtemnikov avatar mtemnikov commented on June 11, 2024

The thing is that on this current Unity version i don't know how to find out the play core or PAD or other libs versions because they are integrating automatically.

"But, from our side these problem typically occurred if we remove some asset packs or changing asset packs name (we are using custom asset packs)."

We also changed some asset packs names in current update(

We have so many troubles with PAD system so now i am thinking about using custom CDN...

from play-unity-plugins.

mtemnikov avatar mtemnikov commented on June 11, 2024
2023.12.04 20:55:47.769 5399 5749 Error Finsky [397] kzz.a(843): Request execution failed with error code: -2
2023.12.04 20:55:47.769 5399 5749 Error Finsky com.google.android.finsky.assetmoduleserviceutils.AssetModuleException: Request to PGS failed because all packs are unavailable.
2023.12.04 20:55:47.769 5399 5749 Error Finsky 	at jqx.aft(PG:533)
2023.12.04 20:55:47.769 5399 5749 Error Finsky 	at jwj.k(PG:75)
2023.12.04 20:55:47.769 5399 5749 Error Finsky 	at ixz.run(PG:230)
2023.12.04 20:55:47.769 5399 5749 Error Finsky 	at android.os.Handler.handleCallback(Handler.java:873)
2023.12.04 20:55:47.769 5399 5749 Error Finsky 	at android.os.Handler.dispatchMessage(Handler.java:99)
2023.12.04 20:55:47.769 5399 5749 Error Finsky 	at android.os.Looper.loop(Looper.java:193)
2023.12.04 20:55:47.769 5399 5749 Error Finsky 	at android.app.ActivityThread.main(ActivityThread.java:6737)
2023.12.04 20:55:47.769 5399 5749 Error Finsky 	at java.lang.reflect.Method.invoke(Native Method)
2023.12.04 20:55:47.769 5399 5749 Error Finsky 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
2023.12.04 20:55:47.769 5399 5749 Error Finsky 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:860)

Some debug on bundle downloading at com.android.vending process. We are getting this error some times. Possible step to reproduce (not in 100%) is to close app and restore it immediately.

from play-unity-plugins.

mtemnikov avatar mtemnikov commented on June 11, 2024

Have you reported on unity forum?

from play-unity-plugins.

fNathan123 avatar fNathan123 commented on June 11, 2024

not yet

from play-unity-plugins.

yagodar avatar yagodar commented on June 11, 2024

Hi, +1 to you, folks. We got the same stuck on update 100%. We have also changed the asset packs and we are using PAD with Unity

from play-unity-plugins.

firdiar-mita avatar firdiar-mita commented on June 11, 2024

upup +1

from play-unity-plugins.

yagodar avatar yagodar commented on June 11, 2024

For the record - we leave exact same assets in our "CustomOnDemand", just updated the content inside it. So I think google`s patch system worked in this case and our app not stucked.

from play-unity-plugins.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.