SiriServerPlugins icon indicating copy to clipboard operation
SiriServerPlugins copied to clipboard

getWebsite on yahooWeather plugin

Open themrzmaster opened this issue 12 years ago • 1 comments

hey, every time a make a request, siri saty loading and i have the error on terminal:

ERROR Unexpected error during plugin processing Traceback (most recent call last): File "/home/zmaster/SiriServerCore/plugin.py", line 101, in run self.method(self, self.__speech, self.__lang) File "/home/zmaster/SiriServerCore/plugins/yahooWeather/__init.py", line 623, in forcastWeatherAtCurrentLocation result = getWebsite(reverseLookup, timeout=5) NameError: global name 'getWebsite' is not defined

what is it?

thx

themrzmaster avatar Jun 17 '12 16:06 themrzmaster

Hello,

Replace The call to getWebsite to self.getWebsite

0xSekar avatar Jun 29 '12 01:06 0xSekar