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

changing title is not working #2

Open
ca77y opened this issue Feb 16, 2015 · 0 comments
Open

changing title is not working #2

ca77y opened this issue Feb 16, 2015 · 0 comments
Assignees
Labels

Comments

@ca77y
Copy link
Contributor

ca77y commented Feb 16, 2015

  1. change title in an article's json
  2. run doctor
Running doctor task...
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.4/bin/zendesk-help-cms", line 9, in <module>
    load_entry_point('zendesk-helpcenter-cms==0.0.1', 'console_scripts', 'zendesk-help-cms')()
  File "/Users/Nico/src/zendesk-hekpcenter-cms/main.py", line 165, in main
    task.execute(options)
  File "/Users/Nico/src/zendesk-hekpcenter-cms/main.py", line 86, in execute
    categories = filesystem.loader(args['root_folder']).load()
  File "/Users/Nico/src/zendesk-hekpcenter-cms/filesystem.py", line 194, in load
    category = self._fill_category(category_name)
  File "/Users/Nico/src/zendesk-hekpcenter-cms/filesystem.py", line 173, in _fill_category
    self._fill_sections(category)
  File "/Users/Nico/src/zendesk-hekpcenter-cms/filesystem.py", line 181, in _fill_sections
    self._fill_articles(section)
  File "/Users/Nico/src/zendesk-hekpcenter-cms/filesystem.py", line 187, in _fill_articles
    article = self._load_article(section, article_name)
  File "/Users/Nico/src/zendesk-hekpcenter-cms/filesystem.py", line 119, in _load_article
    content = self.fs.read_json(content_path)
  File "/Users/Nico/src/zendesk-hekpcenter-cms/filesystem.py", line 45, in read_json
    return json.loads(text)
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/json/__init__.py", line 318, in loads
    return _default_decoder.decode(s)
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/json/decoder.py", line 343, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/json/decoder.py", line 361, in raw_decode
    raise ValueError(errmsg("Expecting value", s, err.value)) from None
ValueError: Expecting value: line 2 column 13 (char 14)
@ca77y ca77y self-assigned this Feb 16, 2015
@ca77y ca77y added the bug label Feb 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant