| View previous topic :: View next topic |
| Author |
Message |
speechles Revered One

Joined: 26 Aug 2006 Posts: 1398 Location: emerald triangle, california (coastal redwoods)
|
Posted: Wed Sep 17, 2008 6:56 pm Post subject: |
|
|
| Alphacarbon wrote: | I suppose my question was more of how to fix this problem from the bot's end...
If my bot is being sorried, does this mean that the script altogether is no longer useful? And if others are still getting it to work, where is the discripancy?
I will look at the link you referenced. Maybe I can find my answer there. |
The problem is not the script, and it is not your bot. The problem is the IP used to make the query. There are potentially hundreds upon thousands of others experiencing the same issue as you.
Below is merely a teaspoon full of others having the same problem:
http://blog.wired.com/monkeybites/2008/04/google-says-sor.html
http://groups.google.com/group/Google_Web_Search_Help-Troubleshooting/browse_thread/thread/b82606dd4b5a9d42/bd39791648fbd316
http://www.boingboing.net/2008/01/10/guatemala-google-is.html
http://www.mydigitallife.info/2007/11/27/were-sorry-google-error/
http://digg.com/security/Google_s_Sorry_You_re_Infected
Basically, Google in it's infinite wisdom, has assumed (either by lack of cookie sessions, lack of referrer, lack of headers passed, etc, etc) that the IP source contributing the query (your bot) appears to be scripted/automated. There is very little to do. Google will issue a captcha based picture depending on the session id passed within the query when it initially redirects the query (302). After which, the captcha is visible. Once entry of the captcha is done, it is checked against the hash passed at the end of the redirected query session. The only way to have this work would be to have users use their 'links' browser to generate a valid session id and cookie on the machine the bot is on. Then use the data contained within that cookie to validate google searches with the script. This is not as easy to do as it sounds as the cookie sessions will expire. To renew them would require doing the browser thing again, generating the cookie again. Very very tedious...
You can read about it here, this is Google's official statement on the matter:
http://www.google.com/support/bin/answer.py?answer=86640
If you have never witnessed a google sorry page, well, there are major flaws within google's sorry policy...
1) Our query below is simply forum topic and we start at the first page. This google will allow:
http://www.google.com/search?&q=forum+topic&start=1
2) Now we will keep the same forum topic query but instead, let's go straight to page 18 (10 results per page, 10 x 18 = 180):
http://www.google.com/search?&q=forum+topic&start=180
For 1, most everyone should be able to easily see the results in any browser. For 2, everybody should see that Google sorry page and without a captcha. This is how your treated when things go awry. Google hasn't even issued a captcha to allow the query to be fulfilled, for anyone. If this isn't censorship than what is? Basically Google has censored out anyone from seeing beyond the 17th page for 'forum topic'. _________________ speechles' eggdrop tcl archive |
|
| Back to top |
|
 |
random4t4x14 Voice
Joined: 22 Dec 2008 Posts: 3 Location: Asheville, NC
|
Posted: Mon Dec 22, 2008 8:49 pm Post subject: Google Local is broken |
|
|
I've been using your script since the original release by incith, this is the best google script evar! That said, I've been having problems with the !local feature of the script. I have double checked and I am not sorried by google, but when I search for anything using the !local command, I get no results:
[19:22] <&random4t4x14> !local pizza near asheville, bc
[19:22] <+severyn> Did you mean: Asheville, NC ?
[19:23] <&random4t4x14> !local pizza near asheville, nc
[19:23] <+severyn> Sorry, no search results were found.
[19:45] <&random4t4x14> !local movie theater near asheville, nc
[19:45] <+severyn> Sorry, no search results were found.
I was hoping someone could point me in the right direction to fix this. |
|
| Back to top |
|
 |
speechles Revered One

Joined: 26 Aug 2006 Posts: 1398 Location: emerald triangle, california (coastal redwoods)
|
Posted: Thu Dec 25, 2008 12:00 pm Post subject: Re: Google Local is broken |
|
|
| random4t4x14 wrote: | I've been using your script since the original release by incith, this is the best google script evar! That said, I've been having problems with the !local feature of the script. I have double checked and I am not sorried by google, but when I search for anything using the !local command, I get no results:
[19:22] <&random4t4x14> !local pizza near asheville, bc
[19:22] <+severyn> Did you mean: Asheville, NC ?
[19:23] <&random4t4x14> !local pizza near asheville, nc
[19:23] <+severyn> Sorry, no search results were found.
[19:45] <&random4t4x14> !local movie theater near asheville, nc
[19:45] <+severyn> Sorry, no search results were found.
I was hoping someone could point me in the right direction to fix this. |
If you mean, the unofficial version of this script see here. I've corrected the behaviors. Madwoota/Incith please feel free to borrow any code from the unofficial to correct the behavior in the official script. _________________ speechles' eggdrop tcl archive |
|
| Back to top |
|
 |
random4t4x14 Voice
Joined: 22 Dec 2008 Posts: 3 Location: Asheville, NC
|
Posted: Wed Dec 31, 2008 1:03 am Post subject: |
|
|
| Quote: | | If you mean, the unofficial version of this script see here. I've corrected the behaviors. Madwoota/Incith please feel free to borrow any code from the unofficial to correct the behavior in the official script. |
speechles, i was using the official script up til now, thank you so much for this <3 |
|
| Back to top |
|
 |
jeffco Voice
Joined: 18 Jul 2009 Posts: 1
|
|
| Back to top |
|
 |
propster Voice
Joined: 18 Nov 2009 Posts: 1
|
Posted: Wed Nov 18, 2009 12:59 am Post subject: |
|
|
It seems that google broke the !g weather location function today or a few days ago: also in the partyline of the eggdrop i get this error when i try doing it:
[05:52] Tcl error [incith::google::public_message]: can't read "w1": no such variable
Worked nice a few days ago. Does anyone have a fix for this one?  |
|
| Back to top |
|
 |
cg Voice
Joined: 30 Jun 2009 Posts: 8
|
Posted: Wed Nov 18, 2009 4:55 pm Post subject: |
|
|
Thanks for this great script.
I can confirm the above error;
[09:49] Tcl error [incith::google::public_message]: can't read "w3": no such variable
Cheers! |
|
| Back to top |
|
 |
incith Master

Joined: 23 Apr 2005 Posts: 275 Location: Canada
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|