Hi Team,
I am new here .
Can you please help me in below issue as Iam trying to create issue in jira by using REST API in python (editor pycharm)
traceback (most recent call last):
*** File “C:\Users\sgupta4\PycharmProjects\pythonProject1\create issue-jira\Jira create issue.py”, line 150, in **
*** print(json.dumps(json.loads(response.text)))***
*** File “C:\Program Files\Python39\lib\json_init_.py”, line 346, in loads***
*** return _default_decoder.decode(s)***
*** File “C:\Program Files\Python39\lib\json\decoder.py”, line 337, in decode***
*** obj, end = self.raw_decode(s, idx=_w(s, 0).end())***
*** File “C:\Program Files\Python39\lib\json\decoder.py”, line 355, in raw_decode***
*** raise JSONDecodeError(“Expecting value”, s, err.value) from None***
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Please let me know ,where i am going wrong and what is missed here .
Thanks
Shruti