Skip to main content

PowerApp has an invalid string table

  • September 4, 2023
  • 1 reply
  • 64 views

controlav
Forum|alt.badge.img+24

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

Corry P
Forum|alt.badge.img+19
  • Sonos Staff
  • September 5, 2023

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.