What does mean the NotAllowedInThisState 23 Error ?
What is the cause and how can i solve it?
I get this error when I try to request a stream of camera to the mobile server.
Follow the request and the response.
Request
<?xml version="1.0" encoding="utf-8"?><Communication xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><Command SequenceId="13"><Type>Request</Type><Name>LiveMessage</Name><InputParams></InputParams></Command></Communication>
Response error NotAllowedInThisState 23 Complete response: <?xml version="1.0" encoding="utf-8"?><Communication xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><Command SequenceId="13"><Type>Response</Type><Name>LiveMessage</Name><InputParams /><OutputParams /><Items /><Result>Error</Result><ErrorCode>23</ErrorCode></Command></Communication>