mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-19 07:20:26 +00:00
File "/usr/lib/python3.7/site-packages/linkcheck/httputil.py", line 68, in asn1_generaltime_to_seconds
line: res = datetime.strptime(timestr, timeformat + 'Z')
locals:
res = <local> None
datetime = <global> <class 'datetime.datetime'>
datetime.strptime = <global> <built-in method strptime of type object at 0x7fa39064dda0>
timestr = <local> b'20191106202117Z'
timeformat = <local> '%Y%m%d%H%M%S'
TypeError: strptime() argument 1 must be str, not bytes
pyOpenSSL OpenSSL.crypto.X509.get_notAfter() returns bytes:
https://www.pyopenssl.org/en/stable/api/crypto.html#OpenSSL.crypto.X509.get_notAfter
|
||
|---|---|---|
| .. | ||
| cache | ||
| checker | ||
| configuration | ||
| logger | ||
| __init__.py | ||
| cookies.txt | ||
| test_cgi.py | ||
| test_clamav.py | ||
| test_console.py | ||
| test_containers.py | ||
| test_cookies.py | ||
| test_decorators.py | ||
| test_dummy.py | ||
| test_filenames.py | ||
| test_fileutil.py | ||
| test_ftpparse.py | ||
| test_linkchecker.py | ||
| test_linkname.py | ||
| test_linkparser.py | ||
| test_mimeutil.py | ||
| test_network.py | ||
| test_parser.py | ||
| test_po.py | ||
| test_robotparser.py | ||
| test_robotstxt.py | ||
| test_strformat.py | ||
| test_updater.py | ||
| test_url.py | ||
| test_urlbuild.py | ||