NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 369 370 371 372 373 … 433 Next »
NPVR & Guideplus Error

NPVR & Guideplus Error
exiton
Offline

Junior Member

Posts: 13
Threads: 3
Joined: Oct 2009
#1
2010-11-16, 03:03 AM
I'm trying to get guideplus working on my windows 7 x64 system to rename all my recordings. I downloaded the modified Guideplus that was built for x64 systems. I've successfully called guideplus in my updateepg.bat and output a .xml file. When I try to load that XML file into NPVR as an EPG source for my HDPR, I get the following error. Any help is appreciated. Thanks!

[Image: 2m2g7q9.jpg]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,740
Threads: 767
Joined: Nov 2003
#2
2010-11-16, 03:15 AM
It looks like you're trying to feed the application a bad xmltv file. Specifically, it looks like there is an error on line 1310 of the file. If you zip and attach the xmltv file, I should be able to tell you more.
exiton
Offline

Junior Member

Posts: 13
Threads: 3
Joined: Oct 2009
#3
2010-11-17, 03:00 AM (This post was last modified: 2010-11-17, 03:08 AM by exiton.)
Thanks. I reduced the filesize by using mc2xml.chl and limiting the channels. The zip file is like 3 megs zipped. The new error is on line 691 position 22.

http://www.multiupload.com/9E6OKQ4O3U

Edit: I finally got notepad ++ to load the file. If my counting is correct, it looks like the "&" in "A & E" is causing the error? The original xml file, prior to GuidePlus processing,has "&" instead of "&".
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,740
Threads: 767
Joined: Nov 2003
#4
2010-11-17, 03:36 AM
exiton Wrote:Edit: I finally got notepad ++ to load the file. If my counting is correct, it looks like the "&" in "A & E" is causing the error? The original xml file, prior to GuidePlus processing,has "&" instead of "&".
Yep, the utility you're using is not correctly escaping the special characters. The application (or rather Microsoft's XML library) will not be able to load this xmltv file until it is correctly escaped.

You'll need to contact the author of the utility and ask them to correct it.
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#5
2010-11-18, 04:31 AM
Not sure which version you are using but the latest does handle this correctly.
Attached
Misko5
Offline

Junior Member

Posts: 12
Threads: 2
Joined: Dec 2010
#6
2011-01-05, 07:15 AM
carpeVideo, seeing as I'm not good with this kind of stuff, are there any simple step by step instructions on what I must do to get this to work (i.e. where to put the files and what not)? I would like my recordings to read "Title - EpisodeName". I am recording two channels basically non-stop and there are a lot of episodes from the each show I record and I need to know what episodes are which. Any help is greatly appreciated.
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#7
2011-03-02, 04:28 PM
@carpeVideo,

Perhaps I'm doing something wrong but guideplus can't seem to find my gbpvr/npvr directories. I have tried running it from the gbpvr directory, the npvr user directory and my xml directory without any luck. Any ideas?

I'm running Vista using a command prompt with admin rights.

here is my command line window
Code:
C:\Windows\system32>"C:\media programs\GBPVR\guidePlus.exe" xmlin="C:\media programs\GBPVR\xmltv.xml" xmlout="C:\media programs\GBPVR\xmltv1.xml"
nGuidePlus.exe version .70
GBPVR/NPVR key / install directory not found.
*** Parm 0 = xmlin=C:\media programs\GBPVR\xmltv.xml
*** Parm 1 = xmlout=C:\media programs\GBPVR\xmltv1.xml

Unhandled Exception: System.Data.SQLite.SQLiteException: SQLite error
no such table: RECORDED_EVENT
   at System.Data.SQLite.SQLite3.Prepare(String strSql, SQLiteStatement previous, String& strRemain)
   at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
   at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
   at System.Data.SQLite.SQLiteDataReader.NextResult()
   at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
   at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
   at System.Data.SQLite.SQLiteCommand.ExecuteReader()
   at ShowDetail.IShows.addNpvrRecordingsToShowList(String dbaseDir, Boolean modeNpvr)
   at guidePlus.Program.Main(String[] args)

C:\Windows\system32>
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#8
2011-03-16, 04:38 PM
Are you running 64 bit or 32 bit os?
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#9
2011-03-16, 09:04 PM
carpeVideo Wrote:Are you running 64 bit or 32 bit os?

32 bit... but I gave up on Vista and went back to xp. Also, having a similar issue on xp.

Code:
C:\Program Files\Devnz\GBPVR>guideplus xmlin="C:\media programs\GBPVR\xmltv.xml" xmlout="C:\media programs\GBPVR\xmltv1.
xml"
nGuidePlus.exe version .70
GBPVR/NPVR key / install directory not found.
*** Parm 0 = xmlin=C:\media programs\GBPVR\xmltv.xml
*** Parm 1 = xmlout=C:\media programs\GBPVR\xmltv1.xml

Unhandled Exception: System.Data.SQLite.SQLiteException: SQLite error
no such table: RECORDED_EVENT
   at System.Data.SQLite.SQLite3.Prepare(String strSql, SQLiteStatement previous, String& strRemain)
   at System.Data.SQLite.SQLiteCommand.BuildNextCommand()
   at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index)
   at System.Data.SQLite.SQLiteDataReader.NextResult()
   at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)
   at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)
   at System.Data.SQLite.SQLiteCommand.ExecuteReader()
   at ShowDetail.IShows.addNpvrRecordingsToShowList(String dbaseDir, Boolean modeNpvr)
   at guidePlus.Program.Main(String[] args)

C:\Program Files\Devnz\GBPVR>
carpeVideo
Offline

Posting Freak

Posts: 824
Threads: 23
Joined: Dec 2006
#10
2011-03-17, 06:50 PM
Can you find the key (gbpvr install dir or npvr installd dir) in regedit and put the path and its value here? And are you running both on the same machine at the same time? You may need to manually specify the sql path.

If there is no issue there perhaps it is permissions (less likely under XP)

CV
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  npvr is not responding johndutcher 3 1,507 2022-05-05, 07:57 PM
Last Post: sub
  NPVR 4.2.4 Video Library No Longer Shows folder.jpg Lao Pan 12 3,891 2022-04-14, 04:33 AM
Last Post: Antmannz
  nPVR Continually Wakes PC bfos 23 11,298 2022-02-17, 03:48 PM
Last Post: sub
  Can't find tuner filter in NPVR 4.05 on old XP machine (eee 701) with RTL2832U iamanotheruser 3 1,719 2022-01-03, 04:45 AM
Last Post: mvallevand
  Mouse Click on TV Guide throws an error mlopez1007 2 1,464 2021-03-22, 11:33 AM
Last Post: Graham
  Streaming Services with NPVR tesla1886 4 2,728 2021-01-04, 02:58 AM
Last Post: tesla1886
  NPVR choosing incorrect xml guide display-name after reboot drlava 7 3,093 2020-12-27, 02:27 AM
Last Post: sub
  Can NPVR offset only 3 channel listings in EPG? acemib 20 7,126 2020-04-27, 01:28 PM
Last Post: mvallevand
  Unhandled Exception Error Message reedaf4 23 7,425 2020-03-13, 05:03 PM
Last Post: sub
  Import recorded tv shows to NPVR mattman1968 9 6,032 2020-03-03, 12:57 PM
Last Post: Jimixter

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

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

Linear Mode
Threaded Mode