csm-aut / csm

This repository contains Cisco Software Manager (CSM Server) source code
Apache License 2.0
11 stars 7 forks source link

CSM Trace #28

Open kstaniek opened 8 years ago

kstaniek commented 8 years ago

make_url has changed but the call in csmserver uses the old definition with 'default_host_username'

Traceback (most recent call last): File "/opt/csm/csm/csmserver/env/local/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() File "/opt/csm/csm/csmserver/env/local/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) File "/opt/csm/csm/csmserver/env/local/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) File "/opt/csm/csm/csmserver/env/local/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() File "/opt/csm/csm/csmserver/env/local/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request return self.view_functionsrule.endpoint File "/opt/csm/csm/csmserver/env/local/lib/python2.7/site-packages/flask_login.py", line 758, in decorated_view return func(_args, *_kwargs) File "/opt/csm/csm/csmserver/csmserver.py", line 2786, in check_host_reachability default_host_authentication_choice=system_option.default_host_authentication_choice) TypeError: make_url() got an unexpected keyword argument 'default_host_username'