Skip to content

Error: KoboldCpp HTTP Server is running, but this endpoint does not exist. Please check the URL #1859

@CorentinWicht

Description

@CorentinWicht

Describe the Issue
Dear Developper,

I have just upgraded to koboldcpp-1.102 because I wanted to test the new llama.cpp UI which may be more adapted to our University setup. But when I try to reach it using the /lcpp endpoint this is what I get:
Error: KoboldCpp HTTP Server is running, but this endpoint does not exist. Please check the URL.

FYI, I am not doing it on localhost but remotely using our https redirection: https://frillm.XXX.ch/lcpp.
What is strange is that I can reach the https://frillm.XXX.ch/l/sdui enpoint perfectly fine.

I went through the --help but couldn't find anything related to an argument that should be added in the execution command.

Additional Information:
Operating System = RHEL 9.6
CPU = AMD Ryzen 9 7950X
GPUs = 2x RTX A600 (48Go VRAM)
KoboldCpp Version = 1.101

content of my /etc/systemd/system/koboldai.service:

[Unit]
Description=Run script at startup after network becomes reachable
After=network.target
[Service]
Type=simple
RemainAfterExit=yes
Restart=always
ExecStart=/usr/bin/python /opt/koboldcpp-latest/koboldcpp.py /home/frillm/Models/Language/Llama-4-Scout-17B-16E-Instruct-Q6_K-00001-of-00002.gguf --port 8008 --multiuser 20 --highpriority --usecublas --websearch --tensor_split 40 58 --gpulayers 47 --nommap --preloadstory /opt/settings.json --flashattention --sdmodel /home/frillm/Models/Images/flux1-schnell-fp8.safetensors --sdquant 2 --sdflashattention --whispermodel /home/frillm/Models/Whisper/whisper-base.en-q5_1.bin
EnvironmentFile=/etc/koboldai-env.conf
TimeoutStartSec=0
 
[Install]
WantedBy=default.target

Best wishes,

C.

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