jimmykane / SiriServerCorePlugins

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

error when using WhoAmI #13

Closed PenangKiD closed 12 years ago

PenangKiD commented 12 years ago

Got some error when trying to run WhoAmI plugin:

INFO Starting server on port 4443 INFO Loading Session Certificates INFO Setting Up Database INFO Connection to Database INFO Loading Plugin Framework ERROR Plugin loading failed Traceback (most recent call last): File "/root/SiriServer/PluginManager.py", line 30, in load_plugins import(pluginPath+"."+line, globals(), locals(), [], -1) File "/root/SiriServer/plugins/WhoAmI/init.py", line 19 def mePerson(self, speech, language): ^ IndentationError: unexpected indent HelpPlugin message: Could not load plugin: WhoAmI

Please advice and help.

Thanks!

danzatt commented 12 years ago

Download plugins, no just copy&paste.

PenangKiD commented 12 years ago

What you mean by download plugin? I use git clone to my server (another folder) then copy the whole plugin file to the server plugin folder. Am I doing anything wrong? Other plugin works except this..

Please advice. TQ.

cytec commented 12 years ago

yeah... there are sometimes a few errors if you edit one of those files... ill check the indenting ;)

cytec commented 12 years ago

k fixed it ;)