You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
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)
The text was updated successfully, but these errors were encountered: