View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
07899Bug reportsRemoteControlpublic2013-06-02 23:03
ReporterExile13 Assigned Toc_schmitz  
PrioritynormalSeverityblock 
Status closedResolutionunable to reproduce 
Product Version2.00+ 
Summary07899: Remote Control [Fatal error: Uncaught exception 'Exception' with message 'Incorrect response id (request id: 1, response id: )']
Description

No Remote Control features work in build 130526 where it does work in 130406.

Steps To Reproduce

function TestRPC()
{
define( 'username', '' );
define( 'password', '
' );
$url = "/limesurvey/index.php?r=admin/remotecontrol";

    $rpcClient = new jsonRPCClient($url, $debug=true);
    //print_rr($rpcClient);

    // receive session key
    var_dump(username);
    var_dump(password);
    echo &quot;<BR>&quot;;
    $SessionKey = $rpcClient->get_session_key( username, password );
    echo &quot;<br>SessionKey:&quot;; var_dump($SessionKey);

    $rpcClient->release_session_key( $SessionKey );
}
Additional Information

detailed error:

Fatal error: Uncaught exception 'Exception' with message 'Incorrect response id (request id: 1, response id: )' in /limesurvey/application/libraries/jsonRPCClient.php:154 Stack trace:
#0 : jsonRPCClient->__call('get_session_key', Array)
#1 : jsonRPCClient->get_session_key('admin', 'limepw')
#2 : TestRPC()
#3 {main} thrown in /storage/sdcard0/htdocs/limesurvey/application/libraries/jsonRPCClient.php on line 154

TagsNo tags attached.
Attached Files
Bug heat2
Complete LimeSurvey version number (& build)130526
I will donate to the project if issue is resolvedNo
Browsern/a
Database type & versionn/a MySQL client version: 5.1.49
Server OS (if known)n/a
Webserver software & version (if known)n/a
PHP Version5.4+

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2013-06-02 23:03

administrator   ~25452

Works just fine here - there weren't any changes to the authentication so it must be a different problem with your installation.

Issue History

Date Modified Username Field Change
2013-05-31 16:58 Exile13 New Issue
2013-05-31 16:58 Exile13 File Added: limesurvey_survey_732464.lss
2013-06-02 23:03 c_schmitz Note Added: 25452
2013-06-02 23:03 c_schmitz Status new => closed
2013-06-02 23:03 c_schmitz Assigned To => c_schmitz
2013-06-02 23:03 c_schmitz Resolution open => unable to reproduce