Cannot access full api functionality
I have created a WebSocket implementation in java for repetier server. Although I could get only half of the functionalities. I cannot access jobLists, startjob, activate, deactivate etc.
"ws://10.114.64.186:3344/socket/?apikey=<api-key>"
I am getting listmodels but not listjobs
{"action":"listModels","data":{},"printer":"SD1","callback_id":"216"}
{"action":"listJobs","data":{},"printer":"SD1","callback_id":"216"}
"ws://10.114.64.186:3344/socket/?apikey=<api-key>"
I am getting listmodels but not listjobs
{"action":"listModels","data":{},"printer":"SD1","callback_id":"216"}
{"action":"listJobs","data":{},"printer":"SD1","callback_id":"216"}
Comments
Possible reasons here is not authenticated or wrong printer name. Printer name is like you see in browser url or config file names, not visible file names.