shijl0925 / python-sonarqube-api

Python Client library for interacting with Community, Developer, and Enterprise Editions SonarQube's REST APIs and SonarCloud's REST APIs.
https://python-sonarqube-pro-api.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
133 stars 77 forks source link

JSON Decoding Error #42

Closed firas-jolha closed 1 year ago

firas-jolha commented 2 years ago

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)

shijl0925 commented 2 years ago

please show you code.