chinchang/web-maker
View on GitHubPreview stops working and there is just a blank page where preview should show
Open
#169 opened on Jul 23, 2017
bughelp wanted
Description
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:
- Failure in
webkitRequestFileSystemcall. https://github.com/chinchang/web-maker/blob/master/src/script.js#L987 - Failure in
fs.root.getFilecall. 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.