spamwax / alfred-pinboard-rs

Alfred Workflow for Pinboard (Rust)
Other
280 stars 13 forks source link

After initial setup, only getting an error #42

Closed jrgd closed 4 years ago

jrgd commented 4 years ago

After downloading latest and the initial setup (oauth works: logs looking good, no error; the curl command on all posts works fine).

when I try to save a url with an active window in Safari (13.0.3), all I get in the console is:

{"items":[{"icon":{"path":"erroricon.icns"},"subtitle":"expected value at line 4981 column 1","title":"Error"}]}

In the Alfred toolbar, I only get a laconic "Error".

OSX 10.14.6 Safari 13.0.3 Alfred 4.0.6 Rusty Pin 0.15.9 Rust: stable 1.39.0 (via Brew)

What could I do to sort it out?

spamwax commented 4 years ago

Hi This is very likely related to one of your bookmarks having one of these issues:

I'd suggest you curl all your bookmarks as a json format and then inspect the file around the mentioned line number.

Let me know how it goes.

spamwax commented 4 years ago

Closing due to inactivity.