gemirro icon indicating copy to clipboard operation
gemirro copied to clipboard

gemirro exits immediately

Open kmcgrego1307 opened this issue 1 year ago • 1 comments

Running Ubuntu 22.04.3. ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) [x86_64-linux-gnu]

I had to set http_proxy to my internal proxy server, then export RUBYOPT='-r builder', but then gemirro update and gemirro index both worked without error. But when I run # gemirro server --start A pid is reported, but the server is not running.

Starting...
# done! (PID is 35941)
# ps -e | grep 35941
#

Any ideas why?

kmcgrego1307 avatar Oct 20 '23 22:10 kmcgrego1307

Hi and sorry for the delay. I just tried with ruby 3.2.2, but I wasn't able to reproduce your issue. It reminds me that I've to update all dependencies, didn't think people were still using it :sweat_smile:

bundle exec gemirro server -c /tmp/test/config.rb --start
Calling `DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call `DidYouMean.correct_error(error_name, spell_checker)' instead.
Starting...
done! (PID is 1581613)
2023-10-27 17:34:32 +0200 Thin web server (v1.8.1 codename Infinite Smoothie)
2023-10-27 17:34:32 +0200 Maximum connections set to 1024
2023-10-27 17:34:32 +0200 Listening on localhost:2000, CTRL+C to stop

PierreRambaud avatar Oct 27 '23 15:10 PierreRambaud