Closed alwc closed 5 years ago
That's very strange, i use url
crate which can successfully parse file:///Users/alwc/Downloads/test.pdf
If you don't mind, can you add that back to your bookmarks. then open Alfred's debug window for my workflow and choose "show everything". then cause a crash and share the output of debug with me?
I could reproduce this, will try to fix it soon.
Sorry I didn't have time to reproduce the bug.
By the way, thanks for creating such a wonderful Alfred workflow!
So today when I was using your workflow, all of the sudden I could no longer fetch my tags. I removed and reinstalled the workflow, but everything I did was of no avail. So I took a look at the error message from the workflow's bash scripts when I ran
./alfred-pinboard-rs list
:After that I removed the bookmark with
file:///Users/alwc/Downloads/test.pdf
url on the pinboard website and reinstalled the workflow, then everything works smoothly once again!TL;DR: I suspect urls that do not begin with 'http(s)' will crash the workflow.