Open DonCaliOni opened 2 years ago
I am receiving the same error message.
ee the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
** Exception Text **
CookComputing.XmlRpc.XmlRpcTypeMismatchException: response contains boolean value where array expected [response : struct mapped to type SubtitleFileCollection : member Files mapped to type SubtitleFile[]]
at CookComputing.XmlRpc.XmlRpcDeserializer.CheckExpectedType(Type expectedType, Type actualType, MappingStack mappingStack)
at CookComputing.XmlRpc.XmlRpcDeserializer.MapBoolean(String value, Type valType, MappingStack mappingStack, MappingAction mappingAction, Type& mappedType)
at CookComputing.XmlRpc.XmlRpcDeserializer.MapValueNode(IEnumerator1 iter, Type valType, MappingStack mappingStack, MappingAction mappingAction) at CookComputing.XmlRpc.XmlRpcDeserializer.<>c__DisplayClass22.<MapStruct>b__1f() at CookComputing.XmlRpc.XmlRpcDeserializer.OnStack[T](String p, MappingStack mappingStack, Func
1 func)
at CookComputing.XmlRpc.XmlRpcDeserializer.MapStruct(IEnumerator1 iter, Type valueType, MappingStack mappingStack, MappingAction mappingAction, Type& mappedType) at CookComputing.XmlRpc.XmlRpcDeserializer.MapValueNode(IEnumerator
1 iter, Type valType, MappingStack mappingStack, MappingAction mappingAction)
at CookComputing.XmlRpc.XmlRpcResponseDeserializer.DeserializeResponse(XmlReader rdr, Type returnType)
at CookComputing.XmlRpc.XmlRpcResponseDeserializer.DeserializeResponse(Stream stm, Type svcType)
at CookComputing.XmlRpc.XmlRpcClientProtocol.ReadResponse(XmlRpcRequest req, WebResponse webResp, Stream respStm)
at CookComputing.XmlRpc.XmlRpcClientProtocol.EndInvoke(IAsyncResult asr, Type returnType)
at XmlRpcProxya57c513c-0415-4d3d-8356-0da28cb767a6.EndDownloadSubtitles(IAsyncResult )
at System.Threading.Tasks.TaskFactory1.FromAsyncCoreLogic(IAsyncResult iar, Func
2 endFunction, Action1 endAction, Task
1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Subtle.Model.TaskExtensions.
Well, I guess "Subtle" is dead. Nothing since 2017. Getting the same "Unhandled exception".
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
** Exception Text **
CookComputing.XmlRpc.XmlRpcTypeMismatchException: response contains integer value where string expected [response : struct mapped to type SubtitleFileCollection : member Files mapped to type SubtitleFile[] : array mapped to type SubtitleFile[] : element 0 : struct mapped to type SubtitleFile : member Id mapped to type String]
at CookComputing.XmlRpc.XmlRpcDeserializer.CheckExpectedType(Type expectedType, Type actualType, MappingStack mappingStack)
at CookComputing.XmlRpc.XmlRpcDeserializer.MapInt(String value, Type valType, MappingStack mappingStack, MappingAction mappingAction, Type& mappedType)
at CookComputing.XmlRpc.XmlRpcDeserializer.MapValueNode(IEnumerator1 iter, Type valType, MappingStack mappingStack, MappingAction mappingAction) at CookComputing.XmlRpc.XmlRpcDeserializer.<>c__DisplayClass22.<MapStruct>b__1f() at CookComputing.XmlRpc.XmlRpcDeserializer.OnStack[T](String p, MappingStack mappingStack, Func
1 func)
at CookComputing.XmlRpc.XmlRpcDeserializer.MapStruct(IEnumerator1 iter, Type valueType, MappingStack mappingStack, MappingAction mappingAction, Type& mappedType) at CookComputing.XmlRpc.XmlRpcDeserializer.MapValueNode(IEnumerator
1 iter, Type valType, MappingStack mappingStack, MappingAction mappingAction)
at CookComputing.XmlRpc.XmlRpcDeserializer.MapArray(IEnumerator1 iter, Type valType, MappingStack mappingStack, MappingAction mappingAction, Type& mappedType) at CookComputing.XmlRpc.XmlRpcDeserializer.MapValueNode(IEnumerator
1 iter, Type valType, MappingStack mappingStack, MappingAction mappingAction)
at CookComputing.XmlRpc.XmlRpcDeserializer.<>cDisplayClass22.1 func) at CookComputing.XmlRpc.XmlRpcDeserializer.MapStruct(IEnumerator
1 iter, Type valueType, MappingStack mappingStack, MappingAction mappingAction, Type& mappedType)
at CookComputing.XmlRpc.XmlRpcDeserializer.MapValueNode(IEnumerator1 iter, Type valType, MappingStack mappingStack, MappingAction mappingAction) at CookComputing.XmlRpc.XmlRpcResponseDeserializer.DeserializeResponse(XmlReader rdr, Type returnType) at CookComputing.XmlRpc.XmlRpcResponseDeserializer.DeserializeResponse(Stream stm, Type svcType) at CookComputing.XmlRpc.XmlRpcClientProtocol.ReadResponse(XmlRpcRequest req, WebResponse webResp, Stream respStm) at CookComputing.XmlRpc.XmlRpcClientProtocol.EndInvoke(IAsyncResult asr, Type returnType) at XmlRpcProxya8dfc69c-ca7b-4a38-b0e3-1d558da1ef44.EndDownloadSubtitles(IAsyncResult ) at System.Threading.Tasks.TaskFactory
1.FromAsyncCoreLogic(IAsyncResult iar, Func2 endFunction, Action
1 endAction, Task1 promise, Boolean requiresSynchronization) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Subtle.Model.TaskExtensions.<WithTimeout>d__0
1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Subtle.Model.OSDbClient.
** JIT Debugging ** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled.
For example:
When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.
Hi, I have suddenly started to getting an Unhandled exception error when opening Suble. I have attached a screenshot and a Notepad dump of the detailed error text. I haven't really changed anything so not sure what is causing it. Hitting continue doesn't help.
Suble Error Log.txt