Hi all,
I have the Fire TV with SPMC 13.3.3 and I'm loving this skin, so thanks for creating it. I'm having a little problem and I tried searching but I see the problem mentioned but not a fix. I have a MySQL server setup on a server and path substitution for playlists pointing to the server. When I add a new Home Menu item using a playlist it shows up correctly but I keep getting a script.randomandlastitems error. I checked the xbmc.log and the error mentions that it's trying to point to my local playlists directory rather than the substituted one. Below is relevant part of the xbmc.log:
Code:
17:25:18 T:1725533984 INFO: Python script stopped
17:25:18 T:1725533984 DEBUG: Thread LanguageInvoker 1725533984 terminating
17:25:18 T:1759618992 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IOError'>
Error Contents: (2, 'No such file or directory', '/storage/emulated/0/Android/data/com.semperpax.spmc/files/.xbmc/userdata/playlists/video/Family Movies.xsp')
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/com.semperpax.spmc/files/.xbmc/addons/script.randomandlastitems/randomandlastitems.py", line 842, in <module>
_parse_argv()
File "/storage/emulated/0/Android/data/com.semperpax.spmc/files/.xbmc/addons/script.randomandlastitems/randomandlastitems.py", line 763, in _parse_argv
_getPlaylistType ();
File "/storage/emulated/0/Android/data/com.semperpax.spmc/files/.xbmc/addons/script.randomandlastitems/randomandlastitems.py", line 42, in _getPlaylistType
_doc = parse(xbmc.translatePath(PLAYLIST))
File "/home/cbro/xbmc-depends/arm-linux-androideabi-android-14/lib/python2.6/xml/dom/minidom.py", line 1918, in parse
File "/home/cbro/xbmc-depends/arm-linux-androideabi-android-14/lib/python2.6/xml/dom/expatbuilder.py", line 922, in parse
IOError: (2, 'No such file or directory', '/storage/emulated/0/Android/data/com.semperpax.spmc/files/.xbmc/userdata/playlists/video/Family Movies.xsp')
-->End of Python script error report<--
17:25:18 T:1525539456 DEBUG: ------ Window Init (DialogKaiToast.xml) ------
17:25:18 T:1525539456 DEBUG: Window DialogKaiToast.xml was already loaded
17:25:18 T:1525539456 DEBUG: Alloc resources: 0.00m
17:25:19 T:1723719776 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IOError'>
Error Contents: (2, 'No such file or directory', '/storage/emulated/0/Android/data/com.semperpax.spmc/files/.xbmc/userdata/playlists/video/Movies.xsp')
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/com.semperpax.spmc/files/.xbmc/addons/script.randomandlastitems/randomandlastitems.py", line 842, in <module>
_parse_argv()
File "/storage/emulated/0/Android/data/com.semperpax.spmc/files/.xbmc/addons/script.randomandlastitems/randomandlastitems.py", line 763, in _parse_argv
_getPlaylistType ();
File "/storage/emulated/0/Android/data/com.semperpax.spmc/files/.xbmc/addons/script.randomandlastitems/randomandlastitems.py", line 42, in _getPlaylistType
_doc = parse(xbmc.translatePath(PLAYLIST))
File "/home/cbro/xbmc-depends/arm-linux-androideabi-android-14/lib/python2.6/xml/dom/minidom.py", line 1918, in parse
File "/home/cbro/xbmc-depends/arm-linux-androideabi-android-14/lib/python2.6/xml/dom/expatbuilder.py", line 922, in parse
IOError: (2, 'No such file or directory', '/storage/emulated/0/Android/data/com.semperpax.spmc/files/.xbmc/userdata/playlists/video/Movies.xsp')
-->End of Python script error report<--
17:25:19 T:1525539456 DEBUG: Keyboard: scancode: 0x16, sym: 0x0113, unicode: 0x0000, modifier: 0x0
17:25:19 T:1525539456 DEBUG: bool CApplication::OnKey(const CKey&): right (0xf083) pressed, action is Right
17:25:19 T:1759618992 INFO: Python script stopped
17:25:19 T:1759618992 DEBUG: Thread LanguageInvoker 1759618992 terminating
Does anyone know how or if there's a way to make this work?
Thanks for your time,[/php]
BlueKalel