chinchang/web-maker

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

Open

#169 opened on Jul 23, 2017

View on GitHub
 (0 comments) (0 reactions) (1 assignee)JavaScript (2,386 stars) (308 forks)batch import
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:

  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