View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006567 | unreal | json-rpc | public | 2025-08-05 17:33 | 2025-08-05 17:33 |
Reporter | adator | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 6.1.9.1 | ||||
Summary | 0006567: server_ban_exception.get return strange response! | ||||
Description | Hi, 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 Reproduce | CASE 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" } } | ||||
Tags | json-rpc | ||||
3rd party modules | |||||