|
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 |
#181
|
|||
|
|||
Quote:
However, there are a few new issues that popped up. I am assuming they are from the new version of the SageWebApp. I now get HTTP 500 errors when clicking on Video Conversions, Upcoming Recordings, Manage Favorites, or Resolve Recording Conflicts. I get them on both my BlackBerry and my computer. I am not sure if it matters, but those pages work fine on Nielm's Web User Interface. I have attached the HTTP 500 error pages I get on my computer noting that they are "Unable to find setter method for attribute:..." Could these be from something not starting up right on my end? Or, are these issues with the new SageWebApp version being a work in progress? Would you like for me to post new SageTV and Jetty debug logs? Thanks again. |
#182
|
||||
|
||||
The new version of the web app uses Sage API wrappers that are auto-generated from the javadoc and it looks like the wrappers from the previous web app version are still being used. Jetty may not have reloaded everything correctly when you upgraded the web app.
Try this to make sure the old wrappers aren't still there:
__________________
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. |
#183
|
|||
|
|||
Quote:
While I'm here, I haven't upgraded the Jetty plugin on any of my systems yet (I don't use the mobile app), but should I expect anything to break by upgrading the Jetty plugin (i.e. do I need to make any changes to the apps I'm writing)? |
#184
|
||||
|
||||
Thanks for adding it to the wiki.
You shouldn't need to change anything. I renamed the Java packages from net.sf.sageplugins.* to sagex.*, but there isn't very much exposed to the hosted applications. I did add APIs in 1.4 so applications can inspect Jetty's configuration (host, port number, etc). I'll add some doc on the wiki when I get a chance.
__________________
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. |
#185
|
|||
|
|||
jreichen, that was it. Working great on both my BlackBerry Internet Browser and Opera Mini. Thanks so much.
|
#186
|
||||
|
||||
Just set this up on my Blackjack II (Samsung i617) running WM6. Very cool. Setup was fairly painless, except that none of the properties files were easily editable in Notepad due to CRLF weirdness. I had to use Wordpad instead.
__________________
-- Greg |
#187
|
||||
|
||||
Thanks for the heads up. I use Linux and forgot all about that. I think Ant has a task that can convert files from one to the other so I might be able to make that an automatic part of the build.
__________________
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. |
#188
|
|||
|
|||
Quote:
|
#189
|
|||
|
|||
I am having no luck running this addin. I have neilm's webserver running fine. Here is what I get in the log file:
Quote:
There are a bunch of jetty files in the JARs folder. |
#190
|
||||
|
||||
Quote:
__________________
-- Greg |
#191
|
|||
|
|||
OK - I have it working now. It looks like that it will not work with the default Blackberry browser on the Blackberry Bold but it will work with Opera Mini on the Bold. I have posted this info to the wiki. On the default browser I get HTTP Error 400 - and when I select details I see "Connection refused"
p.s. I suggest that post 1 be changed to delete the instructions that are no longer applicable. Last edited by wayner; 10-28-2008 at 05:03 PM. |
#192
|
||||
|
||||
Quote:
Thanks to those of you who have added your device info to the wiki.
__________________
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. |
#193
|
|||
|
|||
How do I tell which Jetty plugin that I have? I think I have the latest but I could be wrong - if it worked with the Curve then it should work with the Bold as the Bold has a much improved browser, but you never know.
|
#194
|
||||
|
||||
Quote:
I have seen it rarely in other Java work I've done (unrelated to Sage), but I just blow away the process. Definitely not ideal in this case...
__________________
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. |
#195
|
||||
|
||||
Quote:
__________________
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. |
#196
|
|||
|
|||
I had downloaded that file but perhaps I didn't copy over the files. I will try tomorrow and get back to you as Sage is recording right now. Thanks for your help and great work on this app!
|
#197
|
||||
|
||||
Sorry for the confusion and thanks to Greg for helping you out so quickly.
I figured it was better to make the package name change now while it's still "Pre-release" and fewer people are using it. Brent, when you get a chance could you update the first post? The setup info is all available on the wiki so it's probably better just to point there and have it in one location. Especially since I can't update the first post
__________________
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. |
#198
|
||||
|
||||
Quote:
__________________
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. |
#199
|
|||
|
|||
Quote:
This behaviour is consistent on two different machines - both XP. |
#200
|
|||
|
|||
Quote:
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
What transcoding target to I use for Windows Mobile? | deria | SageTV Software | 1 | 07-25-2008 08:07 AM |
HD Extender interface performance and video resolution | MTuckman | SageTV Media Extender | 4 | 02-27-2008 09:57 AM |
How fast is HD Extender's interface? | Grasshopper | SageTV Media Extender | 11 | 02-20-2008 07:25 AM |
SageTV with English User Interface to recognize media files written in cyrillic? | krasev | SageTV Software | 9 | 09-11-2006 07:29 PM |
Ambitious STV DEVELOPER wanted | technix | SageTV Customizations | 4 | 02-09-2005 03:52 PM |