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
Traceback (most recent call last):
File "$HOME/ctlogs/envs/bin/axeman", line 8, in <module>
sys.exit(main())
File "$HOME/ctlogs/envs/lib/python3.8/site-packages/axeman/core.py", line 295, in main
loop.run_until_complete(retrieve_certificates(loop, concurrency_count=args.concurrency_count, output_directory=args.output_dir))
File "uvloop/loop.pyx", line 1517, in uvloop.loop.Loop.run_until_complete
File "$HOME/ctlogs/envs/lib/python3.8/site-packages/axeman/core.py", line 112, in retrieve_certificates
await download_tasks
File "$HOME/ctlogs/envs/lib/python3.8/site-packages/axeman/core.py", line 53, in download_worker
for index, entry in zip(range(start, end + 1), entry_list['entries']):
TypeError: 'NoneType' object is not subscriptable
axeman pulled down a few TBs of CSVs from various CTLs and then crashed:
The text was updated successfully, but these errors were encountered: