【发布时间】:2015-07-04 00:00:54
【问题描述】:
我在我的聚合物站点中使用 DISQUS,我收到了这个错误大约三百,我检查了polymer-project.org,它有同样的问题。
POST https://localhost:26143/skypectoc/v1/pnr/parse net::ERR_CONNECTION_REFUSED
我的网站::
大约有三百个请求!
我像这样使用disqus-commnets 元素:
<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 four 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>
是什么原因造成的?下面的这个错误说明了什么?
WebSocket connection to 'wss://realtime.services.disqus.com/ws/2/thread/3704740536?' failed: WebSocket is closed before the connection is established.
而且,DISQUS 甚至不显示在 firefix、safari 和 IE 上,有人有什么想法吗?
【问题讨论】:
标签: polymer disqus shadow-dom