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
Server should start normally with the example configuration.
Error message
julia --project bin/run_server.jl ../localpackageserver-configs/config.toml
┌ Info: server listening on localhost:8000
└ Dates.now() = 2024-05-10T17:09:50.356
ERROR: LoadError: ArgumentError: invalid base 10 digit 'l' in "localhost"
Suggested fix
Update the example in README.md to state host = "127.0.0.1".
The text was updated successfully, but these errors were encountered:
The example configuration file (
host
param) inREADME.md
is incorrect and causes the server to abort on startup.LocalPackageServer.jl/README.md
Line 34 in d1b7524
Behavior
Aborts with error on startup.
Expected behavior
Server should start normally with the example configuration.
Error message
Suggested fix
Update the example in
README.md
to statehost = "127.0.0.1"
.The text was updated successfully, but these errors were encountered: