Closed ak5 closed 3 years ago
Hello @ak5,
It's seems the docker image is buggy. I will dig this problem this week.
Keep in touch Thanks
I built the image via instructions in README. Let me know if I can provide you with anything to help
Hi, any updates?
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 ?
Hello @ak5
Any update please?
@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.
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 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
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?
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
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.
@teodorkasap Hey thanks for the big delay of my response. The latest version must fixed your problem.
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:
But it is not posting to Mattermost - any idea what I am doing wrong?