chinchang/web-maker

Preview stops working and there is just a blank page where preview should show

Open

#169 建立於 2017年7月23日

在 GitHub 查看
 (0 留言) (0 反應) (1 負責人)JavaScript (2,386 star) (308 fork)batch import
bughelp wanted

描述

This has been reported by many users: https://twitter.com/zk433/status/888859189438808064 #114 https://www.dropbox.com/s/cetbsux4wa1qx4q/Screenshot%202017-07-23%2014.07.53.png?dl=0

From the debug info so far, it is being caused by either of following 2 errors:

  1. Failure in webkitRequestFileSystem call. https://github.com/chinchang/web-maker/blob/master/src/script.js#L987
  2. Failure in fs.root.getFile call. https://github.com/chinchang/web-maker/blob/master/src/script.js#L991

Seems like the extension is not able to create a file on the local filesystem which is required to see the preview.

貢獻者指南

Preview stops working and there is just a blank page where preview should show · chinchang/web-maker#169 | Good First Issue