tactlabs / error-archive

All issues related to tact and tact labs work
0 stars 0 forks source link

2 #263

Open rajacsp opened 4 years ago

rajacsp commented 4 years ago
PdfReadWarning: Xref table not zero-indexed. ID numbers for objects will not be corrected. [pdf.py:1503]
TEST0: None
2019-08-19 19:43:04,303 WARNING 25745 [gnupg] _meta.py:612 - "--no-use-agent" is an obsolete option - it has no effect
2019-08-19 19:43:04,314 ERROR 25745 [gnupg] _util.py:172 - Error sending data: Broken pipe
Exception in thread Thread-3:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 754, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/ubuntu/kwikee/projects/py27/local/lib/python2.7/site-packages/gnupg/_meta.py", line 605, in _read_response
    result._handle_status(keyword, value)
  File "/home/ubuntu/kwikee/projects/py27/local/lib/python2.7/site-packages/gnupg/_parsers.py", line 950, in _handle_status
    raise ValueError("Unknown status message: %r" % key)
ValueError: Unknown status message: u'FAILURE'

Traceback (most recent call last):
  File "create_pdfs.py", line 172, in <module>
    main()
  File "create_pdfs.py", line 138, in main
    cleanup=False, designation=title, grade=grade)
  File "/home/ubuntu/kwikee/projects/cmaker/gen_cert.py", line 325, in create_and_upload
    bucket = s3_conn.get_bucket(BUCKET)
  File "/home/ubuntu/kwikee/projects/py27/local/lib/python2.7/site-packages/boto/s3/connection.py", line 471, in get_bucket
    return self.head_bucket(bucket_name, headers=headers)
  File "/home/ubuntu/kwikee/projects/py27/local/lib/python2.7/site-packages/boto/s3/connection.py", line 490, in head_bucket
    response = self.make_request('HEAD', bucket_name, headers=headers)
  File "/home/ubuntu/kwikee/projects/py27/local/lib/python2.7/site-packages/boto/s3/connection.py", line 633, in make_request
    retry_handler=retry_handler
  File "/home/ubuntu/kwikee/projects/py27/local/lib/python2.7/site-packages/boto/connection.py", line 1046, in make_request
    retry_handler=retry_handler)
  File "/home/ubuntu/kwikee/projects/py27/local/lib/python2.7/site-packages/boto/connection.py", line 922, in _mexe
    request.body, request.headers)
  File "/usr/lib/python2.7/httplib.py", line 1042, in request
    self._send_request(method, url, body, headers)
  File "/usr/lib/python2.7/httplib.py", line 1082, in _send_request
    self.endheaders(body)
  File "/usr/lib/python2.7/httplib.py", line 1038, in endheaders
    self._send_output(message_body)
  File "/usr/lib/python2.7/httplib.py", line 882, in _send_output
    self.send(msg)
  File "/usr/lib/python2.7/httplib.py", line 844, in send
    self.connect()
  File "/usr/lib/python2.7/httplib.py", line 1263, in connect
    server_hostname=server_hostname)
  File "/usr/lib/python2.7/ssl.py", line 369, in wrap_socket
    _context=self)
  File "/usr/lib/python2.7/ssl.py", line 617, in __init__
    self.do_handshake()
  File "/usr/lib/python2.7/ssl.py", line 854, in do_handshake
    match_hostname(self.getpeercert(), self.server_hostname)
  File "/usr/lib/python2.7/ssl.py", line 288, in match_hostname
    % (hostname, ', '.join(map(repr, dnsnames))))
ssl.CertificateError: hostname 'verify-test.edx.org.s3.amazonaws.com' doesn't match either of '*.s3.amazonaws.com', 's3.amazonaws.com'