2013-06-01, 22:22
I still get the error, Ive tried lots of different spaces, anyway thanks for the help, I'll keep working on it
EDIT: I think I got it running now, thanks!
EDIT:
Ok I think the space part is fixed but now I get this error:
EDIT: I think I got it running now, thanks!
EDIT:
Ok I think the space part is fixed but now I get this error:
Code:
16:39:28 T:2488 NOTICE: -->Python Interpreter Initialized<--
16:39:28 T:2488 NOTICE: [Rating Update] - Starting Rating Update v1.2.9
16:39:28 T:4376 NOTICE: Thread XBPyThread start, auto delete: false
16:39:28 T:4376 NOTICE: -->Python Interpreter Initialized<--
16:39:29 T:5080 NOTICE: Service: 69286 actors took 33.348000049591064
16:39:33 T:4376 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'sqlite3.OperationalError'>
Error Contents: near "c12": syntax error
Traceback (most recent call last):
File "C:\Users\ShadowTek\AppData\Roaming\XBMC\addons\script.ratingupdate\resources\lib\gui.py", line 70, in onClick
Movies()
File "C:\Users\ShadowTek\AppData\Roaming\XBMC\addons\script.ratingupdate\resources\lib\ratings_all.py", line 260, in __init__
complete = self.scan()
File "C:\Users\ShadowTek\AppData\Roaming\XBMC\addons\script.ratingupdate\resources\lib\ratings_all.py", line 329, in scan
else: self.updating()
File "C:\Users\ShadowTek\AppData\Roaming\XBMC\addons\script.ratingupdate\resources\lib\ratings_all.py", line 306, in updating
RawXbmcDb.execute( 'UPDATE movie SET c04="%s", c05="%s" c12="%s" WHERE c09="%s"' % (votes, rating, mpaa, self.movie[1] ) )
File "C:\Users\ShadowTek\AppData\Roaming\XBMC\addons\script.ratingupdate\resources\lib\dbutils.py", line 30, in execute
return RawXbmcDb.query( str )
File "C:\Users\ShadowTek\AppData\Roaming\XBMC\addons\script.ratingupdate\resources\lib\dbutils.py", line 21, in query
cursor.execute( str )
OperationalError: near "c12": syntax error
-->End of Python script error report<--