Apologies, @bakercp ; I have your example compiled and running, I followed the correct procedure for creating Consumer Key (API Key), Consumer Key (API Key), Access Token and Access Token Secret, using these values, replacing them in the credentials.json in /bin/data directory. I am still getting
[ error ] ofApp::onException: Exception: std::exception
[ error ] Response::json: Error parsing json: parse error - unexpected end of input
[ error ] BaseSearchClient::_run: No message received
[ error ] ofApp::onException: Exception: std::exception
[ error ] Response::json: Error parsing json: parse error - unexpected end of input
[ error ] BaseSearchClient::_run: No message received
[ error ] ofApp::onException: Exception: std::exception
in debug… I have checked the credentials.json file (for mis-pasting) etc.
Again, I am not sure what else I can check; I am using the example : example_basic_rest_research.
Many thanks, I hope someone can help out on this!
Best,
James
(e.g. some of this is blanked out…)
{
“consumerKey”: “hiddenmktrGDXU96ZjF3”,
“consumerSecret”: “hiddenazklRKzeEqFz6RPmR4ouM2ZTYneNlnYKVdCxUN7q7”,
“accessToken”: “hidden-e1gEsD4l1DJq92cKNpHksETLJrNWnoayaWxiqSNSW”,
“accessTokenSecret”: “hiddenrR5FDGkoMRrMCzSGAITG2rOLH1F53FbuS1Tn”
}