jprichardson / node-google

A Node.js module to search and scrape Google.
MIT License
454 stars 115 forks source link

After searching "google account"; now have error that isnt fixable #47

Closed NickGatti closed 8 years ago

NickGatti commented 8 years ago

Searched term "google account"

Module stopped working completely and gives error:

Used the example code: for (var i = 0; i < res.links.length; ++i) { ==^ TypeError Cannot read property 'links' of null

Nothing I do will fix this. It seems completely broken. The search term "google account" was used after searching many things that did work, then boom the whole thing broken.

NickGatti commented 8 years ago

Issue seems to have fixed itself after a while...