rollback Bump GitHub webhook receiver version to 0.2.2 and add server URL definition#14
Merged
cgalibern merged 1 commit intoopensvc:mainfrom Feb 13, 2026
Merged
Conversation
… URL definition
##
Traceback (most recent call last):
File "app.py", line 33, in <module>
main()
File "app.py", line 26, in main
app.add_api(api, arguments={'branches': branches, 'release_branches': release_branches})
File "/usr/local/lib/python3.8/site-packages/connexion/apps/flask_app.py", line 58, in add_api
self.app.register_blueprint(api.blueprint)
File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 98, in wrapper_func
return f(self, *args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1167, in register_blueprint
blueprint.register(self, options, first_registration)
File "/usr/local/lib/python3.8/site-packages/flask/blueprints.py", line 256, in register
deferred(state)
File "/usr/local/lib/python3.8/site-packages/flask/blueprints.py", line 294, in <lambda>
self.record(lambda s: s.add_url_rule(rule, endpoint, view_func, **options))
File "/usr/local/lib/python3.8/site-packages/flask/blueprints.py", line 81, in add_url_rule
self.app.add_url_rule(
File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 98, in wrapper_func
return f(self, *args, **kwargs)
File "/usr/local/lib/python3.8/site-packages/flask/app.py", line 1274, in add_url_rule
rule = self.url_rule_class(rule, methods=methods, **options)
File "/usr/local/lib/python3.8/site-packages/werkzeug/routing.py", line 666, in __init__
raise ValueError("urls must start with a leading slash")
ValueError: urls must start with a leading slash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.