Kodi Community Forum

Full Version: Script problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello all Smile
All of sudden I have a problem with all scripts. None of the works for me just get error!

I have tried to reinstall but didnt work. I even installed dharma again and same problem.

Anyone have an idea whats wrong?
Nothing breaks suddenly.
More on info on how and what you did?
I didnt do anything that I know abt thats the strange, one morning I just got a error. Using confluence skin. Firewall exception for xbmc is there. I can download skins and addons as always from xbmc but they just gives error when I run them.
I get:
Error! Script failed!: plugin.video.youtube
Jepp Wrote:I get:
Error! Script failed!: plugin.video.youtube

We need a debug log. Enable debug logging from System settings, System, Debugging, and restart XBMC then wait a minute or two for all the startup tasks to finish. Then do whatever it takes to get the plugin error, e,g, from YouTube, and close XBMC.

Open the debug log by pressing Windows-R and in the Run dialog type:

"%appdata%\xbmc\xbmc.log"

(including the quotes). Click OK and the log should open in Notepad. Copy and paste the log into http://pastebin.com/ and post the link it gives you here.

JR
Thanks for helping. Heres the link:
http://pastebin.com/2KcwFeBZ
Move away C:\Users\Joel\AppData\Roaming\XBMC and do a clean install. Try the same with the default skin.
Looks like your settings are borked since the logfile contains lines from pvr build.
So delete that folder, then reinstall xbmc?

Tried, still got error. maybe did it wrong.
The errors are:

Code:
19:56:57 T:5072   ERROR: Error Contents: No module named os
19:56:57 T:3252   ERROR: Error Contents: No module named os
19:57:41 T:12     ERROR: Error Contents: No module named urllib2

Something has broken in the Python interpreter, but I don't know enough about the Python code to work out why Python can't find its library.

JR
I get the same error no module urllib2 . How to fix it Huh
Python version error?
PYTHONPATH not 'generally' set?