mendhak
mendhak
This is the strange bit. > [2021-07-06 13:59:37,378] {http.py:140} INFO - Sending 'POST' to url: http://maersk.webhook.office.com/webhookb2/xxx [2021-07-06 13:59:41,910] {http.py:154} ERROR - HTTP error: Method Not Allowed [2021-07-06 13:59:41,920] {http.py:155} ERROR...
I am wondering if @lauge-kongstad maybe they found a solution? Just making another guess. Could the problem be the `http://` is the webhook somehow redirecting to its `https://` version and...
I can't be sure but this looks like a network or SSL/socket exception. The 'connection aborted' looks like some kind of networking issue or something blocking that request. Does it...
Since this uses the Incoming Webhook for Teams, that's not possible, because it's just a one way communication. To put it another way, one webhook message = one Teams message....
If I had to guess it's your logs_url which appears to be a security risk, it's not a good idea to use `file:///` URLs and I wonder if the webhook...
I'm not familiar with Composer, or GCP. However from what I know it's Airflow that creates the DB, unless GCP have somehow decided to alter the creation? Reason for mentiong...
Doesn't look possible. From what I see, connectors which are used by incoming webhooks, use the [legacy message card format](https://docs.microsoft.com/en-us/outlook/actionable-messages/message-card-reference) - which doesn't support mentions. If there's an overhaul on...
Sorry, I've not been following this very well. Unfortunately I'm not very familiar with ES6 so I don't think I can be of much help; but I could try fiddling...
It was done as part of an AMD Loading pull request, see here: https://github.com/mendhak/angular-intro.js/pull/49 You shouldn't have to manually install intro.js, if you did a bower install you'd get it...
Not an expert on this by any means. It's confusing to say the least, since the licensing split. What about this thread- https://softwareengineering.stackexchange.com/questions/107883/agpl-what-you-can-do-and-what-you-cant Seems like AGPL should be OK to...