I use 'Simple File Network' to run my three xd230s. Often when I publish (direct to the web server folder, which I empty first), my devices complain that they cannot download files from the website.
Sure enough, when I open the published current-sync.xml file, I discover that the stated link to the 'hash' file for the asset doesn't exist. e.g.
...
<download>
<name>W1-index.html</name>
<size>282</size>
<hash method="sha1">d8befbbdc9384a228ce95c12605cfd5070e6f8da</hash>
<link>http://brightsign.nba.local/BS01/pool/d/a/sha1-d8befbbdc9384a228ce95c12605cfd5070e6f8da</link>
<headers inherit="no" />
<chargeable>no</chargeable>
</download>
...
when in fact this file has been published to http://brightsign.nba.local/BS01/pool/9/e/sha1-5b4dac72ddf29a269d512fb80c13eb23c3073c9e
Why would the current-sync.xml be written incorrectly?
It's one of several irritating bugs that really slow me down while I try, without success, to get HTML5 RSS and weather widgets to work.
Can anyone shed any light on this, please?