Quantcast
Channel: ThingSpeak IoT Community - All Forums
Viewing all articles
Browse latest Browse all 1833

rw950431 on install thingspeak on ubunto 16.04

$
0
0

It appears that this version of eventmachine has a problems  see https://github.com/eventmachine/eventmachine/issues/509

Particularly this:-

@mindaslab this error seems to be from eventmachine 1.0.3, which might be defined in your bundle (Gemfile / Gemfile.lock). From skimming this ticket, I think 1.0.3 is known to not work, and 1.0.4+ appears to fix this.

Did you try updating to a more recent version (at the time of writing 1.0.7 is the current version)? If you are using bundler, you can try

bundle update eventmachine

which will only change eventmachine (and, if neccessary, its dependencies).


Viewing all articles
Browse latest Browse all 1833