0

please help me with below error.

enter image description here

I am trying to connect onem2m device simulator to mobius API.

  • Please add errors and codes as text in the questions/answers please read [this](https://stackoverflow.com/help/formatting) – MD Zand Dec 05 '22 at 10:23
  • Could you please post a longer log in your question? Otherwise one cannot determine the cause of an error. – Andreas Kraft Dec 11 '22 at 22:56

1 Answers1

0

While I am not familiar with Mobius, it appears to me that the releaseVersionIndicator parameter is missing from your request primitive.

To get this far, you have probably sent other primitives that do include the releaseVersionIndicator (rvi). So you can probably refer to other examples in your own project for how to include it.

Bob

Bob
  • 116
  • 3