PDA

View Full Version : error when loading main.xml



keepsimple
June 9th, 2009, 12:13 AM
Hi,

I am working on a Python app, but the main window is not loading. From the boxee log, looks like there is an error like this:

22:09:16 T:3066455840 M:960712704 DEBUG: unable to load /home/<id>/.boxee/UserData/apps/myapp/language/English/strings.xml: Failed to open file at line 0

but I never referenced strings.xml anywhere in the app. I am wondering boxee is trying to access this file ? Is it required ?

thanks.

nerdynick
June 13th, 2009, 01:57 PM
Not sure if your still having this problem but the strings.xml shouldn't cause a problem with the window not loading.

riegersn
June 19th, 2009, 09:42 AM
Don't worry about that, nerdynick is correct, that wont cause you any problems and it not showing up in the logs because your code is wrong or anything. That file is optional, boxee is going to check for its existence either way.