Skip to content

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

Open
@bwesterb

Description

@bwesterb
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions