You are reading a single comment by @halemmerich and its replies.
Click here to read the full conversation.
-
Had the same problem on backup, the reset seems to fix it. The resulting zip file however is empty. Changing line 48 in backup.js to
return zip.generateAsync({type:"binarystring"});
fixes that as
Espruino.Core.Utils.fileSaveDialog
seems to expect data in (binary) string form.Edit: Browser is Chromium 98.0.4758.102 (Offizieller Build) Arch Linux (64-Bit)
Wow, that's odd. And that's backing up? I wonder whether you have a watch face that's causing the error and it gets picked up by the backup tool. I've just made some changes so the Bangle is reset before the backup starts, so that should fix it for you