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
Due to the last updates, there should be **kwargs argument in every validator used in full tutorial. In other case I have such error:
validator(request, **args) │
TypeError: valid_message() got an unexpected keyword argument 'error_handler'
The text was updated successfully, but these errors were encountered:
Due to the last updates, there should be **kwargs argument in every validator used in full tutorial. In other case I have such error:
validator(request, **args) │
TypeError: valid_message() got an unexpected keyword argument 'error_handler'
The text was updated successfully, but these errors were encountered: