2015-12-28 11:3:59 - ERROR - feed plantsoil: undefined metho

Moderators: adafruit_support_bill, adafruit

Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.
Locked
User avatar
Mnelson
 
Posts: 2
Joined: Tue Dec 23, 2014 11:18 pm

2015-12-28 11:3:59 - ERROR - feed plantsoil: undefined metho

Post by Mnelson »

I have a feed named plantsoil.

This is the part of my code I think might be causing the issue:

// Setup a feed called 'photocell' for publishing changes.
// Notice MQTT paths for AIO follow the form: <username>/feeds/<feedname>
const char PHOTOCELL_FEED[] PROGMEM = AIO_USERNAME "/feeds/plantsoil";
Adafruit_MQTT_Publish photocell = Adafruit_MQTT_Publish(&mqtt, PHOTOCELL_FEED);

I want the data from variable photocell to feed into my feed named plantsoil but am getting the following error in the dashboard for the feed.
2015-12-28 11:3:59 - ERROR - feed plantsoil: undefined method `feeds' for nil:NilClass

User avatar
jwcooper
 
Posts: 1004
Joined: Tue May 01, 2012 9:08 pm

Re: 2015-12-28 11:3:59 - ERROR - feed plantsoil: undefined m

Post by jwcooper »

Hi, please try again. I've repaired an issue with your account.

Locked
Forum rules
If you're posting code, please make sure your code does not include your Adafruit IO Active Key or WiFi network credentials.

Return to “Internet of Things: Adafruit IO and Wippersnapper”