Compare commits

..

No commits in common. "a4acb492de2fc95b6670b04f5dea94c31e0efd63" and "f0388d17f172b41c985131e9aa834b8a8c664a15" have entirely different histories.

2 changed files with 6 additions and 3 deletions

View File

@ -20,7 +20,7 @@ Leia compatible version available in alternate branch
## Installation
From repository
[repository.warwickh](https://github.com/warwickh/repository.warwickh/raw/master/matrix/zips/repository.warwickh) (Please report any issues)
[repository.warwickh-0.9.1.zip](https://github.com/warwickh/repository.warwickh/raw/master/matrix/zips/repository.warwickh/repository.warwickh-0.9.1.zip) (Please report any issues)
From GitHub
* Click the code button and download

View File

@ -20,7 +20,11 @@ from netrc import netrc
from hashlib import md5
import urllib2
import httplib
import urlparse
#import urllib2.request
#import urllib.error
#import urllib.parse
#from http import client as http_client
#from urllib.parse import urlencode
from urllib import urlencode
from io import StringIO
@ -240,7 +244,6 @@ class Connection(object):
req = self._getRequest(viewName)
xbmc.log("Pinging %s"%str(req.get_full_url()),xbmc.LOGDEBUG)
#res = self._doInfoReq(req)
try:
res = self._doInfoReq(req)
except Exception as e: