What steps will reproduce the problem?
1. Attempt to parse a weather page from the AccuWeather API
2.
3.
What is the expected output? What do you see instead?
In the Rainmeter log, expected matching strings should be seen. Instead,
see "WebParser (788) Unknown error: 12002"
What version of the product are you using? On what operating system?
Using version 14001 on Windows Vista Home Premium 32-bit
Please provide any additional information below. If the problem is a
related to some config option attaching a example is always a good idea.
Try to keep it as simple as possible and make sure that it is a fully
working Rainmeter config (i.e. it includes all graphics too).
Here is sample of meter:
Measure=Plugin
Plugin=Plugins\WebParser.dll
UpdateRate=1800
Url=http://rainmeter.accu-weather.com/widget/rainmeter/weather-data.asp?location
=16803&metric=0
RegExp="(?si)<city>(.*?)</city>"
FinishAction=!RainmeterRedraw
CodePage=28591
StringIndex=1
Debug=1
Here is a sample of the logs:
DEBUG: (03:31:25.237) WebParser: Fetching URL:
http://rainmeter.accu-weather.com/widget/rainmeter/weather-data.asp?location=168
03&metric=0
DEBUG: (03:32:02.334) WebParser: Fetching URL: http://ipdetect.dnspark.com/
DEBUG: (03:32:02.474) WebParser: Finished URL: http://ipdetect.dnspark.com/
DEBUG: (03:32:25.235) WebParser (788) Unknown error: 12002
DEBUG: (03:34:34.466) WebParser: Fetching URL: http://ipdetect.dnspark.com/
DEBUG: (03:34:34.607) WebParser: Finished URL: http://ipdetect.dnspark.com/
Then it repeats the last two lines constantly.
What i want to know is, why the heck is it fetching that ipdetect page?
Original issue reported on code.google.com by
ksja...@gmail.comon 14 Jul 2009 at 8:11