|
SageTV v9 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 9 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 9 and newer. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
Sagetv Webserver
logged in today and was greeted with this mess:
“Error fetching content. Server Response: HTTP ERROR 500 Problem accessing /sage/menu.groovy. Reason: jetty\webapps\nielm_sagewebserver\webapp\ddmenu.txt (The system cannot find the file specified)” Anyone else see this, or know what causes it? Edit: I’ll check for updates in software plugins. Edit Edit: Okay, no updates that I see. Any other ideas?
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson Last edited by tvmaster2; 11-30-2017 at 11:36 PM. |
#2
|
|||
|
|||
I haven't seen this. Can you restore that file from a backup? Looking at the source it looks like that is a list of plugins. I am not home right now so I can't check it out to see what it is supposed to have.
Code:
def xml = new XmlSlurper().parse(new File('jetty/webapps/nielm_sagewebserver/webapp/ddmenu.txt')) PluginAPI.GetInstalledPlugins().findAll { PluginAPI.IsPluginEnabled(it) }.each { def src = new File(PluginAPI.GetPluginResourcePath(it), 'web.menu') if(src.canRead() && src.parentFile.absoluteFile != new File('.').absoluteFile) injectSource(src, xml) }
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server |
#3
|
||||
|
||||
Quote:
__________________
Sage 9 server = Gigabyte AMD quad-core - 4 gigs - integrated ATI HD4200 chipset - SSD boot, Hitachi Deskstar show drives. HD-PVR - Colossus - Win7 32 bit. HD200/300’s networked. HDHomerun tuner. "If you've given up on Weird Al, you've given up on life" - Homer Simpson |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
SageTV Webserver | tvmaster2 | SageTV Customizations | 0 | 05-25-2016 04:29 PM |
Problems with the Jetty webserver plugin and SageTV web interface | hagur | SageTV v7 Customizations | 0 | 06-06-2011 05:28 PM |
SageTv Webserver questions/suggestions | patotoole | SageTV Customizations | 0 | 10-02-2009 09:09 AM |
Nielm's webserver works with Linux SageTV | laurenglenn | SageTV Customizations | 22 | 06-05-2009 08:18 PM |
Cool! Fujitsu tablet PC as remote w/SageTV Webserver | IVB | SageTV Customizations | 2 | 08-02-2006 08:27 PM |