Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in workflow - No JSON object could be decoded #11

Closed
ChristinWhite opened this issue Aug 29, 2016 · 2 comments
Closed

Error in workflow - No JSON object could be decoded #11

ChristinWhite opened this issue Aug 29, 2016 · 2 comments

Comments

@ChristinWhite
Copy link

Hey,

Repos looks awesome but unfortunately I seem to be getting an error.

superlumic-config

I'm not a JSON expert but I don't think there are errors in my configuration, here's what I have:

{
  "app_1": "Finder",
  "app_2": "Atom",
  "app_3": "Sublime Text",
  "app_4": "Tower",
  "app_5": "HyperTerm",
  "app_6": ["Finder", "Atom", "Tower", "HyperTerm"],
  "global_exclude_patterns": [],
  "search_dirs": [
    {
      "path": "~/Source",
      "depth": 2
    },
  ]
}

Am I missing something?

Note that I am running the Sierra beta so it may be incompatible but I doubt it in this context.

macOS Sierra 10.12 Beta (16A304a)
Alfred 3.1 [716]

@deanishe
Copy link
Owner

deanishe commented Aug 29, 2016

http://jsonlint.com

The problem is in search_dirs. There is a trailing comma here:

{
  "path": "~/Source",
   "depth": 2
},

@ChristinWhite
Copy link
Author

Dang, I can't believe I missed that. Thank you so much @deanishe, I really appreciate the help and the awesome workflow!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants