eve-swagger icon indicating copy to clipboard operation
eve-swagger copied to clipboard

Unhashable type: "list"

Open shanewazabbas opened this issue 1 year ago • 0 comments

Not sure if this library is even maintained. But this is a bug (definitions.py:186):

type = map.get(eve_type, (eve_type,))

because you can have a schema like this: "type": ["string", "integer"],

And so you get this error:

TypeError: unhashable type: 'list'

shanewazabbas avatar Aug 24 '23 21:08 shanewazabbas