Skip to content
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

gemirro exits immediately #86

Open
kmcgrego1307 opened this issue Oct 20, 2023 · 1 comment
Open

gemirro exits immediately #86

kmcgrego1307 opened this issue Oct 20, 2023 · 1 comment

Comments

@kmcgrego1307
Copy link

kmcgrego1307 commented Oct 20, 2023

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?

@PierreRambaud
Copy link
Owner

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 😅

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants