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

Traceback: exceptions.AttributeError: Deferred instance has no attribute 'register' #154

Closed
glyph opened this issue Feb 24, 2020 · 0 comments · Fixed by #155
Closed

Traceback: exceptions.AttributeError: Deferred instance has no attribute 'register' #154

glyph opened this issue Feb 24, 2020 · 0 comments · Fixed by #155

Comments

@glyph
Copy link
Member

glyph commented Feb 24, 2020

Updated my web server to master since #150 isn't in a release yet and now automat doesn't work with an old enough version of txacme that my pin broke, and now I'm getting this traceback:

2020-02-24T02:54:08+0000 [-] Unhandled Error
	Traceback (most recent call last):
	  File "/code/env/site-packages/txacme/service.py", line 282, in startService
	    self._timer_service.startService()
	  File "/code/env/site-packages/twisted/application/internet.py", line 275, in startService
	    self._loopFinished = self._loop.start(self.step, now=True)
	  File "/code/env/site-packages/twisted/internet/task.py", line 194, in start
	    self()
	  File "/code/env/site-packages/twisted/internet/task.py", line 239, in __call__
	    d = defer.maybeDeferred(self.f, *self.a, **self.kw)
	--- <exception caught here> ---
	  File "/code/env/site-packages/twisted/internet/defer.py", line 151, in maybeDeferred
	    result = f(*args, **kw)
	  File "/code/env/site-packages/txacme/service.py", line 143, in _check_certs
	    self._ensure_registered()
	  File "/code/env/site-packages/txacme/service.py", line 240, in _ensure_registered
	    return self._register()
	  File "/code/env/site-packages/txacme/service.py", line 251, in _register
	    self._client.register(regr)
	exceptions.AttributeError: Deferred instance has no attribute 'register'
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

Successfully merging a pull request may close this issue.

1 participant