You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following exception is raised whenever a form is submitted:
/update/ansible_playbook_service (500)
Traceback (most recent call last):
File "/projects/enms/eNMS/eNMS/server.py", line 153, in decorated_function
result = function(*args, **kwargs)
File "/projects/enms/eNMS/eNMS/server.py", line 366, in route
if not form.validate_on_submit():
File "/projects/enms/lib/python3.9/site-packages/flask_wtf/form.py", line 86,
in validate_on_submit
return self.is_submitted() and self.validate(extra_validators=extra_validators)
TypeError: validate() got an unexpected keyword argument 'extra_validators'
workaround I used: pip3 install flask_wtf==v1.0.1 after installing requirements.txt
The text was updated successfully, but these errors were encountered:
The following exception is raised whenever a form is submitted:
workaround I used:
pip3 install flask_wtf==v1.0.1
after installing requirements.txtThe text was updated successfully, but these errors were encountered: