server/Cache/*.dat files deleted
slim.exe --logfile log.txt
selected London
same problem F is interpreted as C
here is log

Not sure I understand it. says no cache file found then cache file
found...?

Thanks

Weather::Cached DEBUG NOTE: $VAR1 = bless( {
'LICENSE_KEY' => 'thekey',
'DEBUG' => 1,
'CC' => 1,
'FORECAST' => 10,
'PROXY' => 'none',
'UNITS' => 's',
'PARTNER_ID' => 'bouton',
'LINKS' => 0,
'TIMEOUT' => 250
}, 'Weather::Cached' );

Weather::Cached DEBUG NOTE: Trying to get data for UKXX0085
Weather::Cached DEBUG NOTE: No cache file found.
Weather::Cached DEBUG NOTE: Cache file found.
Weather::Cached DEBUG NOTE: All conditions met. Fetching weather from
web.
Weather::Cached DEBUG NOTE:
http://xoap.weather.com/weather/local/UKXX0085?unit=s&prod=xoap&par=bouton&key=thekey&cc=*&dayf=10
Weather::Cached DEBUG NOTE: This is the user agent we wanna use...
Weather::Cached DEBUG NOTE: $VAR1 = bless( {
'max_redirect' => 7,
'protocols_forbidden' => undef,
'no_proxy' => [],
'protocols_allowed' => undef,
'use_eval' => 1,
'requests_redirectable' => [
'GET',
'HEAD'
],
'from' => undef,
'timeout' => 250,
'agent' => 'libwww-perl/5.800',
'def_headers' => undef,
'parse_head' => 1,
'proxy' => undef,
'max_size' => undef
}, 'LWP::UserAgent' );

Weather::Cached DEBUG NOTE: <?xml version="1.0"
encoding="ISO-8859-1"?>
<!--This document is intended only for use by authorized licensees of
The Weather Channel. Unauthorized use is prohibited. Copyright
1995-2004, The Weather Channel Enterprises, Inc. All Rights
Reserved.-->
<weather ver="2.0">
<head>
<locale>en_US</locale>
<form>MEDIUM</form>
<ut>F</ut>
<ud>mi</ud>
<us>mph</us>
<up>in</up>
<ur>in</ur>
</head>
<loc id="UKXX0085">
<dnam>London, United Kingdom</dnam>
<tm>7:11 PM</tm>
<lat>51.51</lat>
<lon>-0.08</lon>
<sunr>4:45 AM</sunr>
<suns>9:22 PM</suns>
<zone>1</zone>
</loc>
<cc>
<lsup>6/28/05 6:50 PM Local Time</lsup>
<obst>London City Arpt, United Kingdom</obst>
<tmp>66</tmp>
<flik>66</flik>
<t>Fair and Windy</t>
<icon>34</icon>
<bar>
<r>29.88</r>
<d>falling</d>
</bar>
<wind>
<s>20</s>
<gust>N/A</gust>
<d>80</d>
<t>E</t>
</wind>
<hmid>64</hmid>
<vis>6.2</vis>
<uv>
<i>1</i>
<t>Low</t>
</uv>
<dewp>54</dewp>
<moon>
<icon>22</icon>
<t>Last Quarter</t>
</moon>
</cc>
<dayf>
<lsup>6/28/05 6:22 PM Local Time</lsup>
<day d="0" t="Tuesday" dt="Jun 28">
<hi>N/A</hi>
<low>62</low>
<sunr>4:45 AM</sunr>
<suns>9:22 PM</suns>
<part p="d">
<icon>44</icon>
<t>N/A</t>
<wind>
<s>N/A</s>
<gust>N/A</gust>
<d>N/A</d>
<t>N/A</t>
</wind>
<bt>N/A</bt>
<ppcp>100</ppcp>
<hmid>N/A</hmid>
</part>
<part p="n">
<icon>4</icon>
<t>T-Storms</t>
<wind>
<s>12</s>
<gust>N/A</gust>
<d>69</d>
<t>ENE</t>
</wind>
<bt>T-Storms</bt>
<ppcp>100</ppcp>
<hmid>75</hmid>
</part>
</day>

Weather::Cached DEBUG NOTE: $VAR1 = {
'head' => {
'ur' => 'in',
'ud' => 'mi',
'form' => 'MEDIUM',
'up' => 'in',
'locale' => 'en_US',
'ut' => 'F',
'us' => 'mph',
'cached' => 1119982320
},


-- 
bouton
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to