jimmykane / SiriServerCorePlugins

SiriServerCore - Plugins Contributed by community
http://hack.silentspark.net/phpbb/index.php
22 stars 12 forks source link

WhereAmI plugin error #15

Closed PenangKiD closed 12 years ago

PenangKiD commented 12 years ago

Tried the new WhereAmI plugin on the new core, now working here and there are some errors:

INFO Best matching result: "Where am I" with a confidence of 100.0% ERROR Unexpected error during plugin processing Traceback (most recent call last): File "/root/SiriServer/plugin.py", line 101, in run self.method(self, self.speech, self.lang) File "/root/SiriServer/plugins/whereAmI/__init.py", line 25, in whereAmI location = self.getCurrentLocation(force_reload=True,accuracy=GetRequestOrigin.desiredAccuracyBest) File "/root/SiriServer/plugin.py", line 165, in getCurrentLocation link = UIOpenLink() TypeError: init() takes exactly 2 arguments (1 given)

Please advice / help. TQ.

PenangKiD commented 12 years ago

Nothing to do with plugin, it's the issue of the newest core server.