-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error "cannot load such file -- http-parser/http_parser", invoker doesn't open port 80 #245
Comments
Same issue here 🙋♂️
❯ gem -v
3.4.9 ❯ ruby -v
ruby 3.2.1 (2023-02-08 revision 31819e82c8) [x86_64-darwin22] ❯ rails -v
Rails 6.0.5.1 |
According to my system, it has to do with the
invoker.ini
Ruby, Bundler, Gems
Hardware
|
Likely duplicate of #184 |
This is not a duplicate. The issue lies in the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS: Osx 13.2
Device: Macbook pro M1
ruby: 3.2.1
When running invoker this is what I get:
<internal:/Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/site_ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:88:in
require': cannot load such file -- http-parser/http_parser (LoadError)from internal:/Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/site_ruby/3.2.0/rubygems/core_ext/kernel_require.rb:88:in
require' from /Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/gems/3.2.0/gems/http-parser-lite-0.6.0/lib/http-parser.rb:1:in
<top (required)>'from internal:/Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/site_ruby/3.2.0/rubygems/core_ext/kernel_require.rb:88:in
require' from <internal:/Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/site_ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:88:in
require'from /Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/gems/3.2.0/gems/invoker-1.5.8/lib/invoker/power/balancer.rb:2:in
<top (required)>' from <internal:/Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/site_ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:88:in
require'from internal:/Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/site_ruby/3.2.0/rubygems/core_ext/kernel_require.rb:88:in
require' from /Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/gems/3.2.0/gems/invoker-1.5.8/lib/invoker/power/power.rb:3:in
<top (required)>'from internal:/Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/site_ruby/3.2.0/rubygems/core_ext/kernel_require.rb:88:in
require' from <internal:/Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/site_ruby/3.2.0/rubygems/core_ext/kernel_require.rb>:88:in
require'from /Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/gems/3.2.0/gems/invoker-1.5.8/lib/invoker/power/powerup.rb:11:in
run' from /Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/gems/3.2.0/gems/invoker-1.5.8/lib/invoker/power/powerup.rb:7:in
block in fork_and_start'from /Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/gems/3.2.0/gems/invoker-1.5.8/lib/invoker/power/powerup.rb:7:in
fork' from /Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/gems/3.2.0/gems/invoker-1.5.8/lib/invoker/power/powerup.rb:7:in
fork_and_start'from /Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/gems/3.2.0/gems/invoker-1.5.8/lib/invoker/process_manager.rb:72:in
run_power_server' from /Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/gems/3.2.0/gems/invoker-1.5.8/lib/invoker/commander.rb:39:in
start_manager'from /Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/gems/3.2.0/gems/invoker-1.5.8/lib/invoker/cli.rb:62:in
start' from /Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/gems/3.2.0/gems/thor-1.2.1/lib/thor/command.rb:27:in
run'from /Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/gems/3.2.0/gems/thor-1.2.1/lib/thor/invocation.rb:127:in
invoke_command' from /Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/gems/3.2.0/gems/thor-1.2.1/lib/thor.rb:392:in
dispatch'from /Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/gems/3.2.0/gems/thor-1.2.1/lib/thor/base.rb:485:in
start' from /Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/gems/3.2.0/gems/invoker-1.5.8/lib/invoker/cli.rb:12:in
start'from /Users/claudio/.asdf/installs/ruby/3.2.1/lib/ruby/gems/3.2.0/gems/invoker-1.5.8/bin/invoker:7:in
<top (required)>' from /Users/claudio/.asdf/installs/ruby/3.2.1/bin/invoker:25:in
load'from /Users/claudio/.asdf/installs/ruby/3.2.1/bin/invoker:25:in
<main>
The processes start and they respond to their port.
The text was updated successfully, but these errors were encountered: