Closed picklecillo closed 3 years ago
That means it looks that you misconfigured the workflow. You can see the access log by running Inkdrop from terminal.
Ok. Tried running from command line.
Did not get any access logs from the Alfred query, while a simple curl 127.0.0.1:19840/
did generate a xxx GET / 401 1ms -
log.
From this I would guess Alfred is not even getting to the querying the db part.
Anywhere else I could look?
Yeah, looks like so.
As you can see, the workflow is just a couple of PHP scripts.
You can tweak https://github.com/inkdropapp/inkdrop-alfred-workflow/blob/main/src/search.php to output variables with print_r
and var_dump
, then toggle Alfred's debug mode by clicking the spider button.
I've just left a PR with the solution I've found for this -> https://github.com/inkdropapp/inkdrop-alfred-workflow/pull/2
Great! I'll roll it out.
After setting up the local server and credentials, i'm not finding any notes. Through the debugger, this was logged.
Is it just me? 😬