You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I receive following error while doing the login call -
Traceback (most recent call last):
File "", line 1, in
File "pyzilla.py", line 105, in login
password = password))
File "/usr/tideway/lib/python2.7/xmlrpclib.py", line 1224, in call
return self.__send(self.__name, args)
File "/usr/tideway/lib/python2.7/xmlrpclib.py", line 1570, in __request
verbose=self.__verbose
File "pyzilla.py", line 79, in request
errcode, errmsg, headers = h.getreply()
AttributeError: HTTPSConnection instance has no attribute 'getreply'
I'm using Python 2.7.1 on RHEL 5. The BugZilla version however is 3.0.2. Any help with this will be much appreciated.
I'm interested in seeing if this can be used for running some of our automated reports.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
I downloaded PyZilla today and tried to run the basic steps mentioned in the README:
However, I receive following error while doing the login call -
Traceback (most recent call last):
File "", line 1, in
File "pyzilla.py", line 105, in login
password = password))
File "/usr/tideway/lib/python2.7/xmlrpclib.py", line 1224, in call
return self.__send(self.__name, args)
File "/usr/tideway/lib/python2.7/xmlrpclib.py", line 1570, in __request
verbose=self.__verbose
File "pyzilla.py", line 79, in request
errcode, errmsg, headers = h.getreply()
AttributeError: HTTPSConnection instance has no attribute 'getreply'
I'm using Python 2.7.1 on RHEL 5. The BugZilla version however is 3.0.2. Any help with this will be much appreciated.
I'm interested in seeing if this can be used for running some of our automated reports.
Thank you.
The text was updated successfully, but these errors were encountered: