Search Unity

[WebGL] Failed to load resource using Addressables, Quic Protocol error

Discussion in 'Addressables' started by SleepyAgapornis, Dec 15, 2019.

  1. SleepyAgapornis

    SleepyAgapornis

    Joined:
    Sep 7, 2018
    Posts:
    23
    Hello, I've been implementing addressable assets for my WebGL project, and there are many issues that I've found on my way... but there is one in particular that I cannot solve, or better said, the solution I've found don't convince me.
    The problem is when the game tries to load an addressable from the server I get the following error only on google chrome:

    FAILED TO LOAD RESOURCE: NET::ERR_QUIC_PROTOCOL_ERROR

    I know I can solve this problem by disabling the Experimental QUIC Protocol in the chrome settings, but this isn't a solution for me, as the game is targeted for chrome books, if the QUIC protocol is something that comes by default in Chrome, this would mean that every single user that wants to play the game have to change it's browser settings in order to do so.

    So, my question is, is there a way to prevent this from happening?
     
    AskCarol likes this.
  2. davidla_unity

    davidla_unity

    Unity Technologies

    Joined:
    Nov 17, 2016
    Posts:
    763
    This is odd, I've not heard of this. Have you filed a bug with Unity? This may be an issue on either our side or the WebGL team.
     
  3. SleepyAgapornis

    SleepyAgapornis

    Joined:
    Sep 7, 2018
    Posts:
    23
    the problem seems to be gone after this new year, I'm not sure if it was a new version of chrome or the new version of the addressable package what solved the problem.
    But anyway, if I step into this issue again I'll fill a bug as suggested. Thank you!
     
    davidla_unity likes this.
  4. davidla_unity

    davidla_unity

    Unity Technologies

    Joined:
    Nov 17, 2016
    Posts:
    763