Subj : Re: weather_functions.js
To : MRO
From : ansunent
Date : Mon Jan 16 2023 04:35 am
Ok. So, I've narrowed down the issue.
The error I'm getting says, "owm.call_api is not a function".
In sbbs/exec/ircbots/weather/weather_commands.js, "owm.call_api" is called upon
twice. Once on line 18 for the "weather" function and again line 60 for the
"forecast" function.
It seems that this is an error in the script. I've tried various things
(defining "owm.call_api", & etc.). So far, nothing has worked. I have no idea
where else to go with this.