Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

OBB download error: too many redirects

Discussion in 'Android' started by miniduck, Sep 16, 2013.

  1. miniduck

    miniduck

    Joined:
    Sep 27, 2012
    Posts:
    117
    Hello,

    Have a Galaxy 1 device running Android 2.3.6, it produces an error when using the OBB downloader package.
    It works fine on all other devices I have.(Android 4.0>)

    Any ideas what might be going on?

    The call to the downloader is only called once with the FetchOBB which comes with the package.

    The downloader screen comes up fine but stops on "Starting..."


    Code (csharp):
    1. 09-16 22:57:21.882: W/LVLDL(12660): Aborting request for download main.1.com.name.obb: too many redirects
    2. 09-16 22:57:21.882: W/System.err(12660): com.unity3d.plugin.downloader.b.o: too many redirects
    3. 09-16 22:57:21.882: W/System.err(12660):    at com.unity3d.plugin.downloader.b.k.a(Unknown Source)
    4. 09-16 22:57:21.882: W/System.err(12660):    at com.unity3d.plugin.downloader.b.p.a(Unknown Source)
    5. 09-16 22:57:21.882: W/System.err(12660):    at com.unity3d.plugin.downloader.b.g.handleMessage(Unknown Source)
    6. 09-16 22:57:21.882: W/System.err(12660):    at android.os.Handler.dispatchMessage(Handler.java:99)
    7. 09-16 22:57:21.882: W/System.err(12660):    at android.os.Looper.loop(Looper.java:130)
    8. 09-16 22:57:21.882: W/System.err(12660):    at android.os.HandlerThread.run(HandlerThread.java:60)
    9. 09-16 22:57:22.042: D/Unity(12660): NativeActivity stop: 0x2b6288
    Any ideas?
     
  2. hutch_jl

    hutch_jl

    Joined:
    Jan 8, 2013
    Posts:
    40
    Sorry to resurrect an old post, but I'm having this issue too and can't find any information about it. Did you manage to solve it?
     
  3. hutch_jl

    hutch_jl

    Joined:
    Jan 8, 2013
    Posts:
    40
    For posterity, the fix for this seems to be just increment the bundle version code and rebuild, and upload both the APK and expansion file again. Equivalent of turning it off and on again I guess :)