chinchang / chinchang/web-maker
Preview stops working and there is just a blank page where preview should show
Open
bug
help wanted
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 323
- PR merge metrics
- No merged PRs in 30d
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:
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.
Contributor guide
Assessment
This issue has not been assessed yet.