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

ValueError: No JSON object could be decoded #10

Open
neoaddix opened this issue Feb 28, 2017 · 0 comments
Open

ValueError: No JSON object could be decoded #10

neoaddix opened this issue Feb 28, 2017 · 0 comments

Comments

@neoaddix
Copy link

Maybe someone can help me out, I'm getting a ValueError: No JSON object could be decoded.

I'm just testing a basic publication of the fjson output of the sphinx-confluence output, but I can't seem to get it to work. I can do curl commands to our confluence server and that all works fine, I get the right json back and everything.

We do use a cloud version of confluence and Jira, maybe there are some incompatibility problems? Ow, and I also tried #8 changes from @rastaman

Any ideas?

my config

{
  version: 2,
  url: "https://xxxxx.atlassian.net/wiki",
  base_dir: "/documents/build/json",
  pages: [
    {
      id: 612335,
      source: "impediments"
    }
  ]
}

The whole error message:

Traceback (most recent call last):
  File "/usr/local/bin/conf_publisher", line 11, in <module>
    sys.exit(main())
  File "/usr/local/lib/python2.7/dist-packages/conf_publisher/publish.py", line 190, in main
    publisher.publish(args.force, args.watermark, args.hold_titles)
  File "/usr/local/lib/python2.7/dist-packages/conf_publisher/publish.py", line 118, in publish
    pages_to_update = self._pages_to_update(force, watermark, hold_titles)
  File "/usr/local/lib/python2.7/dist-packages/conf_publisher/publish.py", line 94, in _pages_to_update
    current_page = self._page_manager.load(page_config.id)
  File "/usr/local/lib/python2.7/dist-packages/conf_publisher/confluence.py", line 84, in load
    data = self._api.get_content(content_id, 'ancestors,version,space,body.storage')
  File "/usr/local/lib/python2.7/dist-packages/conf_publisher/confluence_api.py", line 112, in get_content
    ret = self._get(url, params=params)
  File "/usr/local/lib/python2.7/dist-packages/conf_publisher/confluence_api.py", line 41, in _get
    return self._request(requests.get, url, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/conf_publisher/confluence_api.py", line 64, in _request
    ret = r.json()
  File "/usr/local/lib/python2.7/dist-packages/requests/models.py", line 866, in json
    return complexjson.loads(self.text, **kwargs)
  File "/usr/lib/python2.7/json/__init__.py", line 339, in loads
    return _default_decoder.decode(s)
  File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
    raise ValueError("No JSON object could be decoded")
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

1 participant