Subj : Error with Weather program
To : Steven Sheeley
From : KenDB3
Date : Thu Sep 29 2016 01:04 pm
Re: Error with Weather program
By: Steven Sheeley to KenDB3 on Wed Sep 28 2016 08:44 pm
Ke>> If that is not it, then some Debug info might be helpful here.
Ke>> In Synchronet, change your LogLevel to be Debugging. This should
Ke>> generate a Debug message in your Synchronet Control Panel and Logs
Ke>> that has the actual String sent to wunderground.com and the error
Ke>> the API kicked back (hopefully).
SS> ; Highest log level to actually log/print (ignore all higher/less-severe
SS> log entries): ; This log level may be overridden for each server/service
SS> ; Supported log levels in decreasing severity (ala syslog):
SS> ; Emergency, Alert, Critical, Error, Warning, Notice, Informational,
SS> Debugging
SS> LogLevel=Debugging
SS> Logging level is set to debug and this is what I got from
SS> @ 20:42 Wed Sep 28 2016 Node 1
SS> @+ Telnet SplitInfinity [192.168.1.28]
SS> ++ (0001) Buckaroo Banzai Logon 0 - 11
SS> X- Buckaroo Banzai running external program: Bullshit
SS> X- Buckaroo Banzai running external program: Your Local Weather
SS> /O
SS> @- 20:43 T: 0 R: 0 P: 0 E: 0 F: 0 U: 0k 0 D: 0k 0
SS> From the log 092816.log in my ./sbbs/data/logs directory.
SS> Is that what you are looking for?
Steven, I'm replying here, but I also read your email to me, but when I tried
to reply back, I noticed your domain for your email was coming up as your
private IP (192.168.x.x), so I am guessing you didn't get the email.
<Adding Good Info From Your Emails>
SS> I think I've tracked down the issue. In SBBS 3.16c the door worked
SS> perfectly when I conecnted locally. My BBS is on my unroutable adres
SS> 192.168.1.28 abd my lcoal machine sits on the same networl The door
SS> used to give the GEO-IP address of the Public address of my BBS when
SS> I netered locally and it was correct.
SS> Now, SBBS, is sending the un-reoutable IP address in the string.
SS> I included all the debug into in my follow up post on Dove-Net
SS> Here's the info from my SBBS.INI
SS> [Global]
SS> ; Override system address for this instance (optional):
SS> HostName=infinity.synchro.net
SS> ; IP address of network interface to bind to (defaults to ANY/ALL
interfaces):
SS> Interface=0.0.0.0
Is this the log info you mentioned adding? Because when I emailed you, I was
advising that there is better log info directly in the SBBS Control Panel.
I took some screen shots. This is the program running normally:
http://bbs.kd3.us/screenshots/Synchronet-Windows-Control-Panel.png
This example is if there is an error, there is Debug info you can grab:
http://bbs.kd3.us/screenshots/Synchronet-Windows-Control-Panel-with-error.png
I think I know what's going on, and you probably can do an easy fix on your
end. But I want to see the Debug to see whether it is something that can be
avoided with a code fix in the app.
~KenDB3