Skip to content

Minimal template causing TypeError: __init__() got an unexpected keyword argument 'acct_key' #221

Open
@Ne00n

Description

@Ne00n

Which version of python are you using?

Python 3.6.9

What operating system and version of operating system are you using?

Ubuntu 18.04

What version of sewer are you using?

0.8.4

What did you do? (be as detailed as you can)

Just trying to create a minimalistic dns provider without params

What did you expect to see/happen/not happen?

It detonated without style

What did you actually see/happen?

Working with style

So, you got a provider example here: https://github.com/komuw/sewer/blob/master/docs/dns-01.md
I tried to replicate that on a minimal basis without paramets and such, but it did explode.
Here is my current class: https://pastebin.com/b8YJGCxM

It seems to throw:
cert_key=AcmeKey.create("rsa2048")
TypeError: init() got an unexpected keyword argument 'acct_key'

At https://pastebin.com/a6Un2nsP
Any idea why?

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