SiriServerCore icon indicating copy to clipboard operation
SiriServerCore copied to clipboard

Plugin Loading Issue

Open Sodderlund opened this issue 11 years ago • 4 comments

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 "/Users/Austin/SIRI/PluginManager.py", line 30, in load_plugins import(pluginPath+"."+line, globals(), locals(), [], -1) ImportError: No module named plugins.test

Sodderlund avatar Oct 23 '12 21:10 Sodderlund

obviously you defined a plugin called test in the plugin.conf but you don't have any in your plugins folder

janrueth avatar Oct 25 '12 14:10 janrueth

The plugin is there though. test.py is in the plugins folder.

Sodderlund avatar Oct 25 '12 19:10 Sodderlund

if you have a plugin called test, you need to make a folder named test and put the file in it and rename it init.py

rotastrain avatar Oct 26 '12 16:10 rotastrain

It's in the config, theres a folder in plugins called "test" with "init.py" and I got the same error. I even tried naming it "init.py."

Sodderlund avatar Oct 27 '12 04:10 Sodderlund