2013-04-06, 16:34
(2013-03-27, 02:39)KingsCross Wrote:yes, but now it crashes XBMC(after script failed on subscriptions) with git version on gentoo(2013-03-26, 19:50)psburley Wrote: You tube plug in been working fine till recently (noticed this week) now when I use the plug in it cant log in to you tube with my user name and password I get a message saying name and password correct but no longer supports log in via user name........ so i cant access all my you tube favorites etc .
I uninstalled the plug in and associated files and re installed no better..
Anyone had this and can help me??
paul
Try logging in with registered youtube email instead of username.

Code:
Fatal Python error: ceval: orphan tstate
Aborted
Code:
------ Window Init (DialogBusy.xml) ------
DEBUG: Window DialogBusy.xml was already loaded
DEBUG: Alloc resources: 0.00m
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: StorageServer instance has no attribute 'curs'
Traceback (most recent call last):
File "/home/user/.xbmc/addons/script.common.plugin.cache/default.py", line 40, in <module>
run()
File "/home/user/.xbmc/addons/script.common.plugin.cache/default.py", line 35, in run
s.run()
File "/home/user/.xbmc/addons/script.common.plugin.cache/lib/StorageServer.py", line 232, in run
self._runCommand(data)
File "/home/user/.xbmc/addons/script.common.plugin.cache/lib/StorageServer.py", line 164, in _runCommand
res = self._sqlGet(data["table"], data["name"])
File "/home/user/.xbmc/addons/script.common.plugin.cache/lib/StorageServer.py", line 428, in _sqlGet
for row in self.curs:
AttributeError: StorageServer instance has no attribute 'curs'
-->End of Python script error report<--