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 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.
The text was updated successfully, but these errors were encountered:
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:
chrome.permissions.request
never executes the callback"This function must be called during a user gesture"
Apparently, (2) could be due to the debugger. No clue about (1) though.
The text was updated successfully, but these errors were encountered: