esp-insights icon indicating copy to clipboard operation
esp-insights copied to clipboard

ESP Insights Fails

Open michaelboeding opened this issue 1 year ago • 5 comments

I (2063) esp_rmaker_work_queue: Work Queue created. E (2073) esp_insights: Failed to register event handler for INSIGHTS_EVENTS E (2083) esp_insights: Failed to enable ESP Insights. W (2083) insights_transport: disconnect callback not set I (2093) esp_rmaker_work_queue: esp_rmaker_work_queue was successfully deinitialized

When I try to setup esp insights in my project I get the above error - any suggestions?

michaelboeding avatar Aug 06 '24 02:08 michaelboeding

Seems your code may be missing the esp_event_loop_create_default() API call which is required before any event handlers can be registered. Check this and any other such missing calls by referring our examples

shahpiyushv avatar Aug 08 '24 09:08 shahpiyushv

I call the esp_event_loop_create_default() when I setup wifi. I'm not using rainmaker could that have something to do with it?

michaelboeding avatar Aug 12 '24 05:08 michaelboeding

@michaelboeding did you try example from esp-insights (or from examples present in esp-raimaker if you're using RainMaker)? Does the example work fine and you get issues with your project?

vikramdattu avatar Aug 12 '24 05:08 vikramdattu

Haven't I can try that. I'm not using rainmaker at all in my current project - besides whats used for insights.

michaelboeding avatar Aug 12 '24 05:08 michaelboeding

Hi @michaelboeding please check the README. Should be good enough as the starting point.

vikramdattu avatar Aug 12 '24 06:08 vikramdattu

Fucking chinese. They worse that indians

S-Sushka avatar Sep 11 '25 12:09 S-Sushka