2016-01-22, 21:07
(2016-01-22, 13:19)andersh Wrote: I installed this on Jarvis RC1 on an Nvidia Shield TV (Android). When trying to add a reminder it fails and writes this to the log:Can I have the full log please in past bin or something similar a part of the log is no good to me.
12:13:39 T:18446744071773730048 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: write() got an unexpected keyword argument 'xml_declaration'
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.service.pvrreminder/contextmenu.py", line 26, in <module>
setreminderdata.setreminder(videoname, videostarttime, videodate, channelname)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.service.pvrreminder/reminders.py", line 89, in setreminder
tree.write(xmlfile, xml_declaration=True, encoding='utf-8', method="xml")
TypeError: write() got an unexpected keyword argument 'xml_declaration'
-->End of Python script error report<--