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
Traceback (most recent call last):
File "mattermostgithub/server.py", line 17, in <module>
@app.route(config.SERVER['hook'] or "/", methods=['POST'])
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1080, in decorator
self.add_url_rule(rule, endpoint, f, **options)
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 64, in wrapper_func
return f(self, *args, **kwargs)
File "/usr/lib/python2.7/dist-packages/flask/app.py", line 1051, in add_url_rule
'existing endpoint function: %s' % endpoint)
AssertionError: View function mapping is overwriting an existing endpoint function: root
I'm at 92394f2
The text was updated successfully, but these errors were encountered: