Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Got JSONDecodeError with dork_search #85

Open
Zhanglin2017 opened this issue Mar 4, 2023 · 2 comments
Open

Got JSONDecodeError with dork_search #85

Zhanglin2017 opened this issue Mar 4, 2023 · 2 comments

Comments

@Zhanglin2017
Copy link

This happened a few times in last week. Not a big problem, but it would be nice if it fail-safe.

Traceback (most recent call last):
File "C:\Users\zhang\eclipse-workspace\zoomeye\get_data.py", line 125, in
test()
File "C:\Users\zhang\eclipse-workspace\zoomeye\get_data.py", line 15, in test
data = zm.dork_search('+port:2404', facets=['country', 'city'])
File "C:\Users\zhang\AppData\Roaming\Python\Python39\site-packages\zoomeye\sdk.py", line 188, in dork_search
resp = self._request(search_api, params=params, headers=headers)
File "C:\Users\zhang\AppData\Roaming\Python\Python39\site-packages\zoomeye\sdk.py", line 135, in request
raise ValueError(resp.json().get('message'))
File "C:\Users\zhang\AppData\Roaming\Python\Python39\site-packages\requests\models.py", line 910, in json
return complexjson.loads(self.text, **kwargs)
File "C:\Users\zhang\AppData\Roaming\Python\Python39\site-packages\simplejson_init
.py", line 525, in loads
return _default_decoder.decode(s)
File "C:\Users\zhang\AppData\Roaming\Python\Python39\site-packages\simplejson\decoder.py", line 372, in decode
obj, end = self.raw_decode(s)
File "C:\Users\zhang\AppData\Roaming\Python\Python39\site-packages\simplejson\decoder.py", line 402, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

@Zhanglin2017
Copy link
Author

Traceback (most recent call last):
File "C:\Users\zhang\eclipse-workspace\zoomeye\get_data.py", line 125, in
test()
File "C:\Users\zhang\eclipse-workspace\zoomeye\get_data.py", line 15, in test
data = zm.dork_search("+port:5007", facets='country', page = 1)
File "C:\Users\zhang\AppData\Roaming\Python\Python39\site-packages\zoomeye\sdk.py", line 188, in dork_search
resp = self._request(search_api, params=params, headers=headers)
File "C:\Users\zhang\AppData\Roaming\Python\Python39\site-packages\zoomeye\sdk.py", line 135, in request
raise ValueError(resp.json().get('message'))
File "C:\Users\zhang\AppData\Roaming\Python\Python39\site-packages\requests\models.py", line 910, in json
return complexjson.loads(self.text, **kwargs)
File "C:\Users\zhang\AppData\Roaming\Python\Python39\site-packages\simplejson_init
.py", line 525, in loads
return _default_decoder.decode(s)
File "C:\Users\zhang\AppData\Roaming\Python\Python39\site-packages\simplejson\decoder.py", line 372, in decode
obj, end = self.raw_decode(s)
File "C:\Users\zhang\AppData\Roaming\Python\Python39\site-packages\simplejson\decoder.py", line 402, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

@junyu1
Copy link

junyu1 commented Mar 10, 2023

您好,我也遇到这个问题,请问您是怎么解决的?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants