huginn / huginn

Create agents that monitor and act on your behalf. Your agents are standing by!
MIT License
43.49k stars 3.77k forks source link

ProtocRetryError #3267

Open Galoperd opened 1 year ago

Galoperd commented 1 year ago

sudo bundle exec rake production:check /home/huginn/huginn/vendor/bundle/ruby/2.7.0/gems/net-protocol-0.2.1/lib/net/protocol.rb:68: warning: already initialized constant Net::ProtocRetryError /usr/local/lib/ruby/2.7.0/net/protocol.rb:66: warning: previous definition of ProtocRetryError was here /home/huginn/huginn/vendor/bundle/ruby/2.7.0/gems/net-protocol-0.2.1/lib/net/protocol.rb:214: warning: already initialized constant Net::BufferedIO::BUFSIZE /usr/local/lib/ruby/2.7.0/net/protocol.rb:206: warning: previous definition of BUFSIZE was here /home/huginn/huginn/vendor/bundle/ruby/2.7.0/gems/net-protocol-0.2.1/lib/net/protocol.rb:541: warning: already initialized constant Net::NetPrivate::Socket /usr/local/lib/ruby/2.7.0/net/protocol.rb:503: warning: previous definition of Socket was here [ OK ] Everything is fine

Huginn production installation. Cannot access localhost:3000. Help is much appreciatted.

knu commented 1 year ago

The check passed without any error saying Everything is fine. The messages with constant redefinitions are warnings that should do no harm.

You need to investigate what happens when you run bundle exec rails server.