Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled TimeoutError #145

Open
VojtechMyslivec opened this issue Aug 19, 2020 · 1 comment
Open

Unhandled TimeoutError #145

VojtechMyslivec opened this issue Aug 19, 2020 · 1 comment

Comments

@VojtechMyslivec
Copy link

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 👍

@zenhack
Copy link
Owner

zenhack commented Aug 21, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants