python-sonarqube-api icon indicating copy to clipboard operation
python-sonarqube-api copied to clipboard

JSON Decoding Error

Open firas-jolha opened this issue 4 years ago • 1 comments

Hello,

When I try to list the items of generators which are return values of functions such as sonar.users.search_users or sonar.projects.search_projects(), I am getting the following error. I updated the simplejson package to 3.17.6 and still getting the same error.

simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

firas-jolha avatar Jan 04 '22 12:01 firas-jolha

please show you code.

shijl0925 avatar Feb 10 '22 02:02 shijl0925