纹波模拟器无法模拟

Ripple emulator failing to emulate

我在 Visual Studio 2015 年一直使用 Ripple 来调试我的 Ionic 应用程序,但它已停止为我工作。

我收到一条消息,说僵尸末日似乎已经开始,有两个选项 - "Wait" 或 "Fire"。 "Fire" 应该清除 Ripple 的设置。都不行。

我使用 Ionic 选项卡模板创建了一个新应用程序,但它也无法模拟,所以我认为问题不在我的应用程序中。 关于如何让 Ripple 再次工作有什么建议吗?

编辑

我打开了Javascript控制台(调试->Windows->JavaScript控制台),那里有一条错误信息:

Uncaught QuotaExceededError: Failed to set the 'ripple-last-load' property on 'Storage': Setting the value of 'ripple-last-load' exceeded the quota

现在,我正在向 windows.localStorage 添加内容,问题可能出在这里吗?如果我什至无法让我的应用程序进入 运行,我该如何清除它?

要使其正常工作:

  1. 单击浏览器工具栏上的 Chrome 菜单。
  2. Select 更多工具。
  3. Select清除浏览数据。
  4. 删除过去一天的以下项目。 (我接受了默认值,但我希望缓存的图像和文件能够正常工作)

我仍然认为 Ripple 存在问题。它不处理错误

Uncaught QuotaExceededError: Failed to set the 'ripple-last-load' property on 'Storage'

我已将其作为问题在此处提出: https://issues.apache.org/jira/browse/RIPPLE-102