Skip to content

Unhandled TimeoutError #145

@VojtechMyslivec

Description

@VojtechMyslivec

Hello,

I had encountered this error two days ago:

2020-08-17 11:26:03,871:INFO:simp_le:1411: Reusing existing certificate private key
Traceback (most recent call last):
  File "/opt/simp_le/simp_le.py", line 1565, in main
    return main_with_exceptions(cli_args)
  File "/opt/simp_le/simp_le.py", line 1549, in main_with_exceptions
    persist_new_data(args, existing_data)
  File "/opt/simp_le/simp_le.py", line 1443, in persist_new_data
    order = finalize_order(client, order)
  File "/opt/simp_le/simp_le.py", line 1370, in finalize_order
    finalized_order = client.poll_and_finalize(order)
  File "/opt/simp_le/venv/lib/python3.5/site-packages/acme/client.py", line 711, in poll_and_finalize
    orderr = self.poll_authorizations(orderr, deadline)
  File "/opt/simp_le/venv/lib/python3.5/site-packages/acme/client.py", line 727, in poll_authorizations
    raise errors.TimeoutError()
acme.errors.TimeoutError

Unhandled error has happened, traceback is above

Debugging tips: -v improves output verbosity. Help is available under --help.

It's not a big deal, certificates were renewed a day after and I just want to report it. It would be nice to catch this exception and exit with some pretty error message.

Vojtech

BTW: Thanks for maintaining this awesome tool 👍

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions