Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to login to sites #21

Open
harroguk opened this issue Oct 13, 2015 · 1 comment
Open

Unable to login to sites #21

harroguk opened this issue Oct 13, 2015 · 1 comment

Comments

@harroguk
Copy link

Executing the below command via IRC

%download <sitealias> 385761
Downloading 385761 from passthepopcorn. [pyWHATauto]

Produces the error...
Logging into because a cookie was not previously saved or is outdated.
Unhandled exception in thread started by <function download at 0x027CEDF0>
Traceback (most recent call last):
File "C:\InstalledPrograms\PyWhatAuto\WHATauto.py", line 595, in download
retreived = dlCookie(downloadID, site, cj, target, network, name)
File "C:\InstalledPrograms\PyWhatAuto\WHATauto.py", line 495, in dlCookie
cj = createCookie(site, cj)
File "C:\InstalledPrograms\PyWhatAuto\WHATauto.py", line 797, in createCookie
handle = urlopen(req)
File "C:\InstalledPrograms\Python27\lib\urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "C:\InstalledPrograms\Python27\lib\urllib2.py", line 404, in open
response = self._open(req, data)
File "C:\InstalledPrograms\Python27\lib\urllib2.py", line 422, in _open
'_open', req)
File "C:\InstalledPrograms\Python27\lib\urllib2.py", line 382, in _call_chain
result = func(*args)
File "C:\InstalledPrograms\Python27\lib\urllib2.py", line 1222, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File "C:\InstalledPrograms\Python27\lib\urllib2.py", line 1184, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 1] _ssl.c:510: error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error>

@harroguk
Copy link
Author

Seems that updating from Python 2.7.4 to 2.7.10 resolved this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant