karlicoss / promnesia

Another piece of your extended mind
https://beepb00p.xyz/promnesia.html
MIT License
1.74k stars 74 forks source link

Extension error due to duplicated backslash #397

Open krillin666 opened 1 year ago

krillin666 commented 1 year ago

Hi !

For some weeks, I couldn't use promnesia (I'm also using it with @seanbreckenridge modules). But finally I think I found the culprit. In the extension settings (firefox) I have port as: http://localhost:13131 . But all request add a double backslash.

For example:

Error: Not Found (404
632/o/<@moz-extension://7f7c1df6-8804-4a6e-a78e-33b63b5ff8da/background.js:1:27522

while requesting http://localhost:13131//visits
check extension options, make sure you set backend or disable it (set to empty string)

Thank you !

krillin666 commented 1 year ago

If I use the search function, I also get a similar error:

Error: Not Found (404
632/o/<@moz-extension://7f7c1df6-8804-4a6e-a78e-33b63b5ff8da/search.js:1:14519

while requesting http://localhost:13131//search
check extension options, make sure you set backend or disable it (set to empty string)