S
S
Sergey2015-02-06 19:23:32
YouTube
Sergey, 2015-02-06 19:23:32

How to get rid of GET [link] net::ERR_ADDRESS_UNREACHABLE error in www-embed-player.js?

In the 40th version of Google Chrome, they finally got rid of caching problems, and in the new release, errors rained down again.
This time, when loading a video from youtube.com into an iframe in Dev Tools, for each video (exactly 5 times), an error occurs: "GET [link] net::ERR_ADDRESS_UNREACHABLE in www-embed-player.js".
As a result, due to errors, the page loading speed is significantly reduced. Who faced this and how to get rid of the error?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey, 2015-02-16
@Polisanov

Got rid of the error with Action Script.
Can anyone tell me how to get rid of the bug in iFrame?

<object width="530" height="350">
  <param name="movie" value="https://www.youtube.com/v/#id#?version=3"></param>
  <param name="allowScriptAccess" value="always"></param>
  <embed src="https://www.youtube.com/v/#id#?version=3" type="application/x-shockwave-flash" allowscriptaccess="always" width="530" height="350"></embed>
</object>

I
Irina Fomina, 2015-06-17
@iradesign

I have the same problem with ERR_ADDRESS_UNREACHABLE in www-embed-player.js. So no one wrote what to do.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question