-
Notifications
You must be signed in to change notification settings - Fork 21
Description
I'm experiencing the following crash since two weeks when trying to use jipdate, any hints?
I don't even understand what the problem is :(
It seems to only affect Fedora 42.
<script type="text/javascript" data-defer-stop></script> <script type="text/javascript"> (function() { var deferredStyle = document.getElementById('deferred-style-09414364-0087-46b3-8f5d-a60dad77cdf6'); var style = document.createElement('div');
style.innerHTML = deferredStyle.textContent;
if (style.children.length > 0) {
style.children[0].onload = function () {
document.body.classList.remove('deferred');
};
document.body.appendChild(style);
}
document.body.removeChild(deferredStyle);
})();
<script type="text/javascript" data-defer-skip>
window._monolithTimings = JSON.parse('{"metadata":{"start":25,"duration":120},"jira-request-server-time":{"start":13,"duration":570},"untenantedFilterChain":{"start":0,"duration":4},"feGateway":{"start":168,"duration":73},"postFeGateway":{"start":241,"duration":342},"metadata/featureflags":{"start":44,"duration":100},"preFeGateway":{"start":4,"duration":164},"routeCalculation":{"start":19,"duration":2}}');
</script>
Traceback (most recent call last):
File "/usr/lib/python3.13/site-packages/requests/models.py", line 976, in json
return complexjson.loads(self.text, **kwargs)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/json/init.py", line 346, in loads
return _default_decoder.decode(s)
~~~~~~~~~~~~~~~~~~~~~~~^^^
File "/usr/lib64/python3.13/json/decoder.py", line 345, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/json/decoder.py", line 363, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 11 column 1 (char 10)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/linus/.local/bin/jipdate", line 8, in
sys.exit(main())
~~~~^^
File "/home/linus/.local/lib/python3.13/site-packages/jipdate/jipdate.py", line 626, in main
jira, username = jiralogin.get_jira_instance(cfg.args.t)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/home/linus/.local/lib/python3.13/site-packages/jipdate/jiralogin.py", line 129, in get_jira_instance
JIRA(
~~~~^
url,
^^^^
...<3 lines>...
},
^^
),
^
File "/home/linus/.local/lib/python3.13/site-packages/jira/client.py", line 661, in init
si = self.server_info()
File "/home/linus/.local/lib/python3.13/site-packages/jira/client.py", line 3835, in server_info
j = self._get_json("serverInfo")
File "/home/linus/.local/lib/python3.13/site-packages/jira/client.py", line 4603, in _get_json
raise e
File "/home/linus/.local/lib/python3.13/site-packages/jira/client.py", line 4600, in _get_json
r_json = json_loads(r)
File "/home/linus/.local/lib/python3.13/site-packages/jira/utils/init.py", line 77, in json_loads
return resp.json()
~~~~~~~~~^^
File "/usr/lib/python3.13/site-packages/requests/models.py", line 980, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 11 column 1 (char 10)