touchsquid Active Member Licensed User Longtime User Jun 15, 2013 #1 My app crashes on this line in HttpJob req.InitializeGet(mLink)'not initialized error here CallSubDelayed2(HttpUtils2Service, "SubmitJob", Me) mlink is: http://192.168.1.113:8080/jsonrpc?request{"jsonrpc":"2.0","method":"Input.Down","id":1} This line works if inserted into a browser. I suspect it has to do with the commas and quotes but I'm unsure what to do about it. Any ideas?
My app crashes on this line in HttpJob req.InitializeGet(mLink)'not initialized error here CallSubDelayed2(HttpUtils2Service, "SubmitJob", Me) mlink is: http://192.168.1.113:8080/jsonrpc?request{"jsonrpc":"2.0","method":"Input.Down","id":1} This line works if inserted into a browser. I suspect it has to do with the commas and quotes but I'm unsure what to do about it. Any ideas?
Erel B4X founder Staff member Licensed User Longtime User Jun 15, 2013 #2 Not sure how you get this error message. You should use StringUtils.EncodeUrl to encode the string after the question mark. Upvote 0
Not sure how you get this error message. You should use StringUtils.EncodeUrl to encode the string after the question mark.