Rogue Spark.Publish from a core I am working on

So, this is a bit weird, started today or earlier today, not sure. So I am sitting here publishing a few variables (Temp/Humidity/CO2/Light), and I am watching my feed in the Dashboard (and now the direct API for ONLY my devices (of which only 2 are enabled).

…and I notice something strange…

event: spark/status
data: {"data":"online","ttl":"60","published_at":"2015-06-21T00:12:19.045Z","coreid":"asdf"}

event: spark/cc3000-patch-version
data: {"data":"1.28","ttl":"60","published_at":"2015-06-21T00:12:19.208Z","coreid":"asdf"}

event: S1RCEnv_Humidity
data: {"data":"43","ttl":"60","published_at":"2015-06-21T00:12:20.333Z","coreid":"asdf"}

event: S1RCEnv_Light
data: {"data":"2","ttl":"60","published_at":"2015-06-21T00:12:20.334Z","coreid":"asdf"}

event: S1RCEnv_CO2
data: {"data":"540","ttl":"60","published_at":"2015-06-21T00:12:20.483Z","coreid":"asdf"}

event: S1RCEnv_Temp
data: {"data":"85","ttl":"60","published_at":"2015-06-21T00:12:20.488Z","coreid":"asdf"}


event: 2
data: {"data":"undefined","ttl":"60","published_at":"2015-06-21T00:12:34.530Z","coreid":"asdf"}

Soooo, that last one, not sure where this thing started coming from, same coreid and everything, no idea how or why or specifically WHEN it started showing up, just that it started showing up. I have gone through my code, removed comments and anything else with a publish in it, as well as turned off and deleted my IFTTT recipes (they were showing up in dashboard, strangely), and reflashed like a million damn times. Gone so far as to flash both my cores with nothing at all (an LED control script that just changes the main LED to different colors every minute) and STILL this random, weird, null event is getting published…

WHY!!! It is driving me crazy right now, it even shows up when that core is offline… whaaat the heck!

Joe

What’s the url you are listening on?

https://api.spark.io/v1/devices/events/?access_token=myaccesstoken

as well as the dashboard.

So what are the actual rogue events that are publishing?

Again, long delay in response, my apologies. It seemed to be when I copied my original sketch and made a new one, once I updated my old one and pushed it out to the core I stopped seeing the events.

Just for reference it’s the “undefined” event in the above list. I am updating the other one again so I will see if it comes back.