greiginsydney / New-OoklaSpeedTest.ps1

GNU General Public License v3.0
8 stars 2 forks source link

The returned XML does not match the expected schema. (code: PE233) #8

Closed josfdevasia closed 1 year ago

josfdevasia commented 1 year ago

Hi All,

When im trying this script in the sensor, im getting following error. XML: The returned XML does not match the expected schema. (code: PE233) -- JSON: The returned JSON does not match the expected structure (Invalid JSON.). (code: PE231) PowerShell remote execution policy has been enabled

greiginsydney commented 1 year ago

Hi Josf(?),

Can you include a screen-grab, or include the command string you're sending to the script?

It might also be helpful if you re-run it with the "-debug" switch. This will dump a log file into the same directory, and this might help with debugging.

- G.

greiginsydney commented 1 year ago

Actually, this is probably a dupe of Bug #7 and Bug #4. Check out this link: https://github.com/greiginsydney/New-OoklaSpeedTest.ps1/issues/4#issuecomment-745606893

- Greig.