View Issue Details

IDProjectCategoryView StatusLast Update
0006567unrealjson-rpcpublic2025-08-05 17:33
Reporteradator Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version6.1.9.1 
Summary0006567: server_ban_exception.get return strange response!
DescriptionHi,
Case 1:
When trying getting this server_ban_exception (*@::1) i have this error.
Error: For technical reasons you cannot start the host with a ':', sorry

Case 2:
There is also something strange. When i try to get information about the name (*) i have also this error
"Error: Nickname not found"

Thanks.
Steps To ReproduceCASE 1:
{
    "jsonrpc": "2.0",
    "method": "server_ban_exception.get",
    "params": {
        "name": "*@::1"
    },
    "id": 123
}

Response:
{
    "jsonrpc": "2.0",
    "method": "server_ban_exception.get",
    "id": 123,
    "error": {
        "code": -32602,
        "message": "Error: For technical reasons you cannot start the host with a ':', sorry"
    }
}

CASE 2:
{
    "jsonrpc": "2.0",
    "method": "server_ban_exception.get",
    "params": {
        "name": "*"
    },
    "id": 123
}
Response:
{
    "jsonrpc": "2.0",
    "method": "server_ban_exception.get",
    "id": 123,
    "error": {
        "code": -32602,
        "message": "Error: Nickname not found"
    }
}
Tagsjson-rpc
3rd party modules

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-08-05 17:33 adator New Issue
2025-08-05 17:33 adator Tag Attached: json-rpc