Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssertionError: View function mapping is overwriting an existing endpoint function: root #38

Open
bwesterb opened this issue Jun 14, 2017 · 2 comments

Comments

@bwesterb
Copy link

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

@ptersilie
Copy link
Member

@bwesterb Sorry for the late reply. Are you still running into this issue?

@ptersilie ptersilie reopened this Nov 6, 2018
@bwesterb
Copy link
Author

bwesterb commented Nov 6, 2018

Haven't tried it again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants