Hi all, I'm following the "Chicago Boss: A Rough Introduction" tutorial and am having issues getting the hello world to run. I'm running CB on Debian 7.
I get the following error on running "./init-dev.sh" and trying to access localhost:8001/greeting/hello:
20:34:57.019 [warning] lager_error_logger_h dropped 81 messages in the last second that exceeded the limit of 50 messages/sec
20:34:57.019 [error] Error in process <0.861.0> on node 'cb_tutorial@H-Master' with exit value: {{badmatch,false},[{cowboy_router,execute,2,[{file,"src/cowboy_router.erl"},{line,170}]},{cowboy_protocol,execute,4,[{file,"src/cowboy_protocol.erl"},{line,529}]}]}
20:34:57.020 [error] Ranch listener boss_http_listener had connection process started with cowboy_protocol:start_link/4 at <0.861.0> exit with reason: {{badmatch,false},[{cowboy_router,execute,2,[{file,"src/cowboy_router.erl"},{line,170}]},{cowboy_protocol,execute,4,[{file,"src/cowboy_protocol.erl"},{line,529}]}]}
Any ideas? Thanks all,
Hunt