Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

327
Vistas
How can I get the URL of the file that gives `ERR_HTTP2_PROTOCOL_ERROR 200` error

Using xhr to load some stuff to browser sometimes I get this error :

GET https://www.example.com/app/sources/voices/Frozen%202013/61f1c876b4ba1d1338a07e83/tutor/1.wav net::ERR_HTTP2_PROTOCOL_ERROR 200

since no one on Earth have fixed ERR_HTTP2_PROTOCOL_ERROR 200 Error yet :) I need to catch this error in order to do something with it when it occurs right ?

Here is what I tried to catch it :

const xhr = new XMLHttpRequest();

xhr.open('GET', url, true);
xhr.responseType = 'blob';

xhr.onerror = event => {
  console.log('xhr.onerror:: ', event);
}
xhr.send();

The above onerror event fires correctly when the error happens But gives me this:

enter image description here

To be honest I can't find the file path in which reproduces the error I mean I need this URL which give the error :

https://www.example.com/app/sources/voices/Frozen%202013/61f1c876b4ba1d1338a07e83/tutor/1.wav

How can I get the file path that gives the ERR_HTTP2_PROTOCOL_ERROR 200 error ?

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda