Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Iota does not support '__isabstractmethod__' command. #206

@timohe

Description

@timohe

I have code like this:

class IotaAdapter(Adapter):
    client = Iota('https://nodes.devnet.iota.org:443', testnet=True)

Where Adapter is an abstract class. (class Adapter(ABC): [...])
I am getting the error:

iota.api.InvalidCommand: Iota does not support 'isabstractmethod' command.

It works without a problem if I don't inherit from Adapter.
Anyone knows how I can fix this?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions