Search Unity

Addressables remote loading exception on Android

Discussion in 'Addressables' started by DJacquemin, Sep 5, 2018.

  1. DJacquemin

    DJacquemin

    Joined:
    Jun 19, 2017
    Posts:
    13
    Hi everybody,

    I'm trying to load my addressables from a local server from my smartphone.
    When I hit play in the editor, I don't have any errors but when I build on the phone, I have this error :

    Unable to load remote catalog hash: System.Exception: RawDataProvider unable to load from url jar:file:///data/app/be.company.applicationName-X9EVe1056kHE27mC8vx7Aw==/base.apk!/assets/com.unity.addressables/Android/catalog_1.hash, result='Generic/unknown HTTP error'..

    I don't really understand the problem.
    It looks like my app try to load the remote catalog hash from the app itself and not from the server.

    My build path and load path seem correct.
    I also checked that my phone can access the server.

    Am I missing something ?

    Thanks.
     
  2. inxidious

    inxidious

    Joined:
    Nov 8, 2013
    Posts:
    22
    I'm having the same problem too. I'm using version 0.4.6-preview.

    But the errors didn't show up on second app launch.. weird