尝试运行Dart index.html时发生调试错误

问题描述 投票:0回答:1

我不确定下面的错误代表什么:

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   

以上是在WebStorm 11中运行时的Debug输出。

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是我正在运行的应用程序。

dart dart-polymer
1个回答
0
投票

我认为这是由过时的Dartium(正在开发的新版本)引起的问题,您可以在Chrome中重现此消息吗?

© www.soinside.com 2019 - 2024. All rights reserved.