SageTV Community  

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

Notices

SageTV v9 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 9 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 9 and newer.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 02-21-2017, 12:44 AM
brookb brookb is offline
Sage User
 
Join Date: Aug 2003
Posts: 32
Unable to Add New Favorite

I recently updated from v7 to v9. Most things seem to be working OK. But today I tried adding a new favorite, and I couldn't do it. A window popped up that said "Unable to create a new Favorite for The Blacklist: Redemption" OK.

I tried creating favorites of other shows. No dice. I tried logging in as 'Admin' on the multiuser choice. Still can't add favorite. I have debug logging enabled, and found a complaint that seemed to indicate that the AddFavorite java method could not be found in the sagex library.

So I went and uninstalled all sagex components and reinstalled them. That required me to uninstall a whole bunch of other things as well and reinstall them. But even after doing that, the problem still occurs.

A section of the log file is shown below:


Code:
Mon 2/20 23:37:17.448 [Fork-BASE-64664@14eb1e0] Keyword Terms: +(title:blacklist*)
Mon 2/20 23:37:18.582 [EventRouter-e0cb4e5fbd7c@3aa17d] processUserEvent-UserEvent[right] evtTime=Mon 2/20 23:37:18.582
Mon 2/20 23:37:19.016 [EventRouter-e0cb4e5fbd7c@3aa17d] processUserEvent-UserEvent[right] evtTime=Mon 2/20 23:37:19.016
Mon 2/20 23:37:19.321 [EventRouter-e0cb4e5fbd7c@3aa17d] processUserEvent-UserEvent[right] evtTime=Mon 2/20 23:37:19.320
Mon 2/20 23:37:19.925 [EventRouter-e0cb4e5fbd7c@3aa17d] processUserEvent-UserEvent[select] evtTime=Mon 2/20 23:37:19.924
Mon 2/20 23:37:19.926 [EventRouter-e0cb4e5fbd7c@3aa17d] java.lang.reflect.InvocationTargetException
Mon 2/20 23:37:19.926 [EventRouter-e0cb4e5fbd7c@3aa17d] sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Mon 2/20 23:37:19.926 [EventRouter-e0cb4e5fbd7c@3aa17d] sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Mon 2/20 23:37:19.927 [EventRouter-e0cb4e5fbd7c@3aa17d] sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Mon 2/20 23:37:19.927 [EventRouter-e0cb4e5fbd7c@3aa17d] java.lang.reflect.Method.invoke(Unknown Source)
Mon 2/20 23:37:19.927 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.Catbert$ReflectedJEPFunction.run(Catbert.java:2142)
Mon 2/20 23:37:19.928 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.jep.JEP$CommandEvaluator.evaluate(JEP.java:586)
Mon 2/20 23:37:19.928 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.jep.JEP.getValueAsObject(JEP.java:428)
Mon 2/20 23:37:19.928 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.Catbert.evaluateExpression(Catbert.java:641)
Mon 2/20 23:37:19.929 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.ZPseudoComp.processChain(ZPseudoComp.java:4641)
Mon 2/20 23:37:19.929 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.ZPseudoComp.processChain(ZPseudoComp.java:4579)
Mon 2/20 23:37:19.930 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.ZPseudoComp.actionPerformed(ZPseudoComp.java:4562)
Mon 2/20 23:37:19.930 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.ZPseudoComp.action(ZPseudoComp.java:3800)
Mon 2/20 23:37:19.930 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.PseudoMenu.action(PseudoMenu.java:225)
Mon 2/20 23:37:19.931 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.EventRouter.processUserEvent(EventRouter.java:882)
Mon 2/20 23:37:19.931 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.EventRouter.run(EventRouter.java:942)
Mon 2/20 23:37:19.931 [EventRouter-e0cb4e5fbd7c@3aa17d] java.lang.Thread.run(Unknown Source)
Mon 2/20 23:37:19.932 [EventRouter-e0cb4e5fbd7c@3aa17d] java.lang.NoSuchMethodError: sagex.api.FavoriteAPI.AddFavorite(Ljava/lang/String;ZZLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Ljava/lang/Object;
Mon 2/20 23:37:19.932 [EventRouter-e0cb4e5fbd7c@3aa17d] tmiranda.mus.API.addFavorite(API.java:1713)
Mon 2/20 23:37:19.932 [EventRouter-e0cb4e5fbd7c@3aa17d] sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Mon 2/20 23:37:19.933 [EventRouter-e0cb4e5fbd7c@3aa17d] sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
Mon 2/20 23:37:19.933 [EventRouter-e0cb4e5fbd7c@3aa17d] sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
Mon 2/20 23:37:19.933 [EventRouter-e0cb4e5fbd7c@3aa17d] java.lang.reflect.Method.invoke(Unknown Source)
Mon 2/20 23:37:19.934 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.Catbert$ReflectedJEPFunction.run(Catbert.java:2142)
Mon 2/20 23:37:19.934 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.jep.JEP$CommandEvaluator.evaluate(JEP.java:586)
Mon 2/20 23:37:19.935 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.jep.JEP.getValueAsObject(JEP.java:428)
Mon 2/20 23:37:19.935 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.Catbert.evaluateExpression(Catbert.java:641)
Mon 2/20 23:37:19.935 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.ZPseudoComp.processChain(ZPseudoComp.java:4641)
Mon 2/20 23:37:19.936 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.ZPseudoComp.processChain(ZPseudoComp.java:4579)
Mon 2/20 23:37:19.936 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.ZPseudoComp.actionPerformed(ZPseudoComp.java:4562)
Mon 2/20 23:37:19.937 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.ZPseudoComp.action(ZPseudoComp.java:3800)
Mon 2/20 23:37:19.937 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.PseudoMenu.action(PseudoMenu.java:225)
Mon 2/20 23:37:19.937 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.EventRouter.processUserEvent(EventRouter.java:882)
Mon 2/20 23:37:19.938 [EventRouter-e0cb4e5fbd7c@3aa17d] sage.EventRouter.run(EventRouter.java:942)
Mon 2/20 23:37:19.938 [EventRouter-e0cb4e5fbd7c@3aa17d] java.lang.Thread.run(Unknown Source)
Mon 2/20 23:37:19.939 [EventRouter-e0cb4e5fbd7c@3aa17d] EXCEPTION in getValueAsObject:sage.jep.ParseException: Error in method reflection of tmiranda_mus_API_addFavorite of java.lang.reflect.InvocationTargetException for:tmiranda_mus_API_addFavorite(Title, FRuns, RRuns, null, null, null, null, null, null, null, null, null, null, null)
Mon 2/20 23:37:19.941 [EventRouter-e0cb4e5fbd7c@3aa17d] processOptionsMenu optionsMenu=default:BASE-49631|OptionsMenu:Unable to add Favorite


Any help is appreciated.
Reply With Quote
  #2  
Old 02-21-2017, 03:03 AM
Fuzzy's Avatar
Fuzzy Fuzzy is offline
SageTVaholic
 
Join Date: Sep 2005
Location: Jurupa Valley, CA
Posts: 9,957
How are you trying to add the favorite? sagex should not be involved at all for a core function such as this.
__________________
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
Reply With Quote
  #3  
Old 02-21-2017, 05:36 AM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
Looks like you have the "Multi User Support" plugin installed. Try uninstalling it and any dependencies. I haven't updated that plugin in a LONG time.
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #4  
Old 02-21-2017, 10:20 PM
brookb brookb is offline
Sage User
 
Join Date: Aug 2003
Posts: 32
MultiUser was the culprit

Thanks guys,

Uninstalling multiuser did resolve the problem. But it created a new one in that now I don't have MultiUser capability. I suppose I can uninstall, add a favorite, and then reinstall each time. But that doesn't sound like much fun.

Tmiranda: Any plans on updating the MultiUser plugin anytime soon? If not, I understand. . .

And I really appreciate all of the work you guys do to keep Sage alive and doing good things for all of us. I've been using it for well over a decade now, and still love it.

Thanks!

Brook
Reply With Quote
  #5  
Old 02-22-2017, 05:43 AM
tmiranda's Avatar
tmiranda tmiranda is offline
SageTVaholic
 
Join Date: Jul 2005
Location: Central Florida, USA
Posts: 5,851
I'll take a look. It's an odd error. It's basically telling me it can't find the "real" AddFavorite API. (MultiUser basically replaces the API with it's own AddFavorite and then under the covers calls the real AddFavorite.)
__________________

Sage Server: 8th gen Intel based system w/32GB RAM running Ubuntu Linux, HDHomeRun Prime with cable card for recording. Runs headless. Accessed via RD when necessary. Four HD-300 Extenders.
Reply With Quote
  #6  
Old 02-24-2017, 01:31 PM
brookb brookb is offline
Sage User
 
Join Date: Aug 2003
Posts: 32
Thanks!

Thanks for looking into it, TMiranda. I'm looking forward to hearing what you find.
Reply With Quote
  #7  
Old 09-19-2017, 06:27 PM
lotusvball's Avatar
lotusvball lotusvball is offline
Sage Aficionado
 
Join Date: Dec 2003
Location: PA
Posts: 482
Any update on this. I am having the same issue now. When I disable multi-user support I can add a favorite, but with it enabled I can not.
__________________
Intel Core Duo 2.5mhz, 2gb RAM
Windows Home Server, Sage 7 beta
2 Hauppauge PVR-250, 1 PVR-500 MCE
1 HDHomeRun
4TB Storage, GB Network
2 MVPs, 1 HD100 & 1 HD300
Reply With Quote
  #8  
Old 09-20-2017, 01:04 AM
brookb brookb is offline
Sage User
 
Join Date: Aug 2003
Posts: 32
I've ended up just leaving Multi User disabled. I haven't tried reinstalling it lately to see if TMiranda has come up with a fix. But it sounds like your experience is that it has not been fixed.

I'm guessing not a lot of people use the multi user feature, or we'd see more folks asking for the add favorite functionality to be fixed. It sure would be great to be able to use Multi-User again :-)
Reply With Quote
Reply

Tags
addfavorite, favorite, sagex


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
Unable to add channels on Hd-pvr rdefino SageTV EPG Service 5 12-20-2010 08:28 PM
Unable to add second HDHR jgourd Hardware Support 1 09-24-2009 07:05 PM
Unable to set one Favorite to "FirstRun"? psklenar SageTV Software 7 01-08-2009 11:13 AM
Unable to cancel a Favorite using Cayar STV. jdbrown SageTV Customizations 3 11-09-2004 11:04 AM
Unable to get DVD working trevorst SageTV Beta Test Software 6 07-11-2003 10:40 AM


All times are GMT -6. The time now is 08:03 PM.


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