NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 4 5 6 7 8 … 56 Next »
myGBPVR: use XMBC as GBPVR FrontEnd

 
  • 0 Vote(s) - 0 Average
myGBPVR: use XMBC as GBPVR FrontEnd
Ton
Offline

Member

Posts: 233
Threads: 16
Joined: Aug 2005
#51
2010-04-13, 06:27 PM
Hi,

Nukular Wrote:I have a problem using myGBPVR too.
I can reach GBPVR normally with an browser but when i try to access with xmbc the following happen:

10:38:19 T:1272 M:1544110080 NOTICE: -->Python Interpreter Initialized<--
10:38:19 T:1272 M:1544040448 NOTICE: myGBPVRGlobals Version: 0.0.1 Date: 29-11-2009
10:38:20 T:2488 M:1543483392 ERROR: DIRECTORY::CDirectory::GetDirectory - Error getting ?
10:38:20 T:2488 M:1543483392 ERROR: CGUIMediaWindow::GetDirectory(?) failed
10:38:20 T:1272 M:1543925760 NOTICE: --> AreYouThere() socket on port 1234 using ip=10.1.201.2
10:38:20 T:1272 M:1543925760 NOTICE: mac:broadcast: 255.255.0.0
10:38:20 T:1272 M:1543925760 NOTICE: This got: False /
10:38:20 T:1272 M:1543913472 NOTICE: --> AreYouThere() returning: True
10:38:20 T:1272 M:1541173248 NOTICE: EXCEPTION: : Traceback (most recent call last):
File "C:\Dokumente und Einstellungen\nukular\Anwendungsdaten\XBMC\scripts\myGBPVR\resources\src\gbpvr\home.py", line 151, in refreshOnInit
self.statusData = self.gbpvr.GetGBPVRInfo(self.settings.GBPVR_USER, self.settings.GBPVR_PW)
File "C:\Dokumente und Einstellungen\nukular\Anwendungsdaten\XBMC\scripts\myGBPVR\resources\src\GBPVR_Connect.py", line 113, in GetGBPVRInfo
website = urllib2.urlopen(address)
File "special:\\xbmc\system\python\python24.zlib\urllib2.py", line 130, in urlopen
HTTPError: HTTP Error 500: Internal Server Error

What can i do to fix that problem?

Have you tried (re)-installing EWA version 83? The HTTP Error 500 usually means that the Python code doesn't get the response it expects from the server.....
//Ton
Ton
Offline

Member

Posts: 233
Threads: 16
Joined: Aug 2005
#52
2010-04-13, 06:31 PM
Hi Dj,

dljones8053 Wrote:Ton

After some testing I have everything working except when I go to Watch Recordings the next screen comes up but no recordings are listed in it... hmmmm any idea?

Dj

What the script does when you select "Watch Recordings" is just invoke the built-in library functions for video's in XBMC. That means you need to ensure (by other means) that XBMC can read / scan your recordings......

There are two ways of doing that:
1) Set up a share on your GBPVR server and connect XBMC to that
2) Set up a seperate share and use the "2xbmc" utility I provided to copy the files from the GBPVR server to the new share

I use the second method myself. I've set up a directory on my NAS to which I export all the GBPVR recordings. The "2xbmc" utility renames the files (into an XBMC-compatible format) and includes a file for the XBMC meta-data. I also copy over the "comskip" text-file so that commercials will be skipped within XBMC..

Hope that explains it a little...
//Ton
Nukular
Offline

Junior Member

Posts: 6
Threads: 1
Joined: Apr 2010
#53
2010-04-14, 05:55 AM
Ton Wrote:Hi,



Have you tried (re)-installing EWA version 83? The HTTP Error 500 usually means that the Python code doesn't get the response it expects from the server.....

Yep, now i did ... same failure (by the way: someone should really fix those missing file issue which causes the config to run the msi-installer)
So xbmc still says "HTTPError: HTTP Error 500: Internal Server Error".

Which directory trys myGBPVR to open when it access on the webserver?
Brent212
Offline

Junior Member

Posts: 2
Threads: 0
Joined: Apr 2010
#54
2010-04-14, 07:10 PM
I'm also unable to connect to the server in XBMC. I'm getting some sort of error related to a date/time string that the myGBPVR script is receiving from the GB-PVR server. I think it could be caused by the server having a completely empty EPG. For some reason, when I log into the GB-PVR web server from a web browser, the TV guide is empty, even though when I open PVRX2, the guide shows all three channels that I get (need to get a better antenna), although there is no program information for some reason (I'm also working on figuring out why GB-PVR isn't getting any program info from Schedules Direct).

Here's my XBMC log. I think it shows me trying to connect 3 times and then exiting.

Code:
00:37:43 T:3132 M:2796036096 NOTICE: -->Python Interpreter Initialized<-- 00:37:43 T:3132 M:2796576768 NOTICE: myGBPVRGlobals Version: 0.0.1 Date: 29-11-2009 00:37:44 T:3896 M:2795778048 ERROR: DIRECTORY::CDirectory::GetDirectory - Error getting ? 00:37:44 T:3896 M:2795773952 ERROR: CGUIMediaWindow::GetDirectory(?) failed 00:37:44 T:3132 M:2789199872 NOTICE: --> AreYouThere() socket on port 7647 using ip=127.0.0.1 00:37:44 T:3132 M:2789199872 NOTICE: mac:00:21:85:D9:F2:5Dbroadcast: 255.255.0.0 00:37:44 T:3132 M:2789199872 NOTICE: This got: False / 00:21:85:D9:F2:5D 00:37:44 T:3132 M:2789187584 NOTICE: --> AreYouThere() returning: True 00:37:47 T:3132 M:2779774976 NOTICE: No handlers could be found for logger "suds.client" 00:37:47 T:3132 M:2779746304 NOTICE: EXCEPTION: : Traceback (most recent call last): File "E:\Program Files\XBMC\scripts\myGBPVR\resources\src\gbpvr\home.py", line 151, in refreshOnInit self.statusData = self.gbpvr.GetGBPVRInfo(self.settings.GBPVR_USER, self.settings.GBPVR_PW) File "E:\Program Files\XBMC\scripts\myGBPVR\resources\src\GBPVR_Connect.py", line 134, in GetGBPVRInfo self.channels = self.getChannelList(userid, password) File "E:\Program Files\XBMC\scripts\myGBPVR\resources\src\GBPVR_Connect.py", line 156, in getChannelList ret_soap = client.service.getChannelListObject(soapheaders=authObj) WebFault: Server raised fault: 'System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.FormatException: String was not recognized as a valid DateTime. at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at gbweb.classes.EncDec.verifyUser(webServiceAuthentication header) in e:\Program Files\GBPVR\web\App_Code\classes\webServiceAuthentication.cs:line 172 at gbweb.classes.AuthExtension.ProcessMessage(SoapMessage message) in e:\Program Files\GBPVR\web\App_Code\classes\webServiceAuthentication.cs:line 61 at System.Web.Services.Protocols.SoapMessage.RunExtensions(SoapExtension[] extensions, Boolean throwOnException) at System.Web.Services.Protocols.SoapServerProtocol.CreateServerInstance() at System.Web.Services.Protocols.WebServiceHandler.Invoke() at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest() --- End of inner exception stack trace ---' 00:37:50 T:3132 M:2779729920 NOTICE: --> AreYouThere() socket on port 7647 using ip=127.0.0.1 00:37:50 T:3132 M:2779729920 NOTICE: mac:00:21:85:D9:F2:5Dbroadcast: 255.255.0.0 00:37:50 T:3132 M:2779729920 NOTICE: This got: False / 00:21:85:D9:F2:5D 00:37:50 T:3132 M:2779729920 NOTICE: --> AreYouThere() returning: True 00:37:52 T:3132 M:2774302720 NOTICE: EXCEPTION: : Traceback (most recent call last): File "E:\Program Files\XBMC\scripts\myGBPVR\resources\src\gbpvr\home.py", line 151, in refreshOnInit self.statusData = self.gbpvr.GetGBPVRInfo(self.settings.GBPVR_USER, self.settings.GBPVR_PW) File "E:\Program Files\XBMC\scripts\myGBPVR\resources\src\GBPVR_Connect.py", line 134, in GetGBPVRInfo self.channels = self.getChannelList(userid, password) File "E:\Program Files\XBMC\scripts\myGBPVR\resources\src\GBPVR_Connect.py", line 156, in getChannelList ret_soap = client.service.getChannelListObject(soapheaders=authObj) WebFault: Server raised fault: 'System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.FormatException: String was not recognized as a valid DateTime. at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at gbweb.classes.EncDec.verifyUser(webServiceAuthentication header) in e:\Program Files\GBPVR\web\App_Code\classes\webServiceAuthentication.cs:line 172 at gbweb.classes.AuthExtension.ProcessMessage(SoapMessage message) in e:\Program Files\GBPVR\web\App_Code\classes\webServiceAuthentication.cs:line 61 at System.Web.Services.Protocols.SoapMessage.RunExtensions(SoapExtension[] extensions, Boolean throwOnException) at System.Web.Services.Protocols.SoapServerProtocol.CreateServerInstance() at System.Web.Services.Protocols.WebServiceHandler.Invoke() at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest() --- End of inner exception stack trace ---' 00:37:58 T:3896 M:2774900736 ERROR: DIRECTORY::CDirectory::GetDirectory - Error getting ? 00:37:58 T:3896 M:2774900736 ERROR: CGUIMediaWindow::GetDirectory(?) failed 00:38:04 T:3132 M:2775580672 ERROR: CLocalizeStrings::ClearBlock: Trying to clear non existent block E:\Program Files\XBMC\scripts\myGBPVR 01:33:39 T:3132 M:2779017216 NOTICE: --> AreYouThere() socket on port 7647 using ip=127.0.0.1 01:33:39 T:3132 M:2779017216 NOTICE: mac:00:21:85:D9:F2:5Dbroadcast: 255.255.0.0 01:33:39 T:3132 M:2779017216 NOTICE: This got: False / 00:21:85:D9:F2:5D 01:33:39 T:3132 M:2779025408 NOTICE: --> AreYouThere() returning: True 01:33:42 T:3132 M:2770014208 NOTICE: EXCEPTION: : Traceback (most recent call last): File "E:\Program Files\XBMC\scripts\myGBPVR\resources\src\gbpvr\home.py", line 151, in refreshOnInit self.statusData = self.gbpvr.GetGBPVRInfo(self.settings.GBPVR_USER, self.settings.GBPVR_PW) File "E:\Program Files\XBMC\scripts\myGBPVR\resources\src\GBPVR_Connect.py", line 134, in GetGBPVRInfo self.channels = self.getChannelList(userid, password) File "E:\Program Files\XBMC\scripts\myGBPVR\resources\src\GBPVR_Connect.py", line 156, in getChannelList ret_soap = client.service.getChannelListObject(soapheaders=authObj) WebFault: Server raised fault: 'System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.FormatException: String was not recognized as a valid DateTime. at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.Convert.ToDateTime(String value) at gbweb.classes.EncDec.verifyUser(webServiceAuthentication header) in e:\Program Files\GBPVR\web\App_Code\classes\webServiceAuthentication.cs:line 172 at gbweb.classes.AuthExtension.ProcessMessage(SoapMessage message) in e:\Program Files\GBPVR\web\App_Code\classes\webServiceAuthentication.cs:line 61 at System.Web.Services.Protocols.SoapMessage.RunExtensions(SoapExtension[] extensions, Boolean throwOnException) at System.Web.Services.Protocols.SoapServerProtocol.CreateServerInstance() at System.Web.Services.Protocols.WebServiceHandler.Invoke() at System.Web.Services.Protocols.WebServiceHandler.CoreProcessRequest() --- End of inner exception stack trace ---' 01:33:47 T:3896 M:2777403392 ERROR: CLocalizeStrings::ClearBlock: Trying to clear non existent block E:\Program Files\XBMC\scripts\myGBPVR 01:33:52 T:3896 M:2778476544 ERROR: CLocalizeStrings::ClearBlock: Trying to clear non existent block E:\Program Files\XBMC\scripts\myGBPVR

Any idea what's going wrong?
Ton
Offline

Member

Posts: 233
Threads: 16
Joined: Aug 2005
#55
2010-04-14, 08:48 PM
Nukular Wrote:Yep, now i did ... same failure (by the way: someone should really fix those missing file issue which causes the config to run the msi-installer)
So xbmc still says "HTTPError: HTTP Error 500: Internal Server Error".

Which directory trys myGBPVR to open when it access on the webserver?

Well, it tries to open the WebService interface page... Did you provide a userid and password for EWA? Also, could you have a look at the EWA log-file and post a snip of the connection request here? That may give some more information...
//Ton
Ton
Offline

Member

Posts: 233
Threads: 16
Joined: Aug 2005
#56
2010-04-14, 08:51 PM
Hi,

Brent212 Wrote:I'm also unable to connect to the server in XBMC. I'm getting some sort of error related to a date/time string that the myGBPVR script is receiving from the GB-PVR server. I think it could be caused by the server having a completely empty EPG. For some reason, when I log into the GB-PVR web server from a web browser, the TV guide is empty, even though when I open PVRX2, the guide shows all three channels that I get (need to get a better antenna), although there is no program information for some reason (I'm also working on figuring out why GB-PVR isn't getting any program info from Schedules Direct).

Here's my XBMC log. I think it shows me trying to connect 3 times and then exiting.

Code:
7 T:3132 M:2779774976 NOTICE: No handlers could be found for logger "suds.client" 00:37:47 T:3132 M:2779746304 NOTICE: EXCEPTION: : Traceback (most recent call last): File "E:\Program Files\XBMC\scripts\myGBPVR\resources\src\gbpvr\home.py", line 151, in refreshOnInit self.statusData = self.gbpvr.GetGBPVRInfo(self.settings.GBPVR_USER, self.settings.GBPVR_PW) File "E:\Program Files\XBMC\scripts\myGBPVR\resources\src\GBPVR_Connect.py", line 134, in GetGBPVRInfo self.channels = self.getChannelList(userid, password) File "E:\Program Files\XBMC\scripts\myGBPVR\resources\src\GBPVR_Connect.py", line 156, in getChannelList ret_soap = client.service.getChannelListObject(soapheaders=authObj) WebFault: Server raised fault: 'System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.FormatException: String

Any idea what's going wrong?

Well, I can tell you for sure it's the empty EPG that's causing this.. myGBPVR tries to download a list of channels upon intial connection, and that is failing.... The channel-info is required in almost every screen of myGBPVR, that's why I retrieve it here....

I think you should try and fix the "empty EPG in EWA" issue, then myGBPVR will also work... The log does show that connection / authentication to the GBPVR server is okay...
//Ton
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#57
2010-04-15, 03:52 AM (This post was last modified: 2010-04-15, 04:07 AM by pBS.)
i'm getting this also..
Quote:22:47:39 T:3852 M:423366656 NOTICE: -->Python Interpreter Initialized<--
22:47:39 T:3852 M:423305216 NOTICE: myGBPVRGlobals Version: 0.0.1 Date: 29-11-2009
22:47:39 T:1600 M:422666240 ERROR: DIRECTORY::CDirectory::GetDirectory - Error getting ?
22:47:39 T:1600 M:422666240 ERROR: CGUIMediaWindow::GetDirectory(?) failed
22:47:40 T:3852 M:418332672 NOTICE: --> AreYouThere() socket on port 7647 using ip=192.xxx.xxx.xxx
22:47:40 T:3852 M:418332672 NOTICE: mac:00:00:00:00:00:00broadcast: 255.255.255.255
22:47:40 T:3852 M:418332672 NOTICE: This got: False / 00:00:00:00:00:00
22:47:40 T:3852 M:418320384 NOTICE: --> AreYouThere() returning: True
22:47:42 T:3852 M:416710656 NOTICE: No handlers could be found for logger "suds.client"
22:47:42 T:3852 M:416612352 NOTICE: EXCEPTION: : Traceback (most recent call last):
File "C:\Documents and Settings\me\Application Data\XBMC\scripts\myGBPVR\resources\src\gbpvr\home.py", line 151, in refreshOnInit
self.statusData = self.gbpvr.GetGBPVRInfo(self.settings.GBPVR_USER, self.settings.GBPVR_PW)
File "C:\Documents and Settings\me\Application Data\XBMC\scripts\myGBPVR\resources\src\GBPVR_Connect.py", line 134, in GetGBPVRInfo
self.channels = self.getChannelList(userid, password)
File "C:\Documents and Settings\me\Application Data\XBMC\scripts\myGBPVR\resources\src\GBPVR_Connect.py", line 156, in getChannelList
ret_soap = client.service.getChannelListObject(soapheaders=authObj)
WebFault: Server raised fault: 'Server was unable to process request. ---> String was not recognized as a valid DateTime.'
everything seems to be in it's proper place..
any ideas?
dates are correct on both machines..ewa working fine locally and remotely..
does it require a certain dotnet ver or something like that?
any external dll's needed? do i have to install 2xbmc?
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
Nukular
Offline

Junior Member

Posts: 6
Threads: 1
Joined: Apr 2010
#58
2010-04-15, 05:18 AM (This post was last modified: 2010-04-15, 08:25 AM by Nukular.)
Yeah i provided an username and an password.

The EWA has an logfile?! Where is that stored?
Can u tell me the exactly "path" which mygbpvr tries to open? Is it http://127.0.0.1:7647/gbpvr/ ? I ask because at http://127.0.0.1 i get an 404 not found error message so it would help which file it tries to open. **EDIT**: http://127.0.0.1:7647/gbpvr/public/servi...foXML.aspx <- correct? **/EDIT**
I installed python meanwhile but how do i add these crypto thing?



Ok meanwhile i am a bit smarter ... and the xbmc-logfile changed to:

07:42:41 T:2964 M:2444042240 NOTICE: --> AreYouThere() returning: True
07:42:41 T:2964 M:2438299648 NOTICE: EXCEPTION: : Traceback (most recent call last):
File "C:\Users\nukular\AppData\Roaming\XBMC\scripts\myGBPVR\resources\src\gbpvr\home.py", line 151, in refreshOnInit
self.statusData = self.gbpvr.GetGBPVRInfo(self.settings.GBPVR_USER, self.settings.GBPVR_PW)
File "C:\Users\nukular\AppData\Roaming\XBMC\scripts\myGBPVR\resources\src\GBPVR_Connect.py", line 134, in GetGBPVRInfo
self.channels = self.getChannelList(userid, password)
File "C:\Users\nukular\AppData\Roaming\XBMC\scripts\myGBPVR\resources\src\GBPVR_Connect.py", line 153, in getChannelList
authObj = self._AddAuthentication(authObj, userid, password)
ImportError: No module named Crypto.Cipher
07:43:10 T:3416 M:2440060928 ERROR: DIRECTORY::CDirectory::GetDirectory - Error getting ?
07:43:10 T:3416 M:2440056832 ERROR: CGUIMediaWindow::GetDirectory(?) failed

But those crypto thing is still not installed ... i dont know how ... maybe an little guide for that would be cool ... i cant imagine that everyone know how to work with python ....

** EDIT 2 **
I installed python-2.6.5.amd64.msi now.
Than i had to find out how to work with it ...
I had to register the python path by myself to manage to install these library...
During the installation this happens:

python setup.py install
running install
running build
running build_py
running build_ext
building 'Crypto.Hash.MD2' extension
error: Unable to find vcvarsall.bat

These vcvarsall.bat belongs to visual c++ ... and as far as i know only to visual c++ 2010 ...
this is quite a lot to install just for your script ... i guess u are an programmer and u have such tools installed on your pc ...
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#59
2010-04-15, 08:58 AM (This post was last modified: 2010-04-15, 09:05 AM by pBS.)
all i get in ewa log is
[btw, ewa log is on statistics screen]
Quote:2010-04-14 23:28:41.281 INFO [14] *
2010-04-14 23:28:41.281 INFO [14] Checking credential timestamp....
2010-04-14 23:28:41.281 INFO [14] nowTime = 4/15/2010 4:28:41 AM
2010-04-14 23:28:41.281 INFO [14] Credential time string = 14-04-2010 23:28:00
then it continues on as if noone were logged in..
i do notice my password and name are unencrypted in logs for web service, but not when logging in with web browser..
[password is normally string of numbers in log]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
arad85
Offline

Junior Member

Posts: 5
Threads: 0
Joined: Apr 2010
#60
2010-04-15, 03:44 PM
Hi - First post... I'm hoping that this script will enable me to have a single box under my TV that does everything Smile

I have xbmc running on an ion based htpc, communicating with a Win 7 server for gb-pvr. On two windows machines I can browse and see the EPG and see the config pages/logs etc. From xbmc, all I am able to do is browse the EPG.

Whenever I start myGBPVR, I get a can't connect to server message. The log from xbmc is (mac address set correctly, but not shown below):

Code:
16:34:01 T:3022068592 M:1407762432 NOTICE: -->Python Interpreter Initialized<-- 16:34:01 T:3022068592 M:1407762432 NOTICE: myGBPVRGlobals Version: 0.0.1 Date: 29-11-2009 16:34:02 T:3078109072 M:1407754240 ERROR: GetDirectory - Error getting ? 16:34:02 T:3078109072 M:1407754240 ERROR: CGUIMediaWindow::GetDirectory(?) failed 16:34:02 T:3022068592 M:1404833792 NOTICE: --> AreYouThere() socket on port 7647 using ip=192.168.1.21 16:34:02 T:3022068592 M:1404833792 NOTICE: mac:xx:xx:xx:xx:xx:xxbroadcast: 255.255.255.255 16:34:02 T:3022068592 M:1404833792 NOTICE: This got: False / xx:xx:xx:xx:xx:xx 16:34:02 T:3022068592 M:1404833792 NOTICE: --> AreYouThere() returning: True 16:34:14 T:3022068592 M:1406836736 NOTICE: EXCEPTION: : Traceback (most recent call last): File "/home/xbmc/.xbmc/scripts/myGBPVR/resources/src/gbpvr/home.py", line 155, in refreshOnInit self.renderRecent() File "/home/xbmc/.xbmc/scripts/myGBPVR/resources/src/gbpvr/home.py", line 185, in renderRecent listItem.setProperty('title', t['title']) TypeError: argument 1 must be unicode or str

and the section ofg log from GB-PVR for this is:

Code:
2010-04-15 16:33:19.153 INFO [4] Using wmi for free space determination..... 2010-04-15 16:33:19.168 INFO [4] Using wmi for free space determination..... 2010-04-15 16:33:19.168 VERBOSE [4] RecordingFactory.loadSchedule() 2010-04-15 16:33:19.168 VERBOSE [4] getValue cached value: /settings/AutoRemoveMissingRecordings : false 2010-04-15 16:33:19.168 VERBOSE [4] getValue cached value: /settings/CheckForRenamedRecordings : true 2010-04-15 16:33:22.928 INFO [14] 2010-04-15 16:33:22.928 INFO [14] 2010-04-15 16:33:22.928 INFO [14] ********************* 2010-04-15 16:33:22.928 INFO [14] * Validating Incomming Web Service 2010-04-15 16:33:22.928 INFO [14] * 2010-04-15 16:33:22.928 INFO [14] User Name = gbpvr 2010-04-15 16:33:22.928 INFO [14] User Password = gbpvr 2010-04-15 16:33:22.928 INFO [14] * 2010-04-15 16:33:22.928 INFO [14] * 2010-04-15 16:33:22.928 INFO [14] Checking credential timestamp.... 2010-04-15 16:33:22.928 INFO [14] nowTime = 15/04/2010 15:33:22 2010-04-15 16:33:22.928 INFO [14] Credential time string = 15-04-2010 16:34:00 2010-04-15 16:33:22.928 INFO [14] Credential time converted = 15/04/2010 16:34:00 2010-04-15 16:33:22.928 INFO [14] Span time (seconds) = -38 2010-04-15 16:33:22.928 INFO [14] * 2010-04-15 16:33:22.928 INFO [14] * 2010-04-15 16:33:22.928 INFO [14] ********************* 2010-04-15 16:33:22.928 INFO [14] 2010-04-15 16:33:22.928 INFO [14] 2010-04-15 16:33:25.658 INFO [14] 2010-04-15 16:33:25.658 INFO [14] 2010-04-15 16:33:25.658 INFO [14] ********************* 2010-04-15 16:33:25.658 INFO [14] * Validating Incomming Web Service 2010-04-15 16:33:25.658 INFO [14] * 2010-04-15 16:33:25.658 INFO [14] User Name = gbpvr 2010-04-15 16:33:25.658 INFO [14] User Password = gbpvr 2010-04-15 16:33:25.658 INFO [14] * 2010-04-15 16:33:25.658 INFO [14] * 2010-04-15 16:33:25.658 INFO [14] Checking credential timestamp.... 2010-04-15 16:33:25.658 INFO [14] nowTime = 15/04/2010 15:33:25 2010-04-15 16:33:25.658 INFO [14] Credential time string = 15-04-2010 16:34:00 2010-04-15 16:33:25.658 INFO [14] Credential time converted = 15/04/2010 16:34:00 2010-04-15 16:33:25.658 INFO [14] Span time (seconds) = -35 2010-04-15 16:33:25.658 INFO [14] * 2010-04-15 16:33:25.658 INFO [14] * 2010-04-15 16:33:25.658 INFO [14] ********************* 2010-04-15 16:33:25.658 INFO [14] 2010-04-15 16:33:25.658 INFO [14] 2010-04-15 16:33:25.674 VERBOSE [14] RecordingFactory.loadSchedule() 2010-04-15 16:33:25.674 VERBOSE [14] getValue cached value: /settings/AutoRemoveMissingRecordings : false 2010-04-15 16:33:25.674 VERBOSE [14] getValue cached value: /settings/CheckForRenamedRecordings : true 2010-04-15 16:33:28.076 INFO [14] 2010-04-15 16:33:28.076 INFO [14] 2010-04-15 16:33:28.076 INFO [14] ********************* 2010-04-15 16:33:28.076 INFO [14] * Validating Incomming Web Service 2010-04-15 16:33:28.076 INFO [14] * 2010-04-15 16:33:28.076 INFO [14] User Name = gbpvr 2010-04-15 16:33:28.076 INFO [14] User Password = gbpvr 2010-04-15 16:33:28.076 INFO [14] * 2010-04-15 16:33:28.076 INFO [14] * 2010-04-15 16:33:28.076 INFO [14] Checking credential timestamp.... 2010-04-15 16:33:28.076 INFO [14] nowTime = 15/04/2010 15:33:28 2010-04-15 16:33:28.076 INFO [14] Credential time string = 15-04-2010 16:34:00 2010-04-15 16:33:28.076 INFO [14] Credential time converted = 15/04/2010 16:34:00 2010-04-15 16:33:28.076 INFO [14] Span time (seconds) = -32 2010-04-15 16:33:28.076 INFO [14] * 2010-04-15 16:33:28.076 INFO [14] * 2010-04-15 16:33:28.076 INFO [14] ********************* 2010-04-15 16:33:28.076 INFO [14] 2010-04-15 16:33:28.076 INFO [14] 2010-04-15 16:33:28.092 VERBOSE [14] RecordingFactory.loadSchedule() 2010-04-15 16:33:28.092 VERBOSE [14] getValue cached value: /settings/AutoRemoveMissingRecordings : false 2010-04-15 16:33:28.092 VERBOSE [14] getValue cached value: /settings/CheckForRenamedRecordings : true 2010-04-15 16:33:28.092 VERBOSE [14] RecordingFactory.loadScheduleRecordingByOID() 2010-04-15 16:33:28.107 VERBOSE [14] RecordingFactory.loadScheduleRecordingByOID() 2010-04-15 16:33:48.918 INFO [4] In writing of file 2010-04-15 16:33:48.918 INFO [4] readcount = 10980

I have v83 installed (did a re-install just before testing to check!) and copied the Crypto directories from Python2.6 as suggested.

Any ideas?

Thanks
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (17): « Previous 1 … 4 5 6 7 8 … 17 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  External tool: Transfer Season Record schedules from GBPVR to NPVR kendrak24 37 25,458 2013-04-11, 05:58 AM
Last Post: kendrak24
  Translations for nPVR and GBPVR MixMan 19 10,569 2011-08-25, 07:32 PM
Last Post: sub
  N3XT Rev 001.6 with GBPVR support psicotron3 0 2,525 2009-08-30, 08:57 PM
Last Post: psicotron3
  Showname - Rename utility for GBPVR recordings Anthony 0 2,026 2009-03-05, 05:40 PM
Last Post: Anthony
  GBPVR install on WINE/Ubuntu Gutsy fhmanas 28 19,377 2009-02-03, 12:53 PM
Last Post: fhmanas
  GBPVR Wellington Xmas drinks psycik 44 15,360 2008-12-08, 05:44 AM
Last Post: skippy_nz
  Possible infection found on GBPVR site? suddste 40 16,797 2008-10-21, 01:06 AM
Last Post: sub
  GBPVR LCD Plugin for LCDSmartie fooman1 146 82,660 2008-07-03, 08:04 PM
Last Post: prada115
  GameZone, Now much more than an Emulator frontend idkpmiller 0 1,874 2008-06-08, 05:56 AM
Last Post: idkpmiller
  PSP Streaming from GBPVR psycik 11 6,194 2008-06-03, 11:58 AM
Last Post: fuzzweed

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

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

Linear Mode
Threaded Mode