Kodi Community Forum

Full Version: [Python Help] XBOX - error on many scripts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
launching from my xbox-sbmc script Megavideo,watchnewfilms, videomonkey,66Stage - MegaVideo i have the following error:

Code:
05:38:08 M: 25944064  NOTICE: -->Python Initialized<--
05:38:13 M: 23142400  NOTICE: Traceback (most recent call last):
05:38:13 M: 23142400  NOTICE:   File "Q:\scripts\Megavideo\default.py", line 151, in ?
05:38:13 M: 23142400  NOTICE: params=get_params()
05:38:13 M: 23142400  NOTICE:   File "Q:\scripts\Megavideo\default.py", line 116, in get_params
05:38:13 M: 23142400  NOTICE: paramstring=sys.argv[2]
05:38:13 M: 23142400  NOTICE: IndexError
05:38:13 M: 23142400  NOTICE: list index out of range
05:38:13 M: 23142400   ERROR: Scriptresult: Error


some plugin works for example XOT-Uzg.v3.2.0b5 works fine... Eek


what can I do? :confused2:
found solution....

moved to:
/E/Apps/XBMC/plugins/programs
they actually belong under E/Apps/XBMC/plugins/video if you want them to show under your Video Plugins section.

If you use the SVN Repo Installer that is underneath Programs, it will install plugins and scripts into their correct default folders automatically.