Error: Specification Mandate Value......

On UI4, I’m trying to query the status of Vera user data from the browser (Chrome) using the following command:
http://192.168.1.7:3480/data_request?id=user_data&output_format=xml
And I get the following error returned in the browser:

Any ideas on what’s causing the error? Is there an error in a configuration file? Which configuration file is being read and where would I find this file on my Vera2?

Do you need to have it in XML? Try replacing xml with json. The browser is trying to parse the XML. Json is also the native file format for the vera config. So requesting it by json will not require vera to do extra work.

  • Garrett

Json is fine. Tried it and it works. Thanks !