suer / redmine_webhook

148 stars 81 forks source link

Url not called #3

Open houssem-bensalem opened 9 years ago

houssem-bensalem commented 9 years ago

Hello, i've just installed the plugin and i've set a call Url but when i create or update an issue nothing happens .. do you have any idea or do i have to configure another thing ?

thx

Environment: Redmine version 2.4.2.stable Ruby version 1.8.7-p249 (2010-01-10) [x86_64-linux] Rails version 3.2.16 Environment production Database adapter Mysql2 SCM: Subversion 1.7.18 Cvs 1.12.13 Git 1.7.0.4 Filesystem
Redmine plugins: AgileDwarf 0.0.3 redmine_webhook 0.0.1 scrum2b 2.0

miurahr commented 9 years ago

You can observe what really happen or not, by 'tcpdump' or 'wireshark' to watch TCP packet on the server. In my debugging experience, I've configured with wrong hook URL and receiver simply ignore it.

joelkaufman commented 9 years ago

try using http://postcatcher.in/ the hook is using faraday to post the data, it doesn't work on the local network for some reason

miurahr commented 9 years ago

:100: @joelkaufman It is better way!