Something went wrong while setting issue due date.
'Incorrect response id (request id: 1, response id: )'
Closed
'Incorrect response id (request id: 1, response id: )'
This morning I've upgraded my dev system to fixes 1.0.12-2~jenkinsbuild93, and got this new error using the webservice:
Fatal error: Uncaught exception 'jsonRPCClient_ProtocolException' with message 'Incorrect response id (request id: 1, response id: )' in /var/www/html/um/jsonRPCClient.php:227 Stack trace: #0 /var/www/html/um/user-process.php(31): jsonRPCClient->__call('fields', Array) #1 /var/www/html/um/user-process.php(31): jsonRPCClient->fields('pub3ppc43q4fscn...', 'user', 'uid=xx,ou=peopl...') #2 {main} thrown in /var/www/html/um/jsonRPCClient.php on line 227
The code that triggers the error:
$client = new jsonRPCClient($config[host], $config[http_options], $config[ssl_options]); $session_id = $client->login(NULL, $config[login], $config[password]); $fields = $client->fields($session_id, 'user', 'uid=xx,ou=people,dc=xxx,dc=xxx');
(from redmine: issue id 4788, created on 2016-05-18, closed on 2016-05-18)
- Changesets:
- Revision a2023517 by Côme Chilliet on 2016-05-18T08:43:21.000Z:
Fixes #4788 Removed leftover plist->ui from jsonrpc.php
- Revision c61dc568 by Côme Chilliet on 2016-05-18T08:47:13.000Z:
Fixes #4788 Removed leftover plist->ui from jsonrpc.php
- Custom Fields:
- Bug in version: 1.0.12