NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 937 938 939 940 941 … 1231 Next »
"your epg source does not appear to be configured correctly"

 
  • 0 Vote(s) - 0 Average
"your epg source does not appear to be configured correctly"
rjaeger_1111
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Nov 2005
#1
2005-11-11, 04:19 AM
This is a problem that i receive that error message everytime I do an epg update. The Zap2it data gets downloaded as i can see it in the search and listings. The GBPVRTray.exe.log file shows the following

10/11/2005 7:58:00 AM.359 VERBOSE [27] installDirectory is G:\Program Files\devnz\gbpvr\
10/11/2005 7:58:00 AM.359 VERBOSE [27] configurationFile is G:\Program Files\devnz\gbpvr\config.xml
10/11/2005 7:58:00 AM.375 VERBOSE [27] getValue() loading new key/value into cache: /settings/DatabaseConnectionString
10/11/2005 7:58:00 AM.375 VERBOSE [27] getValue: /settings/DatabaseConnectionString : Provider=Microsoft.Jet.OLEDB.4.0;Data Source=".\gbpvr.mdb";User Id=admin;Password=
10/11/2005 7:58:00 AM.375 VERBOSE [27] databaseConnectionString is Provider=Microsoft.Jet.OLEDB.4.0;Data Source="G:\Program Files\devnz\gbpvr\\gbpvr.mdb";User Id=admin;Password=
10/11/2005 7:58:00 AM.375 VERBOSE [27] getValue() loading new key/value into cache: /settings/DontAntiAlias
10/11/2005 7:58:00 AM.375 VERBOSE [27] getValue: /settings/DontAntiAlias : false
10/11/2005 7:58:00 AM.375 VERBOSE [27] getValue() loading new key/value into cache: /settings/LoggingLevel
10/11/2005 7:58:00 AM.375 VERBOSE [27] getValue: /settings/LoggingLevel : Debug
10/11/2005 7:58:00 AM.671 VERBOSE [27] getValue() loading new key/value into cache: /settings/EPGProcessingMode
10/11/2005 7:58:00 AM.671 VERBOSE [27] getValue: /settings/EPGProcessingMode : normal
10/11/2005 7:58:00 AM.671 VERBOSE [27] getValue cached value: /settings/EPGProcessingMode : normal
10/11/2005 8:05:25 PM.984 VERBOSE [747] SourceConfigurationContainer.LoadAll()
10/11/2005 8:05:26 PM.062 VERBOSE [747] WeatherTask created
10/11/2005 8:05:26 PM.062 VERBOSE [747] creating DirectRecordingSource
10/11/2005 8:05:26 PM.078 VERBOSE [747] Loading DirectRecordingSource Configuration : 2
10/11/2005 8:05:26 PM.093 INFO [747] Auto-Updating EPG
10/11/2005 8:05:26 PM.953 VERBOSE [747] FindLastListingDate() oid: 2
10/11/2005 8:05:27 PM.781 INFO [747] Requesting listings for period: 2005-11-13T00:00:00Z - 2005-11-18T00:00:00Z
10/11/2005 8:07:14 PM.265 VERBOSE [747] EPGUpdate storeChannels()
10/11/2005 8:07:14 PM.265 VERBOSE [747] getValue cached value: /settings/EPGProcessingMode : normal
10/11/2005 8:07:14 PM.265 VERBOSE [747] getValue cached value: /settings/EPGProcessingMode : normal
10/11/2005 8:07:26 PM.390 VERBOSE [747] SourceConfigurationContainer.LoadAll()
10/11/2005 8:07:26 PM.390 VERBOSE [747] About to connect to remote recording service
10/11/2005 8:08:01 PM.546 ERROR [747] Error UpdateEPG()'ing: The channel tcp is already registered.
10/11/2005 8:08:01 PM.562 ERROR [747] at System.Runtime.Remoting.Channels.ChannelServices.RegisterChannelInternal(IChannel chnl)
at System.Runtime.Remoting.Channels.ChannelServices.RegisterChannel(IChannel chnl)
at bs..ctor(Boolean instanceIsRecordingService)
at bs.b()
at cs.b()


Any ideas on this?

cheers,

ryan

rjaeger_1111
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Nov 2005
#2
2005-11-11, 04:46 AM
I think the problem exists because of a RemotingException that is getting thrown when a new TcpClientChannel is being created.

private bs(bool instanceIsRecordingService)
{
this.f = -1;
this.d = instanceIsRecordingService;
this.e = j.a();
this.b = b2.a();
if (!instanceIsRecordingService)
{
Logger.Verbose("About to connect to remote recording service");
ChannelServices.RegisterChannel(new TcpClientChannel());
string text1 = j.a().a("/settings/RecordingServiceLocation", "tcp://localhost:7968/RecordingRemote");
this.c = (IRecordingService) Activator.GetObject(typeof(IRecordingService), text1);
if (this.c == null)
{
Logger.Error("Couldn't open communication channel remote recording service");
}
}
}


Perhaps this might fixe the problem:
IChannel iChannel = new TcpClientChannel();
iChannel.ChannelName = String.Empty;
ChannelServices.RegisterChannel(iChannel);


msdn talks about what happens if two channels are created with the same name. (in this case it's the default name; String.Empty won't cause an exception to be thrown).
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 107,158
Threads: 773
Joined: Nov 2003
#3
2005-11-11, 04:49 AM
Didnt you accept the license agreement when you installed GB-PVR?
rjaeger_1111
Offline

Junior Member

Posts: 3
Threads: 1
Joined: Nov 2005
#4
2005-11-11, 07:04 AM
i probably would have had to accept it to install the app. (i don't have the original installer, and i didn't see a EULA txt file in the directory.. so maybe there wasn't one???)
Microsoft wouldn't have provided meta data if it isn't to be used. anyways, i enjoy gbpvr, thought i'd look into the bug for you.

cheers
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Composite Source using Hauppauge PVR500 gives sound but no video DukeBrymin 1 3,264 2012-02-03, 02:41 AM
Last Post: slowtech
  Edit channel name when using xmltv as epg source Haggis 10 5,844 2010-10-18, 01:31 PM
Last Post: Haggis
  EPG Data source for Germany? Arnes 6 4,697 2010-10-09, 03:13 PM
Last Post: markbb1
  How to correctly configure HVR-2250 dual tuner card ?? Kyle 2 2,397 2010-09-25, 02:47 AM
Last Post: Kyle
  Recording attempting to use a non-mapped source for channel and failing. daveid 12 3,986 2010-04-24, 02:33 PM
Last Post: daveid
  Updating epg & deleting capture source zb1 0 1,334 2010-04-05, 09:25 PM
Last Post: zb1
  Getting error about device not being configured/in use MrFoamy 22 6,492 2010-03-02, 02:20 PM
Last Post: Graham
  Adding capture source in config.xml? bluegirl 7 2,851 2010-03-01, 09:06 PM
Last Post: bluegirl
  TV card not recognized correctly; some .NET exceptions midix 2 1,665 2010-02-21, 06:18 PM
Last Post: midix
  EPG Source failed pduncan67 3 2,517 2010-02-21, 05:45 AM
Last Post: pduncan67

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

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

Linear Mode
Threaded Mode