Skip to content

Error: rocket failed: failed to extract configuration if using "localhost" as a host on the server #6

@perk11

Description

@perk11

When running cargo run -p deepseek-ocr-server -- --host localhost --port 9343, I'm getting the following output:

cargo run -p deepseek-ocr-server -- --host localhost --port 9343
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s
     Running `target/debug/deepseek-ocr-server --host localhost --port 9343`
Server ready on localhost:9343 (deepseek-ocr)
Error: rocket failed: failed to extract configuration

It works fine if using 0.0.0.0 or 127.0.0.1, but an error message could be improved

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions