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
I installed the extension and tried to use it on a webpage that was already loaded. First I selected "Save page" and nothing happened, and I couldn't see anything on the browser console either. Then, I tried clicking on "Edit chapters", and this error popped up in the console:
Uncaught ReferenceError: getEbookTitle is not defined
at showEditor (VM40 chapterEditor.js:50)
at VM40 chapterEditor.js:9
After finding this issue, I tried reloading the page I wanted to save, and everything worked fine.
As a potential and quick workaround for now, you might want to open a new tab or toast message on a first install to greet new users and tell them the currently loaded pages need reloading in order for the extension to work.
Additionally, any failed epub conversion might show a message to the user saying it failed, prompting it to retry after having reloaded the page.
This is probably an edge case but I had a few pages opened in tabs, then added the extension.
It fails with no obvious message in the UI but this in the console:
I needed to reload the pages before it worked. I don't know if you can code around this but maybe you can document it?
The text was updated successfully, but these errors were encountered: