You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating system: Windows 10 Version 1607 (Build 14393.2312), Android 6.0.0
Import previously saved notetaker.json file through "Browse..." button on the extension settings page doesn't change anything: "notetaker.json" appears next to "Browse..." button, but nothing has been imported.
Steps to reproduce the bug
Import previously saved notetaker.json file through "Browse..." button on the extension settings page.
Console logs
SyntaxError: JSON.parse: unterminated string at line 1 column 14670 of the JSON data options.js:139:19
importOptions/<
moz-extension://494a49a8-bc56-4bf3-b7af-e31ae82e5e54/options.js:139:19
For Author: I'm the same user who described this issue on addon commentary page (wich I deleted for now).
The text was updated successfully, but these errors were encountered:
Hi, This is a weird question, but do you happen to have a # anywhere in your notes? It seems that # breaks the download button by making the URL end early. This causes the export to be incomplete, which then causes the import to break with an "unterminated string" error. I know how to fix it for the future, the export data just needs to be encoded before downloading.
That's great news! You're right, I have a couple of # in my notes, and exported json was incomplete. I've recreated notes from saved plain text and have successfully imorted it.
Thank you for investigating this issue.
Bug Report
Import previously saved notetaker.json file through "Browse..." button on the extension settings page doesn't change anything: "notetaker.json" appears next to "Browse..." button, but nothing has been imported.
Steps to reproduce the bug
Import previously saved notetaker.json file through "Browse..." button on the extension settings page.
Console logs
SyntaxError: JSON.parse: unterminated string at line 1 column 14670 of the JSON data options.js:139:19
importOptions/<
moz-extension://494a49a8-bc56-4bf3-b7af-e31ae82e5e54/options.js:139:19
For Author: I'm the same user who described this issue on addon commentary page (wich I deleted for now).
The text was updated successfully, but these errors were encountered: