|
SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI. |
|
Thread Tools | Search this Thread | Display Modes |
#861
|
||||
|
||||
robgfaulknerHow / from where are you getting these errors -- ie which page, what have you done to get this page?
allen: the console log of the client/UI will not show much about the webserver running on the server/service Can you check for any log files in webserver/log/AWS... If none, can you also enable debug logging with the sage.properties line: Code:
debug_logging=TRUE Thor: the service has no access to the sage UI, so cannot control the UI. You have to install the webserver in sageclient.properties as well on a different port, and connect to that webserver instance to control the UI. (I will try to make the error message a bit clearer!)
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#862
|
|||
|
|||
Quote:
http://localhost:8080/sage/DetailedInfo?AiringId=xxxxxx The server returns Invalid Media File/ Airing ID warning page. For all my recordings. Always! Any suggestions would be appreciated. BTW, here is what Im doing in Meedio to grab SageTV info: http://www.meedio.com/forum/about213...ghlight=sagetv -Rob |
#863
|
||||
|
||||
I also have a problem with the new version, I don't know exactly since when this does (not) happen:
I connect via my pocket pc to the webserver to select an airing to be recorded. This worked fine with version 1.x, but I cannot get e.g. to the search epg. I get the menubar and I see the search epg entry, but when I click on that entry I get a 404. In former versions a got a "non javascript menu" at the bottom when I disabled javascript, doesn't it work this way in the new version? I really would like to be able to connect via my pocket pc when I am not at home but at the moment it is completely useless. I tried the pocket internet explorer from 2003se as well as NetFront 3.2. Oliver
__________________
Oliver Kötter ------------ Check this thread for importing German TV Data into SageTV Using SageTV 7.1.9, Java 1.6.0_24 Win7 Home Premium on an Asus M4N78-AM Mainboard, AMD Athlon II X2 215, 4 GB RAM, 500 GB HDD, 2xTechnoTrend S-2400 as Network Encoder (LM DVB Smart Recorder), ATI Radeon HD 3450 with analog TV-Out on good old CRT TV (100Hz) My avatar shows the world's best composer!!! |
#864
|
||||
|
||||
Quote:
|
#865
|
|||
|
|||
I installed Sage v4.1.4 finally and thought I would try the latest webserver program. It seemed to work fine internally on my network, but when I try to access it from outside my LAN, I get the following error after inputting my login and password:
Exception while processing servlet: java.lang.NoSuchMethodError: net.sf.sageplugins.sageutils.SageApi.ApiUI(Ljava/lang/String;Ljava/lang/StringLjava/lang/Object; java.lang.NoSuchMethodError: net.sf.sageplugins.sageutils.SageApi.ApiUI(Ljava/lang/String;Ljava/lang/StringLjava/lang/Object; at net.sf.sageplugins.webserver.HomeServlet.doServletGet(HomeServlet.java:53) at net.sf.sageplugins.webserver.SageServlet.doGet(SageServlet.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at Acme.Serve.ServeConnection.runServlet(Serve.java:1551) at Acme.Serve.ServeConnection.parseRequest(Serve.java:1526) at Acme.Serve.ServeConnection.run(Serve.java:1413) at java.lang.Thread.run(Unknown Source) Any thoughts as to what is causing this?? (At least I got rid of the "Bad Request" errors)
__________________
m2 |
#866
|
|||
|
|||
CSS file for PocketIE
Has anyone got a CSS file that displays the SageTV webserver pages nicely on the PocketPC. I just bought PPC-6700 (cell phone).
Rick... |
#867
|
|||
|
|||
Continued issues....
Quote:
Neilm, appreciate the help. I attached the log file. I see mention of the webserver trying to start, but I don't really know what I'm looking at... There aren't any log files in the webserver directory (or its sub-directorys)... I realized that the log file shows all the crappy TV shows that I watch- BE NICE- doesn't everyone record every show with Erik Estrada in it? -Allen |
#868
|
||||
|
||||
mangriotis:
java.lang.NoSuchMethodError: net.sf.sageplugins.sageutils.SageApi.ApiUI JARs/nielm_sageutls.jar did not get overwritten when you unpacked the zip file allen: thats wierd I see that sage is trying to start the webserver, but the webserver's own thread does not seem to get executed -- I would expect to see 'Starting webserver with args: ' The only thing I can suggest is to try to re-unzip the webserver, and make sure both JAR files (JARS/nielm_sageutls.jar, nielm_sagewebserver.jar) are updated. (actually the most likely cause is like mangriotis: nielm_sageutls.jar did not get overwritten)..
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki Last edited by nielm; 01-18-2006 at 07:55 AM. |
#869
|
||||
|
||||
Quote:
It is possible that this ID in the file name is not the real Airing ID -- Sage sometimes re-numbers the ID's of all it's DB objects (it does this when it runs out of ID's -- you may have a Wiz.bin_PRECOMPRESSED_IDs) Try looking at the detailed info via Sage Recordings in the webserver and compare the AiringID shown there against the file name. You can 'fix' this by doing edit show info (it renames the file), but that would be a pain for lots of files. I will add a new feature so that you can do: http://localhost:8080/sage/DetailedInfo?FileName=drive:\full\path\to\file.mpg -- note that the path will have to match the path defined for the recordings directory in Sage.
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki Last edited by nielm; 01-18-2006 at 06:27 AM. |
#870
|
|||
|
|||
Quote:
Same error message I am getting |
#871
|
|||
|
|||
Quote:
I am not sure what happened in the first place, but when I copied the nielm_sageutls.jar file over it was a different size. I installed everything fresh (Sage 4.1.4, webserver 2.4) so there couldn't have been previous versions, yet the file was different when I copied it over from the zip again. weird. In any case, I would like to thank you, nielm, as things now seem to be working.
__________________
m2 |
#872
|
||||
|
||||
nielm_sageutls.jar is shared by several of my plugins -- if you downloaded any of my other plugins before yesterday, it would install an older version of the nielm_sageutls.jar, overwriting the newer one used by the webserver ... I have just updated all my other plugins' zipfiles to the latest nielm_saegutls.jar
Yep DLL Hell in Java
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#873
|
||||
|
||||
Quote:
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#874
|
|||
|
|||
Quote:
Quick question. If I just redid my Wiz.bin, by deleting and doing a fresh install would that fix the problem? Is there a way to reset this? Suggestions are appreciated. -Rob |
#875
|
|||
|
|||
Quote:
Thanks again.
__________________
m2 |
#876
|
||||
|
||||
Version 2.5 -- support for Sage 2.2 is back :)
V2.5 Jan 19 2006 -- for Sage versions 2.2-4.1
Nielm's changes:
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#877
|
||||
|
||||
Quote:
Quote:
Removing Wiz.bin will just mean you lose all show/favorites information...
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki Last edited by nielm; 01-19-2006 at 08:42 AM. |
#878
|
|||
|
|||
I have to say thank you for all the hard work you've put into this. You have made my transition to sage very easy.
|
#879
|
|||
|
|||
How do you unselect the default application for watching.
Once you selected the recorded file for viewing you're asked to select which application you would like to use to view it. On that web page there's a check box to select the application you've choosen to be used as the default application from that point on. My question is how do you change that selection or revert it back to the default once it's been choosen?
Gerry
__________________
ICEMAN |
#880
|
||||
|
||||
Delete the cookies for the webserver...
This particular option is stored in the cookie called: 'defaultPlayers', so you actually only need to delete that one... If you don't have a webbrowser that allows fine cookie control, paste this into the address bar when viewing a sage webserver page: Code:
javascript:DeleteOptionsCookie("defaultPlayers")
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki Last edited by nielm; 01-19-2006 at 03:14 PM. |
Tags |
web |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Plugin: Mobile Web Interface 1.2 | jreichen | SageTV Customizations | 281 | 06-17-2011 02:20 PM |
Can't get Web-based User Interface to install | SSBrian | SageTV Customizations | 3 | 11-04-2008 08:12 PM |
Web User interface link for the metadata file. | zzmystique | SageTV Customizations | 0 | 06-21-2008 02:26 AM |
Idea to enhance the Web User Interface: Messaging | jbarr | SageTV Customizations | 3 | 05-14-2007 03:59 PM |
Linkplayer, Linktheater with SageTV Web User Interface | fyodor | SageTV Customizations | 0 | 10-08-2006 06:03 PM |