문제

I followed the Weber Quick start, but the command mix deps.get && mix compile --all --force && ./start.sh resulted in the following output:

** (Mix) Could not start application myweber: {:bad_return, {{Myweber, :start, [:normal, 
[]]}, {:EXIT, {:undef, [{Cowboy, :start, 2, []}, {Weber, :start, 2, [file: 
'/Users/jonas/code/myweber/deps/weber/lib/weber.ex', line: 49]}, {:application_master, 
:start_it_old, 4, [file: 'application_master.erl', line: 269]}]}}}}

Any suggestions on how to fix this?

도움이 되었습니까?

해결책

It was not your problem, it was Weber bug. I have fixed it and you can try last weber from master, it must work now.

Let me know if you will have problems.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top