| View previous topic :: View next topic |
| Author |
Message |
madwoota Halfop
Joined: 09 Aug 2005 Posts: 53
|
Posted: Thu Mar 22, 2007 5:03 am Post subject: |
|
|
Sounds like one of those problems my parents have with their pc when I get called for tech support ...
It magically goes away as soon as I'm standing behind them to see what its doing  |
|
| Back to top |
|
 |
ascension Voice
Joined: 26 Mar 2007 Posts: 8
|
|
| Back to top |
|
 |
eieregooie Voice
Joined: 01 May 2007 Posts: 3
|
Posted: Tue May 01, 2007 12:46 pm Post subject: |
|
|
The weather part seems to be broken
eg:
| Quote: | (@me) !g weather delft, netherlands
(@bot) <a href="http://www.weatherreports.com/Netherlands/Delft" class=l>Weather Report for Delft, Netherlands</a><table border=0 cellpadding=0 cellspacing=0><tr><td class=j>Weather Reports and Weather Forecast Delft, Netherlands. Weather Reports ... Check out weather for other locations in Netherlands ...: Find the Weather for any City, State or ZIP Code, or Airport Code or Country ... Netherlands, Delft.
(@bot) Temperature, Dew Point, Humidity, Wind, Pressure ..., www.wunderground.com/global/stations/06344.html - 131k - , <a class=fl href="http://216.239.59.104/search?q=cache:4e-0DhLmWAAJ:www.wunderground.com/global/stations/06344.html+weather+delft,+netherlands&hl=en&ct=clnk&cd=2&ie=UTF-8">Cached, - <a class=fl href="/search?hl=en&lr=&ie=UTF-8&safe=off&q=related:www.wunderground.com/global/stations/06344.html">Similar pages</a></nobr> |
It used to work fine. |
|
| Back to top |
|
 |
madwoota Halfop
Joined: 09 Aug 2005 Posts: 53
|
Posted: Wed May 02, 2007 3:27 am Post subject: |
|
|
Both of the above two problems are fixed in 1.8.7.
Available Here
Note: v1.x is now only bug fixes while I'm working on the 2.0 rewrite.
I will start a new topic in the forum when I have more details.
"Soon"
-madwoota |
|
| Back to top |
|
 |
eieregooie Voice
Joined: 01 May 2007 Posts: 3
|
Posted: Thu May 03, 2007 9:07 am Post subject: |
|
|
Ty
Here's a feature request tho
Could you add a "variable weather_results" ? Or just default it to 1? I don't really see the use of having more than 1 weather result  |
|
| Back to top |
|
 |
madwoota Halfop
Joined: 09 Aug 2005 Posts: 53
|
Posted: Sat May 05, 2007 3:17 am Post subject: |
|
|
Yeh, I was going to add a variable to let you return only one result when an 'answer' comes back.
Eg: the time, weather, population of a country, famous dates of birth etc, all those ones that Google gives an 'answer' to directly.
Will incorporate that in the near future.
That being said, I'd recommend incith's weather script as a better alternative. It lets you save user defaults, has better output etc. The google one is basically a by-product, and not anything special.
-madwoota |
|
| Back to top |
|
 |
incith Master

Joined: 23 Apr 2005 Posts: 275 Location: Canada
|
Posted: Sat May 05, 2007 10:18 pm Post subject: |
|
|
I don't honestly think I ever released the user defaults. Haha. Um.. stay tuned! _________________ ; Answer a few unanswered posts! |
|
| Back to top |
|
 |
eieregooie Voice
Joined: 01 May 2007 Posts: 3
|
Posted: Sun May 06, 2007 7:53 pm Post subject: |
|
|
Thanks for pointing that out I didn't really think I'd need it, but forecasts might come in handy  |
|
| Back to top |
|
 |
blieb Voice
Joined: 17 May 2007 Posts: 1
|
|
| Back to top |
|
 |
Snoopotic Voice
Joined: 10 Feb 2007 Posts: 4
|
Posted: Thu May 17, 2007 1:05 pm Post subject: |
|
|
I can confirm. Currently updated to 1.6.7 thinking this might be fixed ther but isn't.
Btw. very nice script!  |
|
| Back to top |
|
 |
c0nv1ct Voice
Joined: 17 May 2007 Posts: 5
|
|
| Back to top |
|
 |
speechles Revered One

Joined: 26 Aug 2006 Posts: 1398 Location: emerald triangle, california (coastal redwoods)
|
Posted: Thu May 17, 2007 5:33 pm Post subject: |
|
|
no longer relevant, see post of mine below.
Last edited by speechles on Fri May 18, 2007 5:45 pm; edited 1 time in total |
|
| Back to top |
|
 |
Dalif Voice
Joined: 16 Dec 2006 Posts: 1 Location: Under your bed
|
Posted: Fri May 18, 2007 10:32 am Post subject: |
|
|
Heya Speechless. Any chance you could let us know which line in the script you've changed? I'm not big in wordseaching in Vim yet, and I'd like the script to work again
Thanks. |
|
| Back to top |
|
 |
speechles Revered One

Joined: 26 Aug 2006 Posts: 1398 Location: emerald triangle, california (coastal redwoods)
|
Posted: Fri May 18, 2007 2:33 pm Post subject: |
|
|
| Dalif wrote: | Heya Speechless. Any chance you could let us know which line in the script you've changed? I'm not big in wordseaching in Vim yet, and I'd like the script to work again
Thanks. | of course, in madwoota's, 1.8.7 version (http://www.woota.net/~madwoota/incith-google-current.tar.gz) it would be:
line 463 | Code: | - regexp -- {<div class=g.*?<a.*?href="(.+?)".*?>(.+?)</a>} $html - link desc
+ regexp -- {<div class=g(?!bard).*?<a.*?href="(.+?)".*?>(.+?)</a>} $html - link desc | line 464 | Code: | - regsub -- {<div class=g.*?<a.*?href="(.+?)".*?>(.+?)</a>} $html {} html
+ regsub -- {<div class=g(?!bard).*?<a.*?href="(.+?)".*?>(.+?)</a>} $html {} html |
.:edit:. learned a little more bout regexp this completely fixes the issue without breaking any other functions.
http://ereader.kiczek.com/UNOFFICIAL-incith-google-v1.94.tcl
for those using my unofficial hacked, bloated, overcoded version of this script, here is what is running on my bot. |
|
| Back to top |
|
 |
amorpheous Voice
Joined: 19 May 2007 Posts: 7
|
Posted: Sat May 19, 2007 1:47 pm Post subject: |
|
|
Hi,
I've just noticed this problem too. It was working fine until today. I haven't changed anything, so it's most likely something that Google have done. Is there a way to fix this? I'm using version 1.8.5 by the way.
Thanks in advance.
-amorpheous
*edit*
Never mind. Just updated to speechles's version. Working fine now.  |
|
| Back to top |
|
 |
|