gemhome / fnordmetric

(possible new home for) FnordMetric is a redis/ruby-based realtime Event-Tracking app
0 stars 1 forks source link

Setting session name and picture causes errors #51

Open bf4 opened 10 years ago

bf4 commented 10 years ago

Issue by KieranP Wednesday Apr 03, 2013 at 03:12 GMT Originally opened as https://github.com/paulasmuth/fnordmetric/issues/139


When I trigger an event for _set_name and _set_picture to populate the active users plugin (which works well) I get the following warnings:

[13-04-03 16:09:30] [ERROR] no handler for event-type: _set_name
[13-04-03 16:09:30] [ERROR] no handler for event-type: _set_picture

I get why they happen, but should they happen? I can't think of any reason why I would want to catch the name and picture in events? Shouldn't the active users plugin just create blank events to prevent these errors?