mrbase / cachet-slack-integration

MIT License
10 stars 5 forks source link

Issues with install/setup #1

Closed bjshively closed 8 years ago

bjshively commented 8 years ago

Hi,

I was trying to set this up on an existing install, and haven't had much luck. I've fiddled with it a few different ways to no avail.

When I run composer require "mrbase/cachet-slack-integration": "1.*" I get the following error:

screen shot 2016-03-15 at 3 11 23 pm

I looked up your package on packagist.org and followed the install instructions there. They say to use composer require mrbase/cachet-slack-integration instead. I did that and was able to get past the error mentioned above, but after following the other setup steps (adding providers and aliases, adding lines to .env, etc.) I still haven't had any luck. My install isn't logging any errors and still works as expected, but I don't see any activity in Slack.

Any chance you could point me towards next steps to debug?

Thank you!

Drusy commented 8 years ago

Hello,

I am having exactly the same issue as @bjshively. The configuration seem fine but I can't get any message in my Slack channel. I tried to put messages on the channel using curl and it worked.

Regards.

mrbase commented 8 years ago

Hey @bjshively and @Drusy

Will look at it - must admit I haven't been using it since I created it.

mrbase commented 8 years ago

Ok, found the issue. At some point Cachet refactored the event structure, so the listeners are never triggered.

mrbase commented 8 years ago

Hey @bjshively and @Drusy

I have been playing around a bit with Cachet today, and the event system seems to be a bit ... broken might be a strong word, but it does not play well with others.

Before I dive in some more, I just need to here if you are at all interested or you have moved along ?

Drusy commented 8 years ago

Hey @mrbase

At the time I wrote the first message we were trying cachet and we finally moved along and decided to use monit for the monitoring. Today we still don't know if we will use Cachet at a incident reporter or not ...

Anyway, I think it could be great to have this integration working for others as we find this repo quite easily :)

bjshively commented 8 years ago

We use cachet actively in my org. I would definitely use this if it is working. If it isn't too much trouble, a fix would be appreciated!

On Tue, Jun 14, 2016 at 2:46 AM, Kévin Renella notifications@github.com wrote:

Hey @mrbase https://github.com/mrbase

At the time I wrote the first message we were trying cachet and we finally moved along and decided to use monit for the monitoring. Today we still don't know if we will use Cachet at a incident reporter or not ...

Anyway, I think it could be great to have this integration working for others as we find this repo quite easily :)

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mrbase/cachet-slack-integration/issues/1#issuecomment-225793657, or mute the thread https://github.com/notifications/unsubscribe/AChhKB_Gv_0BsRLENP1sEeTahuibqz7Uks5qLk4wgaJpZM4HxWl9 .

mrbase commented 8 years ago

alright .. current status: https://github.com/CachetHQ/Cachet/issues/1923

mrbase commented 8 years ago

ok guys, sorry about the delay

there is a new release of the package, it should now work as expected

if there are any issues please let me know