gabrielg / mail_to_hip_chat

Funnels email into HipChat
Other
18 stars 2 forks source link

/notifications/create returns invalid signature / 400 error #5

Open jm3 opened 9 years ago

jm3 commented 9 years ago

CloudMailIn fails to deliver the message because the endpoint dies with an invalid signature

The error that the other server returned was:
554 message rejected because the target returned error 400

with pry + some debug statements, you can see that the signature method is returning false, so the rack_app always returns 400, but no idea why; hard to debug on heroku.

Note that this seems to be unrelated to Hipchat; this is just the test email

florisvlasveld commented 9 years ago

I experience this problem as well. @gabrielg, do you have any suggestion how to resolve this issue?

gabrielg commented 9 years ago

Sorry, I really need to make it clear in the README or remove this project: I haven't used HipChat in at least three years now, and so this is woefully unmaintained. If you figure it out, I'm happy to merge a pull request or hand off ownership of the project to someone who can better maintain it.

jm3 commented 9 years ago

we've since switched to Slack :) On Wed, Apr 29, 2015 at 4:22 PM Gabriel Gironda notifications@github.com wrote:

Sorry, I really need to make it clear in the README or remove this project: I haven't used HipChat in at least three years now, and so this is woefully unmaintained. If you figure it out, I'm happy to merge a pull request or hand off ownership of the project to someone who can better maintain it.

Reply to this email directly or view it on GitHub https://github.com/gabrielg/mail_to_hip_chat/issues/5#issuecomment-97612896 .