PowerApp has an invalid string table

  • 4 September 2023
  • 1 reply
  • 55 views

Userlevel 7
Badge +23

Hey Sonos support, please note that the string table for PowerApp has invalid xml in it. Specifically this:

<?xml version="1.0" encoding="UTF-8"?>
<!--rev numbers are to be ignored, and should not be used.-->
<stringtables xmlns="http://sonos.com/sonosapi">
<stringtable rev="1" xml:lang="en-US">
    <string stringId="ServicePromo">PowerApp - Unlimited Music & Video</string>
    <string stringId="Button_Register">Sign up For PowerApp</string>
    <string stringId="Button_Login">I already have an account</string>
    <string stringId="Error5Message">Access token not found, retry</string>
</stringtable>
<stringtable rev="1" xml:lang="da-DK">
    <string stringId="ServicePromo">PowerApp - Unlimited Music & Video</string>
    <string stringId="Button_Register">Sign up For PowerApp</string>
    <string stringId="Button_Login">I already have an account</string>
    <string stringId="Error5Message">Access token not found, retry</string>

 

Note that it is not valid to have unescaped “&”s in xml. Please reach out to your service team that generates these from PowerApp’s submission to be sure to escape them all property.

The full file is hosted by Sonos here:

https://cf.ws.sonos.com/p/s/449f2e9a-2644-4dbf-925c-6e862b1afc5e


This topic has been closed for further comments. You can use the search bar to find a similar topic, or create a new one by clicking Create Topic at the top of the page.

1 reply

Userlevel 7
Badge +18

Hi @controlav 

Thanks! I don’t understand a bit of it, but I can see how it would be an issue and I’ve passed it along to people who might know what to do with the info.