two days ago xburn in version 14.4.1 and 14.3.3 did not work.
Windows11
The issued error was:
update.xml: error: no '<' before the end of file
We could fix the error by creating a firewall rule for xburn.
However, the answer from the xmos.ai site looks good and should be parseable.
Code: Select all
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://www.xmos.com/version_check?tool=xburn&version=Community_14.3.3%20(build%2022296%2c%20Apr-19-2018)">here</a>.</p>
</body></html>
Sebastian