Skip to content

Got JSONDecodeError with dork_search #85

@Zhanglin2017

Description

@Zhanglin2017

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions