|
Phoenix This forum is for discussing the user-created Phoenix custom interface for SageTV. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
Phoenix loads with images messed up
Starting this weekend (I think after upgrading to the latest Phoenix core) I've had an issue where after any of my clients / extenders has been off for a period of time when it loads the UI is completely hosed.
It's like none of the images from the Skin are loaded (on extenders) and on the full client it seems like menus that are normally there are missing. After forcing the skin to change and/or triggering a widget chain in studio I can get back to normal. I think I saw some talk recently about stuff phoenix does when loading - any idea what might be going on?
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#2
|
||||
|
||||
Quote:
Aer you seeing any errors in the phoenix log or the sagetv log?
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#3
|
||||
|
||||
I think I figured out what's going on with my Client - I changed some of the init code for phoenix 2 in the area that selects the user, and I suspect I was creating a temporary user that stayed around until the server restarted.
I'm not sure what is going on with the extenders.
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#4
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#5
|
||||
|
||||
2013-04-01 13:30:07,257 [MiniUIServerConnection] INFO phoenix.impl.SkinAPI - LoadSkin(): Skin: null; context 0023a50001ac
I'm guessing this explains the symptoms. Now need to figure out why Skin == null....
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#6
|
||||
|
||||
It might be prudent for me to use the "default" skin when LoadSkin gets a null value
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#7
|
||||
|
||||
FYI... I've pushed out some updates (source repo) to Phoenix... one of those changes uses the default Skin when the Skin is null (as it was documented, but it didn't do it ) You'll need to rebuild the jar.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#8
|
||||
|
||||
That'll help. I've fixed the STV to avoid the issue also. The skin handling was the only spot left in there using Get and Set USER property. Mike and I removed all of the other references to these back in the day because they didn't work dependably.
__________________
PHOENIX 3 is here! Server : Linux V9, Clients : Win10 and Nvidia Shield Android Miniclient |
#9
|
||||
|
||||
Quote:
Code:
/** * This should be called before each Menu Load to ensure that the Phoenix * Context is set correctly for SageTV UI Call. * * By Calling this from the UI, */ public void InitializePhoenixContext(String UIContextName) {
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Repairing a messed up Phoenix Install | stuckless | Phoenix | 31 | 01-25-2022 09:52 AM |
Movie Wall loads slow on some extenders | Rob | Sage My Movies | 2 | 02-09-2011 01:14 PM |
what stuff loads at power up? | cat6man | SageTV Media Extender | 2 | 03-12-2009 05:31 AM |
Media Extender screen loads on server | shardinite | SageTV Media Extender | 4 | 09-26-2007 09:44 PM |
Sage loads up to a black screen | jasonp | SageTV Software | 3 | 12-12-2005 08:56 PM |