Closed ashleysommer closed 3 years ago
From @jailge here: https://github.com/ashleysommer/sanic-restplus/issues/27 Hi, I currently use python3.7, sanic 21.6.2 and sanic-restplus 0.6.0. When I run my project, I got a type error as below:
File "/Users/jailge/PycharmProjects/eslogsystem/sanic-ls-service/venv/lib/python3.7/site-packages/sanic_plugin_toolkit/realm.py", line 350, in _plugin_register_app_route fr = SanicFutureRoute(r_handler, uri, name=name, **kwargs) TypeError: __new__() missing 1 required positional argument: 'version_prefix'
Fixed by https://github.com/ashleysommer/sanic-plugin-toolkit/commit/87b7f8478748591be57751b7e8e8e93a0c83ac22
From @jailge here: https://github.com/ashleysommer/sanic-restplus/issues/27 Hi, I currently use python3.7, sanic 21.6.2 and sanic-restplus 0.6.0. When I run my project, I got a type error as below: