Hacking Compile A9LH on demand

  • Thread starter Thread starter felipejfc
  • Start date Start date
  • Views Views 38,824
  • Replies Replies 194
  • Likes Likes 35
I tried using this and It's not working for me, not sure what I'm doing wrong. From the shell I get this

uploading otp file...

Traceback (most recent call last):
File "C:\otp\post_otp.py", line 7, in <module>
res = urllib2.urlopen(req)
File "C:\Python27\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 431, in open
response = self._open(req, data)
File "C:\Python27\lib\urllib2.py", line 449, in _open
'_open', req)
File "C:\Python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 1240, in https_open
context=self._context)
File "C:\Python27\lib\urllib2.py", line 1197, in do_open
raise URLError(err)
URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>

Using Python 2.7 on windows 10 pro

Anyone have any ideas? Or would be willing to compile for me?

My OTP: https://www.dropbox.com/s/rp1qk3hrpp13zt5/OTP.bin?dl=0
 
I tried using this and It's not working for me, not sure what I'm doing wrong. From the shell I get this

uploading otp file...

Traceback (most recent call last):
File "C:\otp\post_otp.py", line 7, in <module>
res = urllib2.urlopen(req)
File "C:\Python27\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "C:\Python27\lib\urllib2.py", line 431, in open
response = self._open(req, data)
File "C:\Python27\lib\urllib2.py", line 449, in _open
'_open', req)
File "C:\Python27\lib\urllib2.py", line 409, in _call_chain
result = func(*args)
File "C:\Python27\lib\urllib2.py", line 1240, in https_open
context=self._context)
File "C:\Python27\lib\urllib2.py", line 1197, in do_open
raise URLError(err)
URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)>

Using Python 2.7 on windows 10 pro

Anyone have any ideas? Or would be willing to compile for me?

My OTP: https://www.dropbox.com/s/rp1qk3hrpp13zt5/OTP.bin?dl=0
Edit the Python script and replace "https:" with "http:" in the URI. Then try again.
 

Site & Scene News

Popular threads in this forum