telkel / rrdweather

Automatically exported from code.google.com/p/rrdweather
0 stars 0 forks source link

No more data in the graphs. #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

I need to see the data instead of only the graphs

What version of the product are you using? On what operating system?
0.43

Please provide any additional information below.

I got the following fault in error_log from apache.

[Fri Sep 04 14:58:02 2009] [error] [client 128.1.70.2] Use of uninitialized
value in concatenation (.) or string at /srv/www/cgi-bin/weather.cgi line
245., referer: http://128.1.23.46/cgi-bin/weather.cgi?zip=NLXX0013
[Fri Sep 04 14:58:02 2009] [error] [client 128.1.70.2] Use of uninitialized
value in concatenation (.) or string at /srv/www/cgi-bin/weather.cgi line
107., referer: http://128.1.23.46/cgi-bin/weather.cgi?zip=NLXX0013

more NLXX0013.xml

<?xml version="1.0" encoding="ISO-8859-1"?>
<error>
  <err type="100">Invalid Partner Code.</err>
</error>

Original issue reported on code.google.com by kelbo...@gmail.com on 4 Sep 2009 at 1:02

GoogleCodeExporter commented 8 years ago
you have to register to get xml file here: http://www.weather.com/services/
xmloap.html and change links in db_update.sh to include your partner code and 
license
(add "&par=<partner code>&key=<license key>" at the end of URL for wget 
commands and 
filename (mv command)). Works for me.

Original comment by vla...@gmail.com on 4 Sep 2009 at 2:19