update.xml: error: no '<' before the end of file

If you have a simple question and just want an answer.
User avatar
Sebastian
Active Member
Posts: 39
Joined: Wed Jul 20, 2016 9:15 am

update.xml: error: no '<' before the end of file

Post by Sebastian »

Hi every one,

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&amp;version=Community_14.3.3%20(build%2022296%2c%20Apr-19-2018)">here</a>.</p>
</body></html>
Has anyone else observed this error? As I said, until two days ago everything was running without problems. We also restored the computer and did not install the latest Windows updates with it, but that did not help.

Sebastian


Redeye
XCore Addict
Posts: 131
Joined: Wed Aug 03, 2011 9:13 am

Post by Redeye »

Yes, we've had the same problem running "xburn -l". However, "xflash -l" works fine and our full programming xburn command works fine too, probably because we use the --no-version-check argument so it's probably worth trying that.
User avatar
Sebastian
Active Member
Posts: 39
Joined: Wed Jul 20, 2016 9:15 am

Post by Sebastian »

>>probably because we use the --no-version-check argument so it's probably worth trying that.
That is a good Idea. Thanks