|
Junior Member
Posts: 4
Karma: 10
Join Date: Oct 2013
Location: Vienna, Austria
Device: Kindle Paperwhite
|
There’s only an issue with the backdoorlock/menu.json file.
Spoiler:
Code:
KUAL: ***** started on Sun Oct 6 15:09:52 EEST 2013
/mnt/us/extensions/backdoorlock/menu.json: expected <value> but got <]> at input token 87
, "priority" : 5 , "action" : "bin/move.sh" } , <<]>> } ] }
KUAL: ***** started on Sun Oct 6 15:10:25 EEST 2013
/mnt/us/extensions/backdoorlock/menu.json: expected <value> but got <]> at input token 87
, "priority" : 5 , "action" : "bin/move.sh" } , <<]>> } ] }
KUAL: ***** started on Sun Oct 6 15:10:28 EEST 2013
/mnt/us/extensions/backdoorlock/menu.json: expected <value> but got <]> at input token 87
, "priority" : 5 , "action" : "bin/move.sh" } , <<]>> } ] }
KUAL: ***** started on Sun Oct 6 15:21:44 EEST 2013
/mnt/us/extensions/backdoorlock/menu.json: expected <value> but got <]> at input token 87
, "priority" : 5 , "action" : "bin/move.sh" } , <<]>> } ] }
KUAL: ***** started on Sun Oct 6 15:26:07 EEST 2013
/mnt/us/extensions/backdoorlock/menu.json: expected <value> but got <]> at input token 87
, "priority" : 5 , "action" : "bin/move.sh" } , <<]>> } ] }
Terminated
KUAL: ***** started on Sun Oct 6 15:28:43 EEST 2013
/mnt/us/extensions/backdoorlock/menu.json: expected <value> but got <]> at input token 87
, "priority" : 5 , "action" : "bin/move.sh" } , <<]>> } ] }
Terminated
KUAL: ***** started on Sun Oct 6 15:30:16 EEST 2013
/mnt/us/extensions/backdoorlock/menu.json: expected <value> but got <]> at input token 87
, "priority" : 5 , "action" : "bin/move.sh" } , <<]>> } ] }
Terminated
KUAL: ***** started on Sun Oct 6 15:37:30 EEST 2013
/mnt/us/extensions/backdoorlock/menu.json: expected <value> but got <]> at input token 87
, "priority" : 5 , "action" : "bin/move.sh" } , <<]>> } ] }
KUAL: ***** started on Sun Oct 6 15:40:24 EEST 2013
/mnt/us/extensions/backdoorlock/menu.json: expected <value> but got <]> at input token 87
, "priority" : 5 , "action" : "bin/move.sh" } , <<]>> } ] }
KUAL: ***** started on Sun Oct 6 15:40:27 EEST 2013
/mnt/us/extensions/backdoorlock/menu.json: expected <value> but got <]> at input token 87
, "priority" : 5 , "action" : "bin/move.sh" } , <<]>> } ] }
KUAL: ***** started on Sun Oct 6 15:40:45 EEST 2013
/mnt/us/extensions/backdoorlock/menu.json: expected <value> but got <]> at input token 87
, "priority" : 5 , "action" : "bin/move.sh" } , <<]>> } ] }
KUAL: ***** started on Sun Oct 6 15:40:48 EEST 2013
/mnt/us/extensions/backdoorlock/menu.json: expected <value> but got <]> at input token 87
, "priority" : 5 , "action" : "bin/move.sh" } , <<]>> } ] }
KUAL: ***** started on Sun Oct 6 15:47:26 EEST 2013
/mnt/us/extensions/backdoorlock/menu.json: expected <value> but got <]> at input token 87
, "priority" : 5 , "action" : "bin/move.sh" } , <<]>> } ] }
KUAL: ***** started on Sun Oct 6 16:05:49 EEST 2013
/mnt/us/extensions/backdoorlock/menu.json: expected <value> but got <]> at input token 87
, "priority" : 5 , "action" : "bin/move.sh" } , <<]>> } ] }
KUAL: ***** started on Sun Oct 6 16:07:02 EEST 2013
/mnt/us/extensions/backdoorlock/menu.json: expected <value> but got <]> at input token 87
, "priority" : 5 , "action" : "bin/move.sh" } , <<]>> } ] }
KUAL: ***** started on Sun Oct 6 16:07:05 EEST 2013
/mnt/us/extensions/backdoorlock/menu.json: expected <value> but got <]> at input token 87
, "priority" : 5 , "action" : "bin/move.sh" } , <<]>> } ] }
KUAL: ***** started on Sun Oct 6 16:07:24 EEST 2013
/mnt/us/extensions/backdoorlock/menu.json: expected <value> but got <]> at input token 87
, "priority" : 5 , "action" : "bin/move.sh" } , <<]>> } ] }
The following snippets are from the Komic folder in the extensions-folder. I’ll look into the access rights for all extensions, maybe there’s an error?
Spoiler:
config.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
<extension>
<information>
<name>Komic</name>
<version>2.3</version>
<author>Silver18</author>
<id>Komic</id>
</information>
<menus>
<menu type="json" dynamic="true">menu.json</menu>
</menus>
</extension>
menu.json
Code:
{
"items": [
{"name": "Komic v2.3", "priority": 2, "action": "bin/resource/Scripts/start.sh"}
]
}
Last edited by twobob; 10-08-2013 at 08:22 PM.
Reason: clarity for future readers
|