-
Notifications
You must be signed in to change notification settings - Fork 202
Open
Description
Area of Concern
- Server
- Behaviour of one or more Modules [provide name(s), e.g. ObjectDetectionYolo]
- Installer
- Runtime [e.g. Python3.7, .NET]
- Module packages [e.g. PyTorch)
- Something else
Describe the bug
As soon as i turn the mesh functionality on, CodeProject does not start any recognition/processing etc. it just outputs "No predictions returned"
There are no errors in the log, but also no signs of anything (f.e. that the recognition was started)
Also in the Web UI under mesh "Active", "Broadcasting" and "Monitoring" are false.
Expected behavior
It should work in a mesh as expected.
Screenshots
Your System (please complete the following information):
- CodeProject.AI Server version: 2.9.4 (also with 2.8.0)
- OS: macOS Sequoia 15.1.1
- System RAM: 36GB
Additional Info:
serversettings.json:
{
"MeshOptions": {
"Enable": true,
"EnableStatusBroadcast": true,
"EnableStatusMonitoring": true,
"AcceptForwardedRequests": true,
"AllowRequestForwarding": true,
"KnownMeshHostnames": [],
"MeshServerPingTimeout": "00:00:05",
"ServiceName": "CodeProject.AI-Mesh",
"Port": 32168,
"HeartbeatInterval": "00:00:05",
"ServerPingInterval": "00:01:00",
"PingErrorRecoveryTimeout": "00:02:00",
"HeartbeatInactiveTimeout": "00:00:15",
"UpdateTimingMetricsInterval": "00:00:10",
"RouteInactivityTimeout": "00:01:00"
}
}
Metadata
Metadata
Assignees
Labels
No labels

