|
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 |
#441
|
||||
|
||||
Just found another couple of references to this problem It seems that if the server returns a zero-length reply to the browser, the browser auto generates this HTML...
Now to figure out why you get a zero length reply! (related those exceptions?) I am going to improve the error logging a little to try to see what happens...
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#442
|
||||
|
||||
The full package of Cayar's STV does include the webserver v1.1, so there may be something he has done/changed which breaks it, or breaks the new version...
no idea what that enabled/disabled flag does... If you installed 18E after the recent version of the webserver, could you reinstall the recent version of the webserver? It would not harm to delete SageTV/net/sf/sageplugins/webserver and SageTV/Acme first as well...
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#443
|
||||
|
||||
Quote:
- SageTV/net/sf/sageplugins/webserver - SageTV/Acme - SageTV/net But that did not change anything. I tried Cayars17 and OriginalV2, same errors, so the STV seems to be not responsible. Could it be any software I installed on my computer? 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!!! |
#444
|
||||
|
||||
Just happened to me (XP home SP2)... and I think I have a rough idea what is happening. I think it is an IE bug combined with a server bug...
As a temporary workaround, for IE users you can turn off 'Use HTTP 1.1' in the options/Advanced settings.
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#445
|
||||
|
||||
I think I have a solution... at least one that works for me...
unpack the attached patch into the SageTV directory Restart the server/service Re-enable HTTP/1.1 in IE, and retry. Let me know what you get! (the server does not handle persistant HTTP connections, but was not telling IE that. IE was making 2 requests for the same page(!), but the connection was already closed when the second request was made. It probaly only happens on a fast network - or localhost - with fast loading non-cached pages)...
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#446
|
|||
|
|||
sorry about the tardiness of the reply - havnt been home today.
owilsky - latest public Cayars...17 I believe. Can a non "VIP" actually get a copy of 18e? Is it only detailed info pages, or does it happen anytime? - detailed info pages Is it for specific files/shows or for any files/shows - random Are you acessing it via your local net, or from the internet? - local network, from a different computer than the sage box Anything in the Webserver's log (SageTV/webserver/log/AWS-ate_time.log) corresponding to the time that you got the blank page? [Sun May 15 12:01:57 CDT 2005] IO problem running servlet: java.net.SocketException: Connection reset by peer: socket write error [Sun May 15 12:01:57 CDT 2005] IO problem running servlet: java.net.SocketException: Connection reset by peer: socket write error [Sun May 15 12:02:00 CDT 2005] Status-Code 400: Bad Request(empty) [Sun May 15 16:54:58 CDT 2005] IO problem running servlet: java.net.SocketException: Connection reset by peer: socket write error [Sun May 15 16:54:58 CDT 2005] IO problem running servlet: java.net.SocketException: Connection reset by peer: socket write error [Sun May 15 16:55:52 CDT 2005] IO problem running servlet: java.net.SocketException: Connection reset by peer: socket write error [Sun May 15 16:55:52 CDT 2005] IO problem running servlet: java.net.SocketException: Connection reset by peer: socket write error [Sun May 15 16:56:00 CDT 2005] IO problem running servlet: java.net.SocketException: Connection reset by peer: socket write error [Sun May 15 16:56:00 CDT 2005] IO problem running servlet: java.net.SocketException: Connection reset by peer: socket write error [Sun May 15 16:57:06 CDT 2005] IO problem running servlet: java.net.SocketException: Connection reset by peer: socket write error [Sun May 15 16:57:24 CDT 2005] IO problem running servlet: java.net.SocketException: Connection reset by peer: socket write error [Sun May 15 16:57:24 CDT 2005] IO problem running servlet: java.net.SocketException: Connection reset by peer: socket write error [Sun May 15 16:57:55 CDT 2005] Reading request: Connection reset [Sun May 15 16:58:03 CDT 2005] IO problem running servlet: java.net.SocketException: Connection reset by peer: socket write error [Sun May 15 16:58:45 CDT 2005] Reading request: Connection reset [Sun May 15 16:58:59 CDT 2005] IO problem running servlet: java.net.SocketException: Connection reset by peer: socket write error [Sun May 15 16:58:59 CDT 2005] IO problem running servlet: java.net.SocketException: Connection reset by peer: socket write error [Sun May 15 16:59:15 CDT 2005] IO problem running servlet: java.net.SocketException: Connection reset by peer: socket write error |
#447
|
||||
|
||||
Quote:
- Andy |
#448
|
||||
|
||||
Patch seems to work.
OK, installed the patch and did some quick tests, no more "white pages" occured.
Still these exceptions when starting Sage: Code:
[Thu May 19 08:58:27 CEST 2005] IO problem running servlet: java.net.SocketException: Connection reset by peer: socket write error [Thu May 19 08:58:27 CEST 2005] IO problem running servlet: java.net.SocketException: Connection reset by peer: socket write error [Thu May 19 08:58:28 CEST 2005] IO problem running servlet: java.net.SocketException: Connection reset by peer: socket write error Did you have any time to check my problem with CR/LF? Maybe it's just that simple that Sage internally strips CR/LF down to simply CR or LF and then a search/replace cannot work... 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!!! |
#449
|
||||
|
||||
Hey Neilm, any particular reason why that favicon doesn't load for the webserver?
|
#450
|
||||
|
||||
Quote:
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#451
|
||||
|
||||
I replaced it with a new one and it still doesn't seem to load.
EDIT: Nevermind... it suddenly loads now. |
#452
|
|||
|
|||
Just reinstalled sage...was still using 2.2.6, installed the new Cayars (thanks nielm), overwrote the webserver with 1.4 and added in your patch. Purring away just fine! Thanks nielm!
Last edited by alijiwani; 05-20-2005 at 04:45 PM. |
#453
|
||||
|
||||
Another update: 1.5 -- May 25 2005
Download from the usual place
V1.5 May 25 2005
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#454
|
||||
|
||||
Another awsome update... I seriously hope none of your efforts are going to waste.
Quick question; without haveing to roll back to check, I thought the menu was available on the remote page? |
#455
|
||||
|
||||
It was not in the previous version (the menu is dynamically generated, the webremote page is a static html page 'cos I was lazy!). You could aways add the menu by editing the HTML, or click on the Sage graphic to go to the home page.
(the menu was in your original html webremote page though!)
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#456
|
||||
|
||||
Cool... if it wasn't there before I can't explain why I missed it...
|
#457
|
||||
|
||||
nielm,
Is there anyway to make direct access to a certain page authentication free? If I delete (or rename) the realms file, then the entire interface requires no user or password (as expected). But I would like to make JUST the DetailedInfo page require no user or password. I have tried adding a DetailedInfo realm with no user or password, with blank user and password, even moving it to the top. All to no avail. If I could get that working then ShowAnalyzer could use the DetailedInfo?AiringID= to get a variety of info to assist in commercial detection. Jere
__________________
Death to commercials!!! Latest ShowAnalyzer Beta version: 0.9.7
|
#458
|
|||
|
|||
Cell Phone?
Just curious, I just got a Motorola v710. I tried to access my sage webserver from it but it didn't work. I know the browser is basic on it, but is there a way to do anything on my server from my cell?
__________________
"JUST WHEN YOU THINK YOU GOT IT...... YOU GET A NEW TOY TO START OVER WITH"
AMD xp 2500, 512m DDR, MSI 6600Gt 128, SageTV Client 6.12, Toshiba 34hf83 HDTV |
#459
|
||||
|
||||
Quote:
Or, you could add a copy of the servlet in the servlets.properties with a web-path outside of the sage path, eg: Code:
servlet./sage_noauth/DetailedInfo.code=net.sf.sageplugins.webserver.DetailedInfoServlet Note that because it all works with relative paths to the other servlets and static files in the sage directory (js/css/images), these files will not be found, meaning that it will look odd in a web browser (but should still be machine-readable).
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki Last edited by nielm; 05-26-2005 at 04:07 AM. |
#460
|
||||
|
||||
Quote:
I know nothing about your specific model of phone, but most mobile phone browsers are severly limited browsers, that support only specially constructed WAP content (and I know nothing about WAP!), or only very small HTML pages, and sometimes the operator only allows certain approved sites to be accessed. In short, I don't know why it doesn't work, but I am not surprised that it does not. Sorry.
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
Tags |
web |
Currently Active Users Viewing This Thread: 2 (0 members and 2 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 |