xibosignage / xibo-dotnetclient

Xibo for Windows .NET Player
GNU Affero General Public License v3.0
63 stars 90 forks source link

SSP: improve request parsing to handle and report XML errors better #292

Closed dasgarner closed 1 year ago

dasgarner commented 1 year ago

Currently malformed XML or XML with missing content (like the id attribute on the Ad node) fail with the error:

Request: failed to make or parse request. e: Object reference not set to an instance of an object.

This should be improved and reported back to the SSP with the appropriate error code.