-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed login handling issue #81
Comments
When odoo crashes, returns html page. The error: "value: <. " is beginning of |
Yes you are correct but it needs to be handled |
@hossamefia please how'd you resolve this issue |
@SlimAhmad @hossamefia any proposal to resolve this error? I have the same error |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am getting the following error on login
Am expecting failed log-in
var loginResult = await odooClient.LoginAsync();
Newtonsoft.Json.JsonReaderException: Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
at Newtonsoft.Json.JsonTextReader.ParseValue()
at Newtonsoft.Json.JsonTextReader.Read()
at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at PortaCapena.OdooJsonRpcClient.OdooClient.d__49`1.MoveNext()
The text was updated successfully, but these errors were encountered: