serp-spider / search-engine-google

:spider: Google client for SERPS
https://serp-spider.github.io
Other
165 stars 61 forks source link

No more Results since 2019/07/16 #119

Open acsig opened 4 years ago

acsig commented 4 years ago

Since (ca.) 2019/07/16 there are no more results recognized. Obviously the output format of google has changed. Requested URL: https://google.de/search?q=Benzinverbrauch+&lr=lang_de

Resulting error: "Uncaught Serps\SearchEngine\Google\Exception\InvalidDOMException: Unable to check javascript status. Google DOM has possibly changed and an update may be required"

Happend with different searches on different servers, so it looks like a general Problem. Any ideas how to solve it? Version used: 0.4.7

clmns commented 4 years ago

check out https://github.com/serp-spider/search-engine-google/pull/118/commits/6d6b0f8bafe3f40eda576e4a8ba596297e716c94

this helped fix the no result issue for me.

acsig commented 4 years ago

Thanx for the hint, it helped me as well!