Closed
Description
I followed all the instructions, set the mode to Blocklist so everything I request is archived, and yet pressing on the "Archive Current Page" item in the context menu doesn't do anything. Not only there's no any indication that something is going on, the page doesn't show up in Archivebox, and there are no request logs on the server side.
I tried debugging the extension and it seems that there are two things happening:
- The call to
chrome.permissions.request
never executes the callback - The same call executes the callback, but there's an error:
"This function must be called during a user gesture"
Apparently, (2) could be due to the debugger. No clue about (1) though.
Metadata
Metadata
Assignees
Labels
No labels