serilog-contrib / serilog-sinks-slack

A simple (yet customizable) Slack logging sink for Serilog
MIT License
41 stars 27 forks source link

Sink not writing to Slack #23

Closed djangohunt closed 3 years ago

djangohunt commented 5 years ago

I have used your sink in my application and it was working fine, it has now stopped working at all, I get no exception and nothing strange in Output (visual Studio). I then tried your example application with my Webhook and that isn't working either, I have tested my Slack Webhook in Command Prompt and it is working fine. Is anyone else seeing this?

markwkjr commented 5 years ago

First time I've used this Sink, but I'm having the same problem. Not receiving any output in my Channel on Slack.

TrapperHell commented 3 years ago

This is a relatively old issue with very little contextual information. Here's hoping that the recently merged PR resolves this. Closing this in the mean time.

GFoley83 commented 2 years ago

@djangohunt @markwkjr What did you do to resolve your issue? I'm having the same problem; I can use the webhook fine with Postman but with Serilog I get nothing.

TrapperHell commented 2 years ago

@GFoley83 are you using version 2.2.0?

This might be related to this issue: https://github.com/serilog-contrib/serilog-sinks-slack/issues/11

GFoley83 commented 2 years ago

I am using framework 4.5.2 which I'm assuming is the root cause as I can't even get a console app working with it.

I've tried different versions of Serilog with different versions of this sink but as of yet I haven't found the magic combination to make it work. Out of ideas now.

TrapperHell commented 2 years ago

Hi @GFoley83 I can confirm that I am able to reproduce your issue. To prevent cluttering this issue, I have opened up a new issue #40 . Thanks.

TrapperHell commented 2 years ago

Hi @GFoley83 if you could take the time to test the latest version (2.2.1) and confirm (on issue #40) that it's working for you now, that would be great. Thanks.