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
Traceback (most recent call last):
File "tools.py", line 272, in ...
results = search.get_dict()
File "/envs/hddesp/lib/python3.10/site-packages/serpapi/serp_api_client.py", line 103, in get_dict
return self.get_dictionary()
File ".../anaconda3/envs/hddesp/lib/python3.10/site-packages/serpapi/serp_api_client.py", line 96, in get_dictionary
return dict(self.get_json())
File ".../anaconda3/envs/hddesp/lib/python3.10/site-packages/serpapi/serp_api_client.py", line 83, in get_json
return json.loads(self.get_results())
....
File ".../anaconda3/envs/hddesp/lib/python3.10/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
The text was updated successfully, but these errors were encountered:
I have a image store in my local device, and I want to search it on web, here is my code, but it didn't work.
The error is shown here:
The text was updated successfully, but these errors were encountered: