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"}

Comments

  • Check with our interface in chrome. There you can watch the frames in developer tools.
    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.
Sign In or Register to comment.