You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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.
Any ideas why?
The text was updated successfully, but these errors were encountered: