Jump to content

fform

Member
  • Posts

    1
  • Joined

  • Last visited

fform's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. So using the pinboardauth command, it didn't seem to be creating the config file. It successfully made the directory, but refused to create or write to the file. If anyone is having this problem, you can just make a config.json file in ~/Library/Application Support/Alfred 2/Workflow Data/eknkc.pinboard/config.json With the contents { "token": "user:xxxxxxxxxxxxxxxxxxx" } I'm using node v0.8.9. I'm not sure if this is the release that changed the process.nextTick behavior or if your code is only for .9 +. Looking at search.js, it doesn't look like you are doing any error handling for this, which explains why even when the config creation fails, it reports that it's fine in the notification. Sorry, I'd submit a pull request but I'm not familiar with your node style. Update: Added ~ to denote that folder is actually in the user's home path
×
×
  • Create New...