Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension error due to duplicated backslash #397

Open
krillin666 opened this issue Jun 9, 2023 · 1 comment
Open

Extension error due to duplicated backslash #397

krillin666 opened this issue Jun 9, 2023 · 1 comment

Comments

@krillin666
Copy link
Contributor

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
Copy link
Contributor Author

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant