<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Server wont run...]]></title><description><![CDATA[<p dir="auto">So I have the most horrible of beta testing situations - the plugin is running fine here, but failing for one user.</p>
<p dir="auto">Its attempting to do some downloads, sample files. These all live in a manifest which list 13 different files to download. These all get downloaded one at a time, like this:</p>
<pre><code>	Server.cleanFinishedDownloads();
	writeLog("----Server online status:" + Server.isOnline());
	writeLog("--------Server pending downloads:" + trace(Server.getPendingDownloads()));
	writeLog("--------Server pending calls:" + trace(Server.getPendingCalls()));
	writeLog("Downloading " + (targetStep+1) + " of " +  setupManifest.setupSteps.length + " Files");	
	// ok so here is where we will do the actual download...
	// 
	theDownloadedFile = USERDOWNLOAD_FOLDER_OBJ.getChildFile(setupManifest.setupSteps[targetStep].downloadFileDestination);
	writeLog("Downloading " + setupManifest.setupSteps[targetStep].downloadFileDestination + "...");
			
	theDownload = Server.downloadFile(setupManifest.setupSteps[targetStep].downloadFileName,{},theDownloadedFile,function()
	{
		writeLog("in the download process..... " + theDownloadedFile + "...");
              // a bunch of other stuff here.....
       };
</code></pre>
<p dir="auto">As you can see its writing a log file, when I look at the users log file, I get this:</p>
<pre><code>----Server online status:1
--------Server pending downloads:[]
--------Server pending calls:[]
Downloading 1 of 13 Files
Downloading HorizenDataT01.sfc...
</code></pre>
<p dir="auto">So the server is online, and the first file to download is discovered,  but its just not entering the download function,  but for me its saying:</p>
<pre><code>----Server online status:1
--------Server pending downloads:[]
--------Server pending calls:[]
Downloading 1 of 13 Files
Downloading HorizenDataT01.sfc...
in the download process..... Object 0xb4322628...
Downloaded Object 0xb4322628
Downloading 2 of 13 Files
Downloading HorizenDataT02.sfc...
in the download process..... Object 0xb43189c8...
Downloaded Object 0xb43189c8
Downloading 3 of 13 Files
Downloading HorizenDataT03.sfc...
in the download process..... Object 0xb4316fb8...
Downloaded Object 0xb4316fb8
Downloading 4 of 13 Files
Downloading HorizenDataT04.sfc...
in the download process..... Object 0xb431d7f8...
Downloaded Object 0xb431d7f8
Downloading 5 of 13 Files
Downloading HorizenDataT05.sfc...
in the download process..... Object 0xb4320c18...
etc...etc..

</code></pre>
<p dir="auto">So for me it IS entering the download function and executing correctly. The user says there's no calls being recorded in his firewall... has anyone got ANY ideas?</p>
]]></description><link>https://forum.hise.audio/topic/9216/server-wont-run</link><generator>RSS for Node</generator><lastBuildDate>Fri, 14 Aug 2026 07:18:22 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/9216.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 13 Mar 2024 16:47:27 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Server wont run... on Wed, 13 Mar 2024 16:55:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/67">@Lindon</a></p>
<blockquote>
<p dir="auto">isDirectory()?</p>
</blockquote>
<p dir="auto">Yes.</p>
<p dir="auto">I always download to the temp folder.</p>
]]></description><link>https://forum.hise.audio/post/77007</link><guid isPermaLink="true">https://forum.hise.audio/post/77007</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Wed, 13 Mar 2024 16:55:39 GMT</pubDate></item><item><title><![CDATA[Reply to Server wont run... on Wed, 13 Mar 2024 16:54:04 GMT]]></title><description><![CDATA[<p dir="auto">@d-healey said in <a href="/post/77005">Server wont run...</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/67">@Lindon</a> Could be a permission issue with the target file, but that's just a guess.</p>
</blockquote>
<p dir="auto">thanks Dave, but the Forum gods helped me out again as soon as I posted this the user reported what the problem was -- I <em>think</em>...</p>
<p dir="auto">So its trying to download on window to the users download folder, and this didn't exist for this user - he had some strange re-routing configuration...</p>
<p dir="auto">Hmm, how do I test if FileSystem.getFolder(FileSystem.Downloads); returns an existing folder I wonder?  just isDirectory()?</p>
]]></description><link>https://forum.hise.audio/post/77006</link><guid isPermaLink="true">https://forum.hise.audio/post/77006</guid><dc:creator><![CDATA[Lindon]]></dc:creator><pubDate>Wed, 13 Mar 2024 16:54:04 GMT</pubDate></item><item><title><![CDATA[Reply to Server wont run... on Wed, 13 Mar 2024 16:49:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/67">@Lindon</a> Could be a permission issue with the target file, but that's just a guess.</p>
]]></description><link>https://forum.hise.audio/post/77005</link><guid isPermaLink="true">https://forum.hise.audio/post/77005</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Wed, 13 Mar 2024 16:49:48 GMT</pubDate></item></channel></rss>