polymer - POST https://localhost:26143/skypectoc/v1/pnr/parse net::ERR_CONNECTION_REFUSED -
i use disqus in polymer site, got error 3 hundreds,and checked polymer-project.org ,it had same problem.
post https://localhost:26143/skypectoc/v1/pnr/parse net::err_connection_refused
polymer-project.org site:
my site::
, there 3 hundred requests!
i use disqus-commnets element this:
<core-header-panel mode="waterfall-tall" tallclass="medium-tall" > <div class="core-header ">{{response[0].title}}</div> <div layout horizontal center-justified flex class="contentcontainer"> <div flex?="{{!phonescreen}}"></div> <div vertical flex 4 style="background:#ffffff;box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19); color: #555;"> <div flex id="content" class="markdown-body"></div> <div flex><disqus-comments shortname="myname"></disqus-comments></div> </div> <div flex?="{{!phonescreen}}"></div> </div> </core-header-panel>
what reason caused that?what did error below indicate?
websocket connection 'wss://realtime.services.disqus.com/ws/2/thread/3704740536?' failed: websocket closed before connection established.
and ,disqus not displayed on firefix,safari , ie,anyone got ideas?
/skypectoc/v1/pnr/parse it's called skype plugin (installed on chrome) thats why see xhr call in google chrome.
uninstall skype plugin.
Comments
Post a Comment