Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

326
Visualizações
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 à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda