Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

330
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!