We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/tclrega.exe
I've seen some customers getting invalid XML in the XML postamble attached to Rega script generated content:
<xml><exec>/tclrega.exe</exec><sessionId></sessionId><httpUserAgent>User-Agent: HMBattery/49 CFNetwork/1327.0.4 Darwin/21.2.0</httpUserAgent><dids>2335 3826 3866 3621 3566 6025 1238 3124 1012 3707 3653 3794 3740 2568 2729 3010 2649 2691 3047 2804 2841 1291 2368</dids<id>2368</id><device>Redacted</device><hssType>HM-LC-Sw1-Pl-DN-R1</hssType><chids>2401 2369</chids><m> Redacted:0</m><mid>2369</mid><hasBatteryDP>true</hasBatteryDP><dpXML></dpXML><chid>2369</chid><channel> Redacted:0</channel><dpid>2397</dpid><dp>BidCos-Redacted:0.UPDATE_PENDING</dp><dpname>UPDATE_PENDING</dpname><i>false</i><ts>2022-04-03T17:50:32Z</ts><_script>ok</_script></xml>
Notice how the </dids<id> is lacking the closing >.
</dids<id>
>
Personally I can't actually reproduce this, but seen it at least twice. Might be CCU2 only, the installed firmware is 2.61.7.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've seen some customers getting invalid XML in the XML postamble attached to Rega script generated content:
Notice how the
</dids<id>
is lacking the closing>
.Personally I can't actually reproduce this, but seen it at least twice. Might be CCU2 only, the installed firmware is 2.61.7.
The text was updated successfully, but these errors were encountered: