serp-spider / search-engine-google

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

Google parser stop working. #45

Closed fissben closed 8 years ago

fissben commented 8 years ago

Hello, yesterday I noticed that parser is broken now. I suggest it comes with google update. Can anyone check it ?

fissben commented 8 years ago

This morning script fails with following exception: "Unable to check javascript status. Google DOM has possibly changed and an update may be required". But now it works fine. Maybe google is testing something? Did someone catch same exception's last 24 hours?

gsouf commented 8 years ago

Hi @fissben maybe are you encountering the google test cards as described in #38

It's implemented in the last dev version, but not released as stable yet.

The next time it happens, you might catch the exception and save the dom in a file to see how the dom looks like

I'm closing the issue feel free to open again if it happens again

fissben commented 8 years ago

Here are back up of response I have met. untitled.txt

gsouf commented 8 years ago

@fissben thanks, that's helpful to find the issue.

Do you have the exact exception trace with files and lines ? It would be very helpful to know what part of the parser failed to parse.