Connection error from repetier host (V2.1.3) to Repetier-Server (0.90.3) on RPi

Hi All,

I've got a weird bug with my setup after updating to the latest versions of both host and server.
When I try to connect the host on windows too my wired raspberry pi running Repetier host which I auto-updated yesterday as well I get the following errors:

12:27:43.972 : Exception during socket read:Value cannot be null. 
12:27:43.972 : Parameter name: value
12:27:43.972 : {"callback_id":34,"data":{},"session":"1&6A1gOp%*9L2fdaBUP39g1Tk0sH2Gz^"}
12:27:43.972 :    at Newtonsoft.Json.Linq.JToken.EnsureValue(JToken value) 
12:27:43.972 :    at Newtonsoft.Json.Linq.JToken.op_Explicit(JToken value) 
12:27:43.972 :    at RepetierServerConnector.ServerConnector.AuthorizeCallback(JObject request, JToken response) 
12:27:43.972 :    at RepetierServerConnector.ServerConnector.WSReceive2(Object sender, MessageEventArgs e)

I could move the printer but I couldn't get a home position returned (XYZ values stayed red 0.00)
I didn't look at the temp values, sorry ;)

After I added a user in the server interface I also get the following error and I cannot connect anymore at all, (cant move axes)
12:27:44.779 : UpdateStatusCallbackUnable to cast object of type 'Newtonsoft.Json.Linq.JObject' to type 'Newtonsoft.Json.Linq.JArray'.
12:27:44.779 :    at RepetierServerConnector.ServerConnector.UpdateStatusCallback(JObject request, JToken response)
12:27:47.517 : UpdateStatusCallbackUnable to cast object of type 'Newtonsoft.Json.Linq.JObject' to type 'Newtonsoft.Json.Linq.JArray'.
12:27:47.517 :    at RepetierServerConnector.ServerConnector.UpdateStatusCallback(JObject request, JToken response)
12:27:50.243 : UpdateStatusCallbackUnable to cast object of type 'Newtonsoft.Json.Linq.JObject' to type 'Newtonsoft.Json.Linq.JArray'.
12:27:50.243 :    at RepetierServerConnector.ServerConnector.UpdateStatusCallback(JObject request, JToken response)
12:27:52.983 : UpdateStatusCallbackUnable to cast object of type 'Newtonsoft.Json.Linq.JObject' to type 'Newtonsoft.Json.Linq.JArray'.
12:27:52.983 :    at RepetierServerConnector.ServerConnector.UpdateStatusCallback(JObject request, JToken response)

I did reinstall the entire Host software on windows.
Didn't reinstall the raspberry pi because that would be a lot more hassle (resetting all values and settings etc, losing all recordings...) If I have to do that I can of course...

Thanks for your help!

Comments

  • Hello, I got exatly the same error with my 4 printer connected to my RPi, also after update...
  • It's my error. Last permission check now wanted a password for API login, which is wrong. Will fix this very soon in 0.90.4.
Sign In or Register to comment.