-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Description
Just installed promnesia (firefox extension with the backend running) and every page I go to the extension in firefox gives me the following error:
Error: Unprocessable Entity (422
632/o/<@moz-extension://d7ce6ee8-d2ae-400d-b9fd-211b93717ca4/background.js:1:27206
while requesting http://localhost:13131/visits
check extension options, make sure you set backend or disable it (set to empty string)
I can also see the error in the server console (so I know the HTTP request is getting there):
INFO: 127.0.0.1:51800 - "POST /visits HTTP/1.1" 422 Unprocessable Entity
I have only one source enabled and have run the indexer:
[gguzman@MTL-CA530 promnesia]$ cat config.py
from promnesia.common import Source
from promnesia.sources import auto
'''
List of sources to use.
You can specify your own, add more sources, etc.
See https://github.com/karlicoss/promnesia#setup for more information
'''
SOURCES = [
Source(
auto.index,
# just some arbitrary directory with plaintext files
'~/notes/',
name='notes',
)
]
Maybe it's an issue with a conflicting browser extension? I'll try disabling the other ones to see if that helps.
Metadata
Metadata
Assignees
Labels
No labels