Kodi Community Forum
Smooth Streams addon script error - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: Smooth Streams addon script error (/showthread.php?tid=151937)



Smooth Streams addon script error - nhenson22 - 2013-01-13

Hi all,

I have been using the smooth streams video add-on with Frodo RC3 fine on my downstairs machine.
I have just tried installing the add-on on another machine also with Frodo RC3 installed but I keep getting a script error for the plugin. I have tried un-installing and reinstalling the add-on, repo and XBMC itself but with no luck.
Seems very strange as I know that it is working on a different machine.

The debug log says the following :

16:19:53 T:6876 DEBUG: XBPyThread:Tonguerocess - The source file to load is C:\Users\Nick\AppData\Roaming\XBMC\addons\plugin.video.mystreamstv.beta\default.py
16:19:53 T:6876 DEBUG: XBPyThread:Tonguerocess - Setting the Python path to C:\Users\Nick\AppData\Roaming\XBMC\addons\plugin.video.mystreamstv.beta;C:\Program Files (x86)\XBMC\addons\weather.wunderground\resources\lib\wunderground;C:\Program Files (x86)\XBMC\addons\script.module.simplejson\lib;C:\Program Files (x86)\XBMC\addons\script.module.pil\lib;C:\Program Files (x86)\XBMC\addons\script.module.pysqlite\lib;C:\Program Files (x86)\XBMC\system\python\DLLs;C:\Program Files (x86)\XBMC\system\python\Lib;C:\Program Files (x86)\XBMC\python26.zip;C:\Program Files (x86)\XBMC\system\python\lib\plat-win;C:\Program Files (x86)\XBMC\system\python\lib\lib-tk;C:\Program Files (x86)\XBMC;C:\Program Files (x86)\XBMC\system\python;C:\Program Files (x86)\XBMC\system\python\lib\site-packages;
16:19:53 T:6876 DEBUG: XBPyThread:Tonguerocess - Entering source directory C:\Users\Nick\AppData\Roaming\XBMC\addons\plugin.video.mystreamstv.beta
16:19:53 T:6876 DEBUG: Instantiating addon using automatically obtained id of "plugin.video.mystreamstv.beta" dependent on version 2.0 of the xbmc.python api
16:19:53 T:6876 NOTICE: SmoothStreams.tv Beta-0.8.0 ARGV: ['plugin://plugin.video.mystreamstv.beta/', '0', '']
16:19:53 T:6876 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.TypeError'>
Error Contents: __init__() takes at most 2 arguments (3 given)
Traceback (most recent call last):
File "C:\Users\Nick\AppData\Roaming\XBMC\addons\plugin.video.mystreamstv.beta\default.py", line 42, in <module>
cache = StorageServer.StorageServer("mystream", 2)
TypeError: __init__() takes at most 2 arguments (3 given)
-->End of Python script error report<--

Any ideas?

Thanks