Kodi Community Forum
Subtitle problem - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: iOS & tvOS (https://forum.kodi.tv/forumdisplay.php?fid=137)
+---- Thread: Subtitle problem (/showthread.php?tid=115930)



Subtitle problem - Doombelly - 2011-12-01

Hi all. Hope someone can help me.

I got two ATV2s and they are both on the same nightly (from yesterday). I configured one of them and then copied the XBMC folder to the other one.

Everything seems fine and plays fine except the subtitles. XBMC subtitles loads fine and i can get to choose the one i like however then is just hangs on "downloading". This only happens one i copied the XBMC folder to.

Logs are here:

http://pastebin.com/Ahw2GQju

It seems it has something to do with the zip subs.zip file.

Looking forward to input. Thanks in advance.


- g-off - 2011-12-01

I think it is a little more serious than that. Have a look at start of the log. There are sql errors and problem with addons - maybe because of the database problems.

You say the same nightly is on both atv2, yet it is trying to update the database - and failing.

You don't have enough privileges on the database to update the database so:

as Darkscout would say:
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';

There are also syntax errors in the plugins etc

Try fixing the database access first and see what happens.

Please provide a logfile from the original atv2 too.


- Memphiz - 2011-12-01

as of the log you only have setup mysql for video ... for music it uses a local sqlite db ... i think it might just be a permisson thing ... you have to chown the userdata folder to the user mobile like mentioned in the wiki faq somewhere ...


- Doombelly - 2011-12-02

chown -R mobile:mobile /private/var/mobile/Library/Preferences/XBMC/userdata

This fixed it. Thanks guys.