Ristomatti Airo

Results 186 comments of Ristomatti Airo

@KidMustard Update each millisecond is too fast if you're sending regular color/brightness change messages like you said. From [LIFX LAN protocol documentation](https://lan.developer.lifx.com/docs/introduction): > **Limits** > - Maximum recommended message transmit...

Same issues here as described above. I'm running crusty old Android 5.0.2 on my Samsung Galaxy Tab S2 9.7. Like others I did clear app data, uninstall, reboot, delete data...

@Bluebie, have you figured out a fix for this? I haven't seen this particular error but the server seems to stop responding after few hours of idle time. I also...

Ok now I got the same error as @Bluebie. Using Ruby 2.1.3 and experimenting with newer versions of the LIFX gem. ``` [2014-10-21 20:42:59] INFO WEBrick 1.3.1 [2014-10-21 20:42:59] INFO...

Thanks for the tip. I tried some Node.js ones first as I'm more familiar with it but they felt a bit buggy. I guess as all of them are based...

Great to hear! I assume you have already then tried with newer LIFX gem versions? I'll probably see later today if the same problem occurs with the latest version.

I'm now running the third day without issues after the gemspec change: spec.add_dependency "lifx", "~> 0.4.11". This is double the time I've had it running without issues than with the...

Huh, sounds like no storm ever seen here! But let me know when you are able to test.

Update: after three days of working perfectly got the same error as previously. So the only hope is the fix @chendo had in mind. If there is anything I can...

That's a good point. Just create a script that kills the process once in an hour or so and restarts the server and the problem is basically gone. Of course...