Wearg: Difference between revisions
From Nasqueron Agora
|  (Created page with "Wearg is an eggdrop and a notifications clients.   Services → Notifications center → broker →...") | 
| (No difference) | 
Latest revision as of 00:14, 5 September 2016
Wearg is an eggdrop and a notifications clients.
Services → Notifications center → broker → Wearg
Troubleshoot
No messages are received
Check through another client (the CLI client for example) all works fine at notifications center and broker level.
If so:
-  Check we're connected through .tcl mq connected
- If so, disconnect it with .tcl mq disconnect
- Check timer through .tcl utimers, you should have one (and only one) timer with ::broker::on_tick as callback
- Too many timers? kill extra timers with .tcl killutimer timer<id>, good luck for the guess the second game
- No timer? .tcl broker::on_tick
 
- Too many timers? kill extra timers with 
- Ask next message in the queue .tcl mq get wearg-notifications
- If stuck at the previous operation, close the connection through the broker interface: http://white-rabbit.nasqueron.org:15672/#/connections (username is daeghrefn, source IP is 212.83.187.132). This method is pretty effective

