|
SageTV Github Development Discussion related to SageTV Open Source Development. Use this forum for development topics about the Open Source versions of SageTV, hosted on Github. |
|
Thread Tools | Search this Thread | Display Modes |
#41
|
||||
|
||||
Quote:
https://github.com/stuckless/sagetv-...voriteAPI.java Could I see the Java/STV code that is calling this? This is why I decided to update these pieces in smaller chunks... it would be hard to troubleshoot this stuff if I updated sagex, phoenix, jetty, etc, all at once
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#42
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#43
|
|||
|
|||
There is definitely some kind of upgrade problem going on with the unRAID Docker image. I did the upgrade to 9.0.0.6 last night. The manifest still shows 9.0.0.3. Also, this JAR seems to require a SageTV restart. I get a 404 when I try to do an api query.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#44
|
||||
|
||||
The JAR would require a sagetv restart, for sure... but not sure why the manifest would only be showing 9003. I'll update my production system and see what it does. (I normally test on my dev system)
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#45
|
|||
|
|||
It's not requesting a restart when doing the upgrade.
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#46
|
||||
|
||||
Quote:
Code:
if (o!=null) return (java.lang.Object) o; John |
#47
|
||||
|
||||
I really don't understand how all this works but if that is the issue then there may be a few other things that refer to Person Objects rather than Strings
line 143 in FavoriteAPIFactory.java line 1275 in FavoriteAPI.java and is line 711 in the SageTV FavoriteAPI.java right John |
#48
|
|||
|
|||
Quote:
Thx mike |
#49
|
|||
|
|||
PS one odd thing, since going to version 9.0.0.6 of the plugin, plex finds one (1) recording, and has correct metadata for that. It doesn't find any others, and sometimes after a scan its a different program, but always only 1 show.
Before 9.0.0.6, plex would find nothing. So it seems we are close, but something weird is definitely going on. thx mike |
#50
|
||||
|
||||
Are you installed the "sagex-services" or the "sagex-api" installing sagex services doesn't necesarily upgrade sagex api (it does now, but it didn't used to). So to make sure you'll want to go to the library section and find sagex-api and upgrade it. That should force a sagetv restart.
Quote:
Quote:
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#51
|
|||
|
|||
Quote:
__________________
Server: i5 8400, ASUS Prime H370M-Plus/CSM, 16GB RAM, 15TB drive array + 500GB cache, 2 HDHR's, SageTV 9, unRAID 6.6.3 Client 1: HD300 (latest FW), HDMI to an Insignia 65" 1080p LCD and optical SPDIF to a Sony Receiver Client 2: HD200 (latest FW), HDMI to an Insignia NS-LCD42HD-09 1080p LCD |
#52
|
||||
|
||||
Quote:
John |
#53
|
|||
|
|||
Quote:
Your latest update fixed everything. Actually. I think it was that I wasn't updating the library along with the sagex service. 😲 Thanks so much for fixing this! All the manual queries also seem to work fine now too. Thanks!!!!!! Mike |
#54
|
||||
|
||||
So that is good news... sagex appears to upgraded and working. Next step is phoenix and then bmt and then the jetty web server.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#55
|
|||
|
|||
A couple of my SJQ tasks stopped working recently. Looking at the logs there is the following note:
Code:
java.lang.NoClassDefFoundError: sagex/api/LocatorAPI at com.google.code.sagetvaddons.sjq.agent.ScriptRunner.exec(ScriptRunner.java:82)
__________________
Home Network: https://karylstein.com/technology.html |
#56
|
||||
|
||||
I'm pretty sure the Locator does not reside in it's own API anymore - looks like another change from 7 to 9. There are now just a couple functions in 9's Utility API for dealing with the locator service.
__________________
Buy Fuzzy a beer! (Fuzzy likes beer) unRAID Server: i7-6700, 32GB RAM, Dual 128GB SSD cache and 13TB pool, with SageTVv9, openDCT, Logitech Media Server and Plex Media Server each in Dockers. Sources: HRHR Prime with Charter CableCard. HDHR-US for OTA. Primary Client: HD-300 through XBoxOne in Living Room, Samsung HLT-6189S Other Clients: Mi Box in Master Bedroom, HD-200 in kids room |
#57
|
||||
|
||||
Quote:
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#58
|
||||
|
||||
I uploaded 9.0.0.8 that has a stubbed LocatorAPI class. It has no APIs but, hopefully, it will allow older code to at least load.
__________________
Batch Metadata Tools (User Guides) - SageTV App (Android) - SageTV Plex Channel - My Other Android Apps - sagex-api wrappers - Google+ - Phoenix Renamer Downloads SageTV V9 | Android MiniClient |
#59
|
|||
|
|||
Thanks! My SJQ tasks are running again!
__________________
Home Network: https://karylstein.com/technology.html |
#60
|
|||
|
|||
That's true, I did. I haven't had time to do much of anything with it. I'm happy to hand it over or make updates if there are specific things that need to change.
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Plugin: Jetty Web Server 2.0 | jreichen | SageTV v7 Customizations | 389 | 06-19-2021 09:38 PM |
Jetty Web Server Issue | Ghildebr | SageTV v9 Customizations | 17 | 09-03-2016 09:52 AM |
Windows OS Update For Server? | voorhees | General Discussion | 11 | 12-28-2012 03:26 PM |