-
Notifications
You must be signed in to change notification settings - Fork 72
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
[Webhook] Add custom domain support #1076
Conversation
self.webhook_server_context = self.webhook_app.app_context() | ||
self.webhook_server_context.push() | ||
except OSError as e: | ||
self.webhook_server = None | ||
self.logger.exception(e, False, f"Fail to start webhook : {e}") | ||
self.get_logger().exception(e, False, f"Fail to start webhook : {e}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not self.logger here ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hum that's not my changes, I have probably missed something
@@ -155,17 +158,14 @@ def get_subscribe_url(self, service_feed_name): | |||
|
|||
def _prepare_webhook_server(self): | |||
try: | |||
self.logger.debug(f"Starting local webhook server at {self.webhook_host}:{self.webhook_port}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why removing this ?
8220cb0
to
03911cd
Compare
Fixed |
03911cd
to
bb56690
Compare
Resolves https://feedback.octobot.online/open-source/p/add-support-for-ngrok-static-domains