2015-11-07 19 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此消息有問題嗎?