NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT MVPMCX2 and other NMT stuff v
« Previous 1 … 21 22 23 24 25 … 37 Next »
Item Already Been Added Error

 
  • 0 Vote(s) - 0 Average
Item Already Been Added Error
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,740
Threads: 767
Joined: Nov 2003
#11
2009-03-19, 05:10 PM
Quote:2009-03-19 09:43:33.905 INFO [1] About to check 'C:\Program Files\Devnz\GBPVR\plugins\TV Listings' for plugins
2009-03-19 09:43:33.905 VERBOSE [1] About to check file: C:\Program Files\Devnz\GBPVR\plugins\TV Listings\TV Listings.dll
2009-03-19 09:43:33.921 VERBOSE [1] TVListings constructor parameter count: 0
2009-03-19 09:43:33.921 VERBOSE [1] TVRecordings constructor parameter count: 0
2009-03-19 09:43:33.921 ERROR [1] Error initializing panel plugin: C:\Program Files\Devnz\GBPVR\plugins\TV Listings\TV Listings.dll
2009-03-19 09:43:33.921 ERROR [1] Item has already been added. Key in dictionary: 'TVRecordings' Key being added: 'TVRecordings'
2009-03-19 09:43:33.936 ERROR [1] at System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
at System.Collections.Hashtable.Add(Object key, Object value)
I'm pretty sure this is a case of TVListings.dll containing two plugins (the main plugin and a panel) which both report their name as 'TVRecordings', or something like that.
LewE
Offline

Posting Freak

Posts: 771
Threads: 115
Joined: Oct 2007
#12
2009-03-19, 05:14 PM
sub Wrote:I'm pretty sure this is a case of TVListings.dll containing two plugins (the main plugin and a panel) which both report their name as 'TVRecordings', or something like that.
Thanks for your help.

This is what alibert thought about the error.

[COLOR="Red"]I'm not sure (I'm having the same error in my logfiles), but I think the error appears because the config application is trying to store the name of all plugins in a dictionary to show them in the plugins list afterwards, and the name TVRecordings is found both in the tv recordings plugin iteself and the tv recordings panel implementation. I'd say you can safely ignore this error, but to get rid of it, you may have to ask sub if there's a problem when iterating over the installed plugins.

-alibert [/COLOR]

Is there a problem when iterating over the installed plugins?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,740
Threads: 767
Joined: Nov 2003
#13
2009-03-19, 05:27 PM
LewE Wrote:Is there a problem when iterating over the installed plugins?
No, I dont think so. Its been unchanged for several years now, and I'm not aware of any issues with it. I think its just a case of that plugin recording "TVRecordings" as the name for two components, which each should be unique.
LewE
Offline

Posting Freak

Posts: 771
Threads: 115
Joined: Oct 2007
#14
2009-03-19, 05:48 PM
sub Wrote:No, I dont think so. Its been unchanged for several years now, and I'm not aware of any issues with it. I think its just a case of that plugin recording "TVRecordings" as the name for two components, which each should be unique.
Thanks. I've passed your comment along to alibert.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#15
2009-03-19, 10:00 PM
i think this is also related to my occasional 'kernel stopped while holding a mutex' problems..
[usually only when going into suspend]
it hoses the logs so nothing to look at in there..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#16
2009-03-20, 06:38 AM
sub,

sub Wrote:No, I dont think so. Its been unchanged for several years now, and I'm not aware of any issues with it. I think its just a case of that plugin recording "TVRecordings" as the name for two components, which each should be unique.

the menu task's name is "TV Recordings", while the panel's is "TVRecordings", so both strings should be added as keys into a dictionary without an error. I also tried to rename the panel to "TVRecordingsPanel", which didn't make a difference, too:
Quote:2009-03-20 07:33:51.092 INFO [1] About to check 'C:\Programme\Devnz\GBPVR\plugins\TV Listings' for plugins
2009-03-20 07:33:51.092 VERBOSE [1] About to check file: C:\Programme\Devnz\GBPVR\plugins\TV Listings\TV Listings.dll
2009-03-20 07:33:51.102 VERBOSE [1] TVListings constructor parameter count: 0
2009-03-20 07:33:51.102 VERBOSE [1] TVRecordings constructor parameter count: 0
2009-03-20 07:33:51.122 ERROR [1] Error initializing panel plugin: C:\Programme\Devnz\GBPVR\plugins\TV Listings\TV Listings.dll
2009-03-20 07:33:51.122 ERROR [1] Das Element wurde bereits hinzugefügt. Schlüssel im Wörterbuch: "TVRecordingsPanel". Hinzuzufügender Schlüssel: "TVRecordingsPanel".
2009-03-20 07:33:51.232 ERROR [1] bei System.Collections.Hashtable.Insert(Object key, Object nvalue, Boolean add)
bei System.Collections.Hashtable.Add(Object key, Object value)
bei GBPVR.Backend.Common.xc4f12ec3a8a4c96b.xd1ccdef346e6a297(Boolean x8bae2a88590d8cc0)

-alibert
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,740
Threads: 767
Joined: Nov 2003
#17
2009-03-20, 03:56 PM
I dont know then. It certainly looks like something like that.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): « Previous 1 2


Possibly Related Threads…
Thread Author Replies Views Last Post
  "Request Cannot be processed" error message TK12 12 4,969 2010-07-07, 03:32 AM
Last Post: TK12
  PCH 100 error Lindsay 3 1,730 2010-07-07, 02:35 AM
Last Post: pcostanza
  "Request cannot be processed" error after changing resolution on PCH tjb 12 4,827 2009-10-28, 12:55 PM
Last Post: tjb
  PCH Error after Hibernate agerdin 3 2,110 2009-01-30, 04:33 AM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode