Lujeni / matterllo

Simple integration between Trello and Mattermost: send Trello activity notifications to Mattermost channels
MIT License
86 stars 25 forks source link

Doesn't Post to Mattermost #31

Closed ak5 closed 3 years ago

ak5 commented 7 years ago

I installed Matterlo via Docker and used the interface to configure my board and integration with Mattermost webhook.

Also tested Mattermost URL via curl from within the container and it works well.

When I do an action in Trello I see something is being posted to Matterlo:

[03/Feb/2017 10:03:50] "POST /callback/5/ HTTP/1.1" 200 0

But it is not posting to Mattermost - any idea what I am doing wrong?

Lujeni commented 7 years ago

Hello @ak5,

It's seems the docker image is buggy. I will dig this problem this week.

Keep in touch Thanks

ak5 commented 7 years ago

I built the image via instructions in README. Let me know if I can provide you with anything to help

ak5 commented 7 years ago

Hi, any updates?

Lujeni commented 7 years ago

Hello @ak5 ,

Did you use the localhost URL to test ? In this case, matterllo will create the trello fallback with localhost Can you give me the docker logs pls also ?

Can you test with ngrok pls ?

Lujeni commented 7 years ago

Hello @ak5

Any update please?

Tjird commented 6 years ago

@Lujeni I have the same problem, if I trigger one or more of the triggers there doesn't came a post in mattermost. The interface says that the bridge is succesfully setup. I don't get any error's if I trigger something, these messages only do I get from the container on startup https://i.imgur.com/m1CjIad.png.

xifengzhu commented 6 years ago

I also have the same problem. I built Matterllo and configured it correctly, but when I add list in trello, no post to mattermost.

matterllo

Matterllo log:

30/May/2018 03:33:52] "GET /admin/core/webhook/add/ HTTP/1.0" 200 6477
[30/May/2018 03:33:52] "GET /admin/jsi18n/ HTTP/1.0" 200 3217
[30/May/2018 03:35:32] "POST /admin/core/webhook/add/ HTTP/1.0" 302 0
[30/May/2018 03:35:32] "GET /admin/core/webhook/add/ HTTP/1.0" 200 6752
[30/May/2018 03:35:32] "GET /admin/jsi18n/ HTTP/1.0" 200 3217
[30/May/2018 03:35:36] "GET /admin/core/webhook/ HTTP/1.0" 200 4236
[30/May/2018 03:35:36] "GET /admin/jsi18n/ HTTP/1.0" 200 3217
[30/May/2018 03:35:40] "GET /admin/ HTTP/1.0" 200 5416
[30/May/2018 03:35:44] "GET /admin/core/webhook/ HTTP/1.0" 200 4236
[30/May/2018 03:35:44] "GET /admin/jsi18n/ HTTP/1.0" 200 3217
teodorkasap commented 4 years ago

hi @Lujeni , i have the same problem. I see it has been a while since the last post.. have you been able to solve this?

teodorkasap commented 4 years ago

hi @Lujeni , I have tried with ngrok but the result is the same... matterllo registers the post request but it is not forwarded to mattermost hosted locally. My mattermost is ver 5.19

teodorkasap commented 4 years ago

hi @Lujeni maybe this could help: I have modified the Django version to Django==1.11 , which seems to be the latest supported LTS release for python 2.7... Do you think this could cause an issue? your help will be appreciated.

Lujeni commented 3 years ago

@teodorkasap Hey thanks for the big delay of my response. The latest version must fixed your problem.