Api not working as expected in last beta neither in older version giving two different results
Posted: Sunday 02 February 2025 10:12
Version: 2024.4 (build 16105)
Platform: PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
Version: 2024.4 (build 16105) :
command :WORKS PERFECTLY BUT GIVEN RTYPE DEPRECATED IN THE LOGS
command :GIVES ERR RESPONSE
LAST DEVELOPMENT BUILD Commit f4f5300
command : GIVES NOT FOUND ERROR
command :
curl -s --insecure 'https://user:[email protected]:443/json.h ... es&rid=306' | jq .result[0].Level | sed 's/[^0-9]//g' GIVES NOT FOUND ERROR TOO
what can be the issue?
Platform: PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
Version: 2024.4 (build 16105) :
command :
Code: Select all
curl -s --insecure 'https://user:[email protected]:443/json.htm?type=devices&rid=306' | jq .result[0].Level | sed 's/[^0-9]//g'
command :
Code: Select all
curl -s --insecure 'https://user:[email protected]:443/json.htm?type=getdevices&rid=306' | jq .result[0].Level | sed 's/[^0-9]//g'
LAST DEVELOPMENT BUILD Commit f4f5300
command :
Code: Select all
curl -s --insecure 'https://user:[email protected]:443/json.htm?type=devices&rid=306' | jq .result[0].Level | sed 's/[^0-9]//g'
command :
curl -s --insecure 'https://user:[email protected]:443/json.h ... es&rid=306' | jq .result[0].Level | sed 's/[^0-9]//g' GIVES NOT FOUND ERROR TOO
what can be the issue?