2012-12-10, 00:24
I'm getting this error:
http://pbrd.co/VsZc1j
getDirectoryFailure t: [object Object]
When i try to open my music folder
After the error, when i check chrome console, i see the listed directory's.
My guess is a too tight timeout.
After this it works (in chrome console)
Also, maybe an loading circle next to the dir to indicate its loading?
For others having this problem, open js/xbmc-comms.js
find
var interfaceTimeout = 10000;
replace with
var interfaceTimeout = 123456789;
Also, next / previous / shuffle / repeat buttons are not working (Frodo Beta 2)
http://pbrd.co/VsZc1j
getDirectoryFailure t: [object Object]
When i try to open my music folder
After the error, when i check chrome console, i see the listed directory's.
My guess is a too tight timeout.
After this it works (in chrome console)
Code:
interfaceTimeout
10000
interfaceTimeout = 123456789
123456789
For others having this problem, open js/xbmc-comms.js
find
var interfaceTimeout = 10000;
replace with
var interfaceTimeout = 123456789;
Also, next / previous / shuffle / repeat buttons are not working (Frodo Beta 2)