SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Customizations
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

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.

Reply
 
Thread Tools Search this Thread Display Modes
  #201  
Old 10-03-2009, 11:19 PM
ToonGal's Avatar
ToonGal ToonGal is offline
Sage Aficionado
 
Join Date: Jan 2004
Location: Bay Area, CA, USA
Posts: 306
Quote:
Originally Posted by k10ck3r View Post
Hmm .. I just noticed that there are two flavors that can be downloaded: One uses the legacy TJWS server and the other uses Jetty. Do you know which one you are using?
So far, I'm trying to stay on the legacy Java side. I haven't done anything with Jetty yet, and am waiting until I have my system stable, before I start bleeding edge.

Thanks again, K!
__________________
--- ToonGal ---
Server: Intel BOXD865PERLK, 1GB, P4 3.0GHz 800MHz Hyper Threading
Tuners: Hauppauge WinTV-PVR-250 [x3] (Revs B310, B382 [x2])
Software: Windows 2000 SP4, MSIE v6.0, .NET CLR 1.1.4322, .NET CLR 2.0.50727, Java v1.6.0_23
SageTV: SageTV v5.0.4.92, Webserver v2.26R50
Clients: Hauppauge MediaMVP [x2] (Revs D1, D3A)
Reply With Quote
  #202  
Old 10-04-2009, 10:02 AM
k10ck3r k10ck3r is offline
Sage Advanced User
 
Join Date: Jan 2007
Posts: 129
Ok, I just updated my webserver to 2.25 and it seems to be working fine (with SageTv version 6.6.2.11). So, if you are using the latest SageTV/webserver versions, it "should" work.

One thought I have is that perhaps the new server returns a null feed when nothing is scheduled. Do you know if anything is scheduled? If not, could you use the web interface and navigate to the Scheduled Recordings - Upcoming Recordings page. Click on the orange XML button and let me know if anything is returned. If not, then this is the culprit and is something I could probably work around with an updated build. (I would test it myself, but my wife will kill me if I cancel all of her scheduled recordings...). Thanks

If nothing is scheduled, you could also add something to see if SageTray is happy again.
Reply With Quote
  #203  
Old 10-04-2009, 07:40 PM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
Quote:
Originally Posted by k10ck3r View Post
Well, I checked nielm's webserver wiki and it seems like 2.24 is the latest version...
FYI, I updated the wiki to 2.25.

The older TJWS configuration is still supported for those who don't want to change to Jetty yet. However, my builds are done a little different than nielm's were but I tried to make sure the resulting files were compatible.

In addition to the TJWS downloads, there's a new download that can be deployed on Jetty. Jetty deployment is different than TJWS but I was able to preserve compatibility for the existing XML and RSS URLs used by other apps.
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun.
Extender: STP-HD300, Harmony 550 Remote,
Netgear MCA1001 Ethernet over Coax.
SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client
, Java 1.6.
Plugins: Jetty, Nielm's Web Server, Mobile Web Interface.

Reply With Quote
  #204  
Old 10-05-2009, 10:25 PM
ToonGal's Avatar
ToonGal ToonGal is offline
Sage Aficionado
 
Join Date: Jan 2004
Location: Bay Area, CA, USA
Posts: 306
Quote:
Originally Posted by k10ck3r View Post
If not, could you use the web interface and navigate to the Scheduled Recordings - Upcoming Recordings page. Click on the orange XML button and let me know if anything is returned. If not, then this is the culprit and is something I could probably work around with an updated build.
Son has this week off school, so haven't had time to get to this until now...

Clicking the orange XML button on "Recording Schedule" has some sort of error. Wish I could be specific, but not sure exactly what it is supposed to do. Here's the actions, after clicking:
- dialog box offering file "recording_schedule.xml"
- clicking save or open create same error message: IE cannot DL RecordingSchedule?xml-yes from sagetv.

Looks like the XML part is not working here. Not sure if that helps, but that might be the issue. I'm going to upgrade back to webserver v2.25 files, since you said it works on your side, when the recordings are done.

I always have lots in my daily / 2 week queue, so that will never be the issue for me

Thanks again for the help, K. Thanks to you too J, for helping me with your webserver work. (I'll be bothering you for Jetty questions soon enough, once this is done / stable.)

UPDATE: Tried the XML button from a different computer, accessing the server. The first info was from the server itself, which is also where I am trying to make SageTray work. Here's the resulting web page:

The XML page cannot be displayed
Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.


--------------------------------------------------------------------------------

XML document must have a top level element. Error processing resource 'http://sagetv:9203/sage/RecordingSchedule?xml=yes'.
__________________
--- ToonGal ---
Server: Intel BOXD865PERLK, 1GB, P4 3.0GHz 800MHz Hyper Threading
Tuners: Hauppauge WinTV-PVR-250 [x3] (Revs B310, B382 [x2])
Software: Windows 2000 SP4, MSIE v6.0, .NET CLR 1.1.4322, .NET CLR 2.0.50727, Java v1.6.0_23
SageTV: SageTV v5.0.4.92, Webserver v2.26R50
Clients: Hauppauge MediaMVP [x2] (Revs D1, D3A)
Reply With Quote
  #205  
Old 10-06-2009, 07:40 AM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
On your first computer, there should be an equals sign between 'xml' and 'yes' in the URL. On the second computer, try either "View Source" or right-clicking on the XML icon and "Save As..." then look at the output that's being produced. It should look something like this:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE sageShowInfo PUBLIC "-//NIELM//DTD SAGESHOWINFO XML 1.3//EN" "http://sageplugins.sourceforge.net/nielm_modules/sagexmlinfo/sageshowinfo_1_3.dtd">
<sageShowInfo version="1.3">
    <channelList>
    ...
    </channelList>
    <favoriteList>
    ...
    </favoriteList>
    <showList>
    ...
    </showList>
</sageShowInfo>
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun.
Extender: STP-HD300, Harmony 550 Remote,
Netgear MCA1001 Ethernet over Coax.
SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client
, Java 1.6.
Plugins: Jetty, Nielm's Web Server, Mobile Web Interface.

Reply With Quote
  #206  
Old 10-06-2009, 03:30 PM
ToonGal's Avatar
ToonGal ToonGal is offline
Sage Aficionado
 
Join Date: Jan 2004
Location: Bay Area, CA, USA
Posts: 306
Quote:
Originally Posted by jreichen View Post
On your first computer, there should be an equals sign between 'xml' and 'yes' in the URL.
Quite right you are. It is an =, but was a '-' in my typo. Still doesn't work... After that, the dialog failure box says: "IE was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later. Didn't change from yesterday; sorry about the initial typo.

Quote:
Originally Posted by jreichen View Post
On the second computer, try either "View Source" or right-clicking on the XML icon and "Save As..." then look at the output that's being produced. It should look something like this:
Should. Doesn't. *sigh* It generates a 0 byte file entitled "recording_schedule.xml".

Would it help for me to document the date / size of the JAR file directory? I can do a directory listing and post that if it helps. I'm guessing SageTray is no longer at fault on my server, but rather that I have some incompatibility on some JAR file (or other) along the way.

Thanks for the next step, J. Ready to follow whatever is suggested next.

UPDATE: JAR directory listing, in case useful, to save time:

# Generated on 2009-10-06 14:36:59 by Directory Lister v0.7.2

----------------------------------------------------------------------------------------
c:\Program Files\SageTV\SageTV\JARs\ (28) 3 869 767 2009-10-03 16:30 -----
----------------------------------------------------------------------------------------
activation.jar 54 829 2004-05-11 12:54 -a---
commons-jxpath-1.1.jar 268 794 2006-03-29 10:26 -a---
commons-logging.jar 31 605 2006-03-29 10:26 -a---
commons-logging-api.jar 22 327 2006-03-29 10:26 -a---
df_sageplugins.jar 13 239 2006-06-17 11:36 -a---
df_sageutils.jar 17 477 2008-02-22 17:16 -a---
df_sleep_timer.jar 2 166 2008-02-22 18:16 -a---
gkusnick.sagetv.jar 539 093 2007-12-03 13:35 -a---
jcifs-1.1.6.jar 258 345 2004-12-27 21:44 -a---
jdic.jar 72 906 2005-03-23 10:45 -a---
log4j.jar 358 085 2005-08-29 23:28 -a---
mail.jar 355 030 2005-09-09 15:28 -a---
mailcheck.jar 13 893 2006-05-27 16:21 -a---
mtsa.jar 9 604 2006-05-21 12:53 -a---
mx4j-impl.jar 148 179 2006-03-29 10:26 -a---
mx4j-jmx.jar 261 135 2006-03-29 10:26 -a---
mx4j-remote.jar 167 500 2006-03-29 10:26 -a---
mx4j-tools.jar 491 164 2006-03-29 10:26 -a---
nielm_getrssnews.jar 28 080 2005-10-20 16:00 -a---
nielm_getstatus.jar 7 962 2006-01-24 22:22 -a---
nielm_sageimdb.jar 41 036 2007-02-21 11:50 -a---
nielm_sagemenureader.jar 32 094 2006-10-24 01:57 -a---
nielm_sageutls.jar 14 081 2009-09-11 18:24 -a---
nielm_sagewebserver.jar 377 707 2009-09-18 16:29 -----
nielm_sagexmlinfo.jar 52 380 2009-09-11 18:24 -a---
sbbi-jmx-1.0.jar 89 764 2006-03-29 10:26 -a---
sbbi-upnplib-1.0.3.jar 109 503 2006-05-12 11:28 -a---
servlet.jar 31 789 2005-12-04 15:25 -----
__________________
--- ToonGal ---
Server: Intel BOXD865PERLK, 1GB, P4 3.0GHz 800MHz Hyper Threading
Tuners: Hauppauge WinTV-PVR-250 [x3] (Revs B310, B382 [x2])
Software: Windows 2000 SP4, MSIE v6.0, .NET CLR 1.1.4322, .NET CLR 2.0.50727, Java v1.6.0_23
SageTV: SageTV v5.0.4.92, Webserver v2.26R50
Clients: Hauppauge MediaMVP [x2] (Revs D1, D3A)

Last edited by ToonGal; 10-06-2009 at 03:40 PM. Reason: UPDATE: additional info
Reply With Quote
  #207  
Old 10-06-2009, 03:51 PM
gplasky's Avatar
gplasky gplasky is offline
SageTVaholic
 
Join Date: Jul 2003
Location: Howell, MI
Posts: 9,203
I wonder if the fact you're running SageTV v5 might be causing some of the issue.

Gerry
__________________
Big Gerr
_______
Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB.
Reply With Quote
  #208  
Old 10-07-2009, 12:12 AM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
Could you turn on logging and see if there are any errors related to the web server?
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun.
Extender: STP-HD300, Harmony 550 Remote,
Netgear MCA1001 Ethernet over Coax.
SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client
, Java 1.6.
Plugins: Jetty, Nielm's Web Server, Mobile Web Interface.

Reply With Quote
  #209  
Old 10-07-2009, 08:31 AM
ToonGal's Avatar
ToonGal ToonGal is offline
Sage Aficionado
 
Join Date: Jan 2004
Location: Bay Area, CA, USA
Posts: 306
Quote:
Originally Posted by jreichen View Post
Could you turn on logging and see if there are any errors related to the web server?
The answer is obviously 'yes'. But...

- How do I "turn it on"? The SageTV one with registry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Frey Technologies\Common]
"consolewin"=dword:00000001

- How do I identify "errors"? A log I can post, or watch the DOS window looking for something, or other?

Anything else you want me to do, I'm happy to try to help. The webserver is the key to my SageTV happiness. I hope v5 isn't the issue. I might be willing to try to upgrade to v6, but I have so much invested in v5 and not sure how stable / similar to my current setup I can retain with v6 (never mind the financial investment...)

Thanks again J for helping make SageTV as great as it is for me.
__________________
--- ToonGal ---
Server: Intel BOXD865PERLK, 1GB, P4 3.0GHz 800MHz Hyper Threading
Tuners: Hauppauge WinTV-PVR-250 [x3] (Revs B310, B382 [x2])
Software: Windows 2000 SP4, MSIE v6.0, .NET CLR 1.1.4322, .NET CLR 2.0.50727, Java v1.6.0_23
SageTV: SageTV v5.0.4.92, Webserver v2.26R50
Clients: Hauppauge MediaMVP [x2] (Revs D1, D3A)
Reply With Quote
  #210  
Old 10-07-2009, 10:57 PM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
I doubt v5 is the issue. If it is, there's usually a way to fix the code to maintain backward compatibility.

It would probably be best to generate a log file and post it here. To get SageTV to generate a log file:
  1. Shut down SageTV
  2. Add/set the property debug_logging=TRUE in Sage.properties. Note that TRUE is in all caps. SageTV will create a sagetv_0.txt file in your SageTV installation directory.
  3. Start SageTV
  4. Browse to the web server and click on the orange XML image that you're having trouble with. Hopefully something helpful will be written to the log file
  5. Post the log file here and I'll look at it.
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun.
Extender: STP-HD300, Harmony 550 Remote,
Netgear MCA1001 Ethernet over Coax.
SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client
, Java 1.6.
Plugins: Jetty, Nielm's Web Server, Mobile Web Interface.


Last edited by jreichen; 10-08-2009 at 11:10 PM. Reason: Corrected the debug_logging property name.
Reply With Quote
  #211  
Old 10-08-2009, 07:57 AM
ToonGal's Avatar
ToonGal ToonGal is offline
Sage Aficionado
 
Join Date: Jan 2004
Location: Bay Area, CA, USA
Posts: 306
Quote:
Originally Posted by jreichen View Post
It would probably be best to generate a log file and post it here. To get SageTV to generate a log file:
Add/set the property debug=TRUE in Sage.properties.
That's funny. I have the debug log set as 'on' by default. For me, it's been runnign that way with SageTV for 6 years and I just took it as a given by now...

Anyway, in addition to sagetv_0.txt, I also included two DOS screen shots of the real time log turned on by the registry key I had above. It didn't look like the XML button did much on the log, but things did happen in that DOS screen. It's cut off, but since I can't control that, I figured more information can't hurt.

I restarted SageTV so it had the smallest log possible. I clicked the orange XML button three times, because I didn't see much in the log. The DOS window is inclusive in the two pictures, for one XML click cycle.

Let me know if there's anything else that would help. I have left both debugging on for convenience in testing. Thanks again!

PS. Uploaded in .zip format. Any reason they don't let you upload .rar? Doubled the size of the UL. Anyway...
Attached Files
File Type: zip JReichen091008.zip (108.7 KB, 236 views)
__________________
--- ToonGal ---
Server: Intel BOXD865PERLK, 1GB, P4 3.0GHz 800MHz Hyper Threading
Tuners: Hauppauge WinTV-PVR-250 [x3] (Revs B310, B382 [x2])
Software: Windows 2000 SP4, MSIE v6.0, .NET CLR 1.1.4322, .NET CLR 2.0.50727, Java v1.6.0_23
SageTV: SageTV v5.0.4.92, Webserver v2.26R50
Clients: Hauppauge MediaMVP [x2] (Revs D1, D3A)
Reply With Quote
  #212  
Old 10-08-2009, 08:56 AM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
Thanks, the screenshots show where the problem is. Now just to figure out why it's happening. I don't know why the stack trace wouldn't should up in the log, but I'm glad you thought of turning on the console window.

I'll take a look into the problem when I get a chance - hopefully by this weekend. The problem may be related to a specific show in your schedule so keep an eye on it and see if the problem goes away or if that console window shows an ArrayIndexOutOfBoundsException of something other than 21 (meaning it's failing on a different recording).
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun.
Extender: STP-HD300, Harmony 550 Remote,
Netgear MCA1001 Ethernet over Coax.
SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client
, Java 1.6.
Plugins: Jetty, Nielm's Web Server, Mobile Web Interface.


Last edited by jreichen; 10-08-2009 at 08:20 PM. Reason: Fixed exception name
Reply With Quote
  #213  
Old 10-08-2009, 08:20 PM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
ToonGal,

Your issue looks like it's a bug in a Sage API. I submitted a bug report and asked them to investigate. I'll let you know when I hear back from support.

Jason
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun.
Extender: STP-HD300, Harmony 550 Remote,
Netgear MCA1001 Ethernet over Coax.
SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client
, Java 1.6.
Plugins: Jetty, Nielm's Web Server, Mobile Web Interface.

Reply With Quote
  #214  
Old 10-08-2009, 09:32 PM
ToonGal's Avatar
ToonGal ToonGal is offline
Sage Aficionado
 
Join Date: Jan 2004
Location: Bay Area, CA, USA
Posts: 306
Quote:
Originally Posted by jreichen View Post
Your issue looks like it's a bug in a Sage API. I submitted a bug report and asked them to investigate. I'll let you know when I hear back from support.
Thanks for the time and the help, Jason!

Let me know if there's any add'l info I can provide to help out.
__________________
--- ToonGal ---
Server: Intel BOXD865PERLK, 1GB, P4 3.0GHz 800MHz Hyper Threading
Tuners: Hauppauge WinTV-PVR-250 [x3] (Revs B310, B382 [x2])
Software: Windows 2000 SP4, MSIE v6.0, .NET CLR 1.1.4322, .NET CLR 2.0.50727, Java v1.6.0_23
SageTV: SageTV v5.0.4.92, Webserver v2.26R50
Clients: Hauppauge MediaMVP [x2] (Revs D1, D3A)
Reply With Quote
  #215  
Old 10-13-2009, 09:17 PM
Stuntman's Avatar
Stuntman Stuntman is offline
Sage Fanatic
 
Join Date: Dec 2003
Location: Hemet, CA - USA
Posts: 784
Quote:
Originally Posted by k10ck3r View Post
I'll have to look into that. At first glance, it looks like a fairly involved change, but it does look interesting. I'll let you know what I find out.
Count me as one of the new Jetty users... the webserver works great now, but, of course, I can't get the SageTray to work right... any ideas how to configure it to get there??
__________________
Intel Q6600 Quad Core, 8GB RAM on Windows 7 Professional x64
Reply With Quote
  #216  
Old 10-14-2009, 08:47 PM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
Quote:
Originally Posted by jreichen View Post
ToonGal,

Your issue looks like it's a bug in a Sage API. I submitted a bug report and asked them to investigate. I'll let you know when I hear back from support.

Jason
I didn't have much luck with my first request to support. I followed up a second time and am waiting for another response.
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun.
Extender: STP-HD300, Harmony 550 Remote,
Netgear MCA1001 Ethernet over Coax.
SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client
, Java 1.6.
Plugins: Jetty, Nielm's Web Server, Mobile Web Interface.

Reply With Quote
  #217  
Old 10-14-2009, 09:01 PM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
Quote:
Originally Posted by Stuntman View Post
Count me as one of the new Jetty users... the webserver works great now, but, of course, I can't get the SageTray to work right... any ideas how to configure it to get there??
Please look back through the problem ToonGal is having and see if you're having the same problem. If not, what version of SageTV are you using? Turn on the debug log and console window like ToonGal did and report any error messages you see when running SageTray and when clicking the XML and RSS links on the Recordings and Recording Schedule pages.
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun.
Extender: STP-HD300, Harmony 550 Remote,
Netgear MCA1001 Ethernet over Coax.
SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client
, Java 1.6.
Plugins: Jetty, Nielm's Web Server, Mobile Web Interface.

Reply With Quote
  #218  
Old 10-15-2009, 10:54 AM
ToonGal's Avatar
ToonGal ToonGal is offline
Sage Aficionado
 
Join Date: Jan 2004
Location: Bay Area, CA, USA
Posts: 306
Quote:
Originally Posted by jreichen View Post
I didn't have much luck with my first request to support. I followed up a second time and am waiting for another response.
Thanks Jason!
__________________
--- ToonGal ---
Server: Intel BOXD865PERLK, 1GB, P4 3.0GHz 800MHz Hyper Threading
Tuners: Hauppauge WinTV-PVR-250 [x3] (Revs B310, B382 [x2])
Software: Windows 2000 SP4, MSIE v6.0, .NET CLR 1.1.4322, .NET CLR 2.0.50727, Java v1.6.0_23
SageTV: SageTV v5.0.4.92, Webserver v2.26R50
Clients: Hauppauge MediaMVP [x2] (Revs D1, D3A)
Reply With Quote
  #219  
Old 10-16-2009, 08:17 PM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
Unfortunately Sage is not going to provide a fix for their API in version 5. So I see three options:
  1. Upgrade to version 6. If you're planning on doing this soon then I won't bother fixing it. If you want to stay on version 5 then I'll try one of the following two:
  2. I can see if there are different APIs for getting a show's users and roles and try creating a fix using them.
  3. I can create a fix that would catch the error and not print any of the role information to the xml file when the error happens.
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun.
Extender: STP-HD300, Harmony 550 Remote,
Netgear MCA1001 Ethernet over Coax.
SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client
, Java 1.6.
Plugins: Jetty, Nielm's Web Server, Mobile Web Interface.

Reply With Quote
  #220  
Old 10-17-2009, 09:41 AM
ToonGal's Avatar
ToonGal ToonGal is offline
Sage Aficionado
 
Join Date: Jan 2004
Location: Bay Area, CA, USA
Posts: 306
Quote:
Originally Posted by jreichen View Post
Unfortunately Sage is not going to provide a fix for their API in version 5. So I see three options:
  1. Upgrade to version 6. If you're planning on doing this soon then I won't bother fixing it. If you want to stay on version 5 then I'll try one of the following two:
  2. I can see if there are different APIs for getting a show's users and roles and try creating a fix using them.
  3. I can create a fix that would catch the error and not print any of the role information to the xml file when the error happens.
*sigh* Thanks for following up, Jason.

Guess I might consider v6 / Jetty / SageMC and all the new toys, but it really wasn't my plan. Any help for v5 obviously appreciated, but don't knock yourself out for working on obsolete software. I'll pester you enough once I finally do take an upgrade plunge. I was waiting for v7, as last time I paid for v5, Sage changed their upgrade policy, and don't want to miss the boat this time too.

Thanks for finding out it wasn't anything I was doing wrong on my side. I was going crazy debugging a problem that had no solution. Does the API bug affect anything on the webserver, or any other major components? That probably drives my speed to upgrade, as I haven't seen anything else to date.
__________________
--- ToonGal ---
Server: Intel BOXD865PERLK, 1GB, P4 3.0GHz 800MHz Hyper Threading
Tuners: Hauppauge WinTV-PVR-250 [x3] (Revs B310, B382 [x2])
Software: Windows 2000 SP4, MSIE v6.0, .NET CLR 1.1.4322, .NET CLR 2.0.50727, Java v1.6.0_23
SageTV: SageTV v5.0.4.92, Webserver v2.26R50
Clients: Hauppauge MediaMVP [x2] (Revs D1, D3A)
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Which compression utility is the best? davephan General Discussion 7 01-03-2007 06:57 AM
Is there a way to move Sage from the taskbar to the sys tray? Mtlca401 SageTV Software 4 11-06-2006 07:08 PM
Problems using SageMC to launch the MYHD playback utility fyodor SageMC Custom Interface 0 10-11-2006 07:02 PM
How can I have SageTV startup with Windows in System Tray w/ AboveNormal CPU Priority mkanet SageTV Software 8 01-21-2006 02:06 PM
BDA Tuner Test Application Stealth1971 Hardware Support 17 04-19-2005 10:50 AM


All times are GMT -6. The time now is 06:26 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.