2015-11-07 16 views
0

我不确定什么下面的错误表示调试错误,当试图跑镖的index.html

GET chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/cast_sender.js net::ERR_FAILED 
    CastApiBootstrap.isExtensionInstalled_  
    CastApiBootstrap.findInstalledExtensionHelper_  
    CastApiBootstrap.findInstalledExtensionWithCallback 
    CastApiBootstrap.findInstalledExtension 
    (anonymous function) 
    (anonymous function) 
GET chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js net::ERR_FAILED 
    CastApiBootstrap.isExtensionInstalled_  
    CastApiBootstrap.findInstalledExtensionHelper_  
    (anonymous function) 
    xmlhttp.onerror 

上面是调试输出WebStrom运行时11

的pubServe输出如下所示: :

[web] GET Served 12 assets. 
[web] GET packages/polymer_elements/src/web-animations-js/web-animations-next-lite.min.js => polymer_elements|lib/src/web-animations-js/web-animations-next-lite.min.js 
[web] GET Served 7 assets. 
[web] GET Served 8 assets. 
[web] GET Served 7 assets. 
[web] GET Served 186 assets. 
[web] GET index.dart => Could not find asset epimss_polymer_app|web/index.dart. 
[web] GET Served 20 assets. 
Build completed successfully 
[web] GET Served 12 assets. 
[web] GET Served 8 assets. 
[web] GET Served 14 assets. 
[web] GET Served 228 assets. 

epimss_polymer_app是我正在运行的应用程序。

感谢

回答

0

我认为这是由过时的Dartium(较新版本的工作正在进行中),你可以重现在Chrome此消息有问题吗?