You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
version: 2
url: https://xy.atlassian.net/wiki
base_dir: _build/json/
pages:
- title: test me
As you can see, I'm trying to run this on Atlassian Cloud.
However, during execution I get the following exception:
Traceback (most recent call last):
...
File "/home/daniel/workspace/envs/sphinx/lib/python3.5/site-packages/conf_publisher/confluence_api.py", line 64, in _request
ret = r.json()
File "/home/daniel/workspace/envs/sphinx/lib/python3.5/site-packages/requests/models.py", line 866, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/lib/python3.5/json/__init__.py", line 319, in loads
return _default_decoder.decode(s)
File "/usr/lib/python3.5/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python3.5/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
I'm not sure if this error is thrown, because my config is a mess and the script can't open a file and therefore sends 0 bytes. Or if confluence is sending back 0 bytes.
Any ideas?
The text was updated successfully, but these errors were encountered:
danwos
changed the title
conf_page_make throws unhandled exception
conf_page_maker throws unhandled exception
Feb 9, 2017
I'm calling
conf_page_maker
likeMy publisher.yml config file:
As you can see, I'm trying to run this on Atlassian Cloud.
However, during execution I get the following exception:
I'm not sure if this error is thrown, because my config is a mess and the script can't open a file and therefore sends 0 bytes. Or if confluence is sending back 0 bytes.
Any ideas?
The text was updated successfully, but these errors were encountered: