Ripple emulator failing to emulate

守給你的承諾、 提交于 2020-01-17 01:48:47

问题


I have been using Ripple via Visual Studio 2015 to debug my Ionic app but it has stopped working for me.

I get a message saying that it looks like the zombie apocalypse has started and two options - "Wait" or "Fire". The "Fire" is supposed to purge Ripple's settings. Neither works.

I created a new app using the Ionic tabs template, and it fails to emulate too, so I don't think the problem is in my app. Any advice on how I can get Ripple working again?

Edit

I opened the Javascript console (Debug->Windows->JavaScript Console) and there is an error message there:

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

Now, I was adding things to windows.localStorage, is it possible that the problem lies there? How do I clear it if I can't even get my app to run?


回答1:


To get it working:

  1. Click the Chrome menu on the browser toolbar.
  2. Select More tools.
  3. Select Clear browsing data.
  4. Obliterate the following items from the past day. (I accepted the defaults but I expect that cached images and files is what got it working)

I still think that here is a problem in Ripple. It does not handle the error

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

I have raised it as an issue here: https://issues.apache.org/jira/browse/RIPPLE-102



来源:https://stackoverflow.com/questions/32842702/ripple-emulator-failing-to-emulate

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!