You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did an update to 1.0.4 and noticed that my feeds were unable to write using this command: data = aio.feeds("test_feed").data.last
I'm getting this exception thrown:
/usr/local/rvm/gems/ruby-2.3.0/gems/adafruit-io-1.0.4/lib/adafruit/io/client/data.rb:11:in `initialize': undefined method `id' for #<Adafruit::IO::Feed:0x00000002946c20> (NoMethodError)
from /usr/local/rvm/gems/ruby-2.3.0/gems/adafruit-io-1.0.4/lib/adafruit/io/client/feed.rb:45:in `new'
from /usr/local/rvm/gems/ruby-2.3.0/gems/adafruit-io-1.0.4/lib/adafruit/io/client/feed.rb:45:in `data'
from notes/adafruit_write.rb:5:in `<main>'
Downgrading to 1.0.3 fixed the issue though. (PS, love the work you guys have done on this library!)
The text was updated successfully, but these errors were encountered:
Hey--
I did an update to 1.0.4 and noticed that my feeds were unable to write using this command:
data = aio.feeds("test_feed").data.last
I'm getting this exception thrown:
Downgrading to 1.0.3 fixed the issue though. (PS, love the work you guys have done on this library!)
The text was updated successfully, but these errors were encountered: