Subj : Error with Weather program
To : Steven Sheeley
From : KenDB3
Date : Wed Sep 28 2016 03:38 pm
Re: Error with Weather program
By: Steven Sheeley to KenDB3 on Tue Sep 27 2016 06:36 pm
SS> Hello KenDB3!
SS> I've recently upgraded to SBBS 3.17 and have encoun tered and error in
SS> your weather door. It was working fine before the upgrade, now, I get the
SS> following error when a user logs in and the weatehr for thier location is
SS> displayed:
SS> Node 1 ERROR in weather.js: api.wunderground.com returned a
SS> 'querynotfound' error with this description: 'No cities match your search
SS> query'.
SS> What other information do you need to troubleshoot this?
SS> Steven
My first guess is that maybe the file /sbbs/ctrl/modopts.ini was overwritten
and you are now missing the section for [syncWX]. Check the Sysop.txt under
Section II, part 2.
If that is not it, then some Debug info might be helpful here.
In Synchronet, change your LogLevel to be Debugging. This should generate a
Debug message in your Synchronet Control Panel and Logs that has the actual
String sent to wunderground.com and the error the API kicked back (hopefully).
Changing the LogLevel is done in /sbbs/ctrl/sbbs.ini
More info about it is listed here:
http://wiki.synchro.net/config:sbbs.ini#loglevel
I also have some FAQ's here:
https://github.com/KenDB3/syncWXremix/blob/master/FAQs.md
~KenDB3