fedmsg icon indicating copy to clipboard operation
fedmsg copied to clipboard

irc bot no messages

Open glensc opened this issue 9 years ago • 4 comments

i have basic irc config setup and fedora endpoints configured. seems irc bot messages are incomplete:

15:11:46  fedmsg> buildsys.untag --
15:11:47  fedmsg> buildsys.untag --
15:11:48  fedmsg> buildsys.untag --
15:11:49  fedmsg> buildsys.untag --
15:11:49  fedmsg> buildsys.untag --
15:11:50  fedmsg> buildsys.untag --
15:11:51  fedmsg> buildsys.untag --
15:11:58  fedmsg> buildsys.task.state.change --
15:12:04  fedmsg> buildsys.repo.done --
15:12:10  fedmsg> github.status --
15:12:16  fedmsg> buildsys.build.state.change --

they should contain more data, as seen from #260 example

however if i produce message locally, it goes by fine:

$ echo "Hello, world" | fedmsg-logger
15:17:11  fedmsg> logger.log -- Hello, world (glen)

glensc avatar Mar 19 '16 13:03 glensc

Do you have fedmsg_meta_fedora_infrastructure installed? It should be what translates messages to a human-readable sentence/description

pypingou avatar Mar 19 '16 13:03 pypingou

:+1:, @pypingou's comment instructions should do it.

ralphbean avatar Mar 19 '16 14:03 ralphbean

indeed, i do lack fedmsg_meta_fedora_infrastructure

glensc avatar Mar 19 '16 22:03 glensc

probably better doc about it would be useful, currently i just run and test approach

glensc avatar Mar 19 '16 22:03 glensc