flask-restplus-patched icon indicating copy to clipboard operation
flask-restplus-patched copied to clipboard

missing 2 required positional arguments: 'schema_name_resolver' and 'spec'

Open lamhai1401 opened this issue 3 years ago • 0 comments

Hi Guys! I'm try following this example https://github.com/frol/flask-restplus-server-example

In that repo, their using flask-restplus-patched but i can't find the specific version.

I got this error when run : TypeError: __init__() missing 2 required positional arguments: 'schema_name_resolver' and 'spec'

Screen Shot 2021-06-07 at 01 36 31

Could you tell me what i missing and how to fix it Thank in advance!

I'm using flask-restplus-patched==0.1.10

lamhai1401 avatar Jun 06 '21 18:06 lamhai1401