0.31 Build Error

Hi,

I am getting the following error when I compile the project with 0.31.

// This code from Fuse DOCS
<App>
	<JavaScript>
	    var Observable = require("FuseJS/Observable");
	    var GeoLocation = require("FuseJS/GeoLocation");

	    // Immediate
	    var immediateLocation = JSON.stringify(GeoLocation.location);

	    // Timeout
	    var timeoutLocation = Observable("");
	    var timeoutMs = 5000;
	    GeoLocation.getLocation(timeoutMs).then(function(location) {
	        timeoutLocation.value = JSON.stringify(location);
	    }).catch(function(fail) {
	        console.log("getLocation fail " + fail);
	    });

	    // Continuous
	    var continuousLocation = GeoLocation.observe("changed").map(JSON.stringify);

	    function startContinuousListener() {
	        var intervalMs = 1000;
	        var desiredAccuracyInMeters = 10;
	        GeoLocation.startListening(intervalMs, desiredAccuracyInMeters);
	    }

	    function stopContinuousListener() {
	        GeoLocation.stopListening();
	    }

	    module.exports = {
	        immediateLocation: immediateLocation,
	        timeoutLocation: timeoutLocation,
	        continuousLocation: continuousLocation,

	        startContinuousListener: startContinuousListener,
	        stopContinuousListener: stopContinuousListener
	    };
	</JavaScript>

	<StackPanel>
	    <Text>Immediate:</Text>
	    <Text Value="{immediateLocation}" />

	    <Text>Timeout:</Text>
	    <Text Value="{timeoutLocation}" />

	    <Text>Continuous:</Text>
	    <Text Value="{continuousLocation}" />

	    <Button Text="Start continuous listener" Clicked="{startContinuousListener}" />
	    <Button Text="Stop continuous listener" Clicked="{stopContinuousListener}" />
	</StackPanel>	
</App>
Clean completed

Fuse 0.31.0 (build 8955)
Build started: FullCompile
Configuring
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
contest.unoproj: E0100: Package 'UnoCore' was not found
/Users/baran/workspace/fuse/contest/contest.unoproj(1,1): Error E0100: Package 'UnoCore' was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
contest.unoproj(4.9): E0100: Package 'Fuse' was not found
/Users/baran/workspace/fuse/contest/contest.unoproj(4,10): Error E0100: Package 'Fuse' was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
contest.unoproj(5.11): E0100: Package 'FuseJS' was not found
/Users/baran/workspace/fuse/contest/contest.unoproj(5,12): Error E0100: Package 'FuseJS' was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Fuse.Android:0.42.2 was not found
?: Error E0100: Package Fuse.Android:0.42.2 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Fuse.Animations:0.42.2 was not found
?: Error E0100: Package Fuse.Animations:0.42.2 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Fuse.Controls:0.42.2 was not found
?: Error E0100: Package Fuse.Controls:0.42.2 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Fuse.Controls.Native:0.42.2 was not found
?: Error E0100: Package Fuse.Controls.Native:0.42.2 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Fuse.Controls.Panels:0.42.2 was not found
?: Error E0100: Package Fuse.Controls.Panels:0.42.2 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Fuse.Controls.Primitives:0.42.2 was not found
?: Error E0100: Package Fuse.Controls.Primitives:0.42.2 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Fuse.Controls.ScrollView:0.42.2 was not found
?: Error E0100: Package Fuse.Controls.ScrollView:0.42.2 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Fuse.Desktop:0.42.2 was not found
?: Error E0100: Package Fuse.Desktop:0.42.2 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Fuse.Drawing:0.42.2 was not found
?: Error E0100: Package Fuse.Drawing:0.42.2 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Fuse.Elements:0.42.2 was not found
?: Error E0100: Package Fuse.Elements:0.42.2 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Fuse.Gestures:0.42.2 was not found
?: Error E0100: Package Fuse.Gestures:0.42.2 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Fuse.iOS:0.42.2 was not found
?: Error E0100: Package Fuse.iOS:0.42.2 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Fuse.Reactive:0.42.2 was not found
?: Error E0100: Package Fuse.Reactive:0.42.2 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Fuse.Triggers:0.42.2 was not found
?: Error E0100: Package Fuse.Triggers:0.42.2 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package FuseCore:0.42.2 was not found
?: Error E0100: Package FuseCore:0.42.2 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Uno.Collections:0.42.0 was not found
?: Error E0100: Package Uno.Collections:0.42.0 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Uno.Net.Sockets:0.42.3 was not found
?: Error E0100: Package Uno.Net.Sockets:0.42.3 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Uno.Threading:0.42.3 was not found
?: Error E0100: Package Uno.Threading:0.42.3 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package UnoCore:0.42.3 was not found
?: Error E0100: Package UnoCore:0.42.3 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Uno.Collections:0.42.0 was not found
?: Error E0100: Package Uno.Collections:0.42.0 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package UnoCore:0.42.3 was not found
?: Error E0100: Package UnoCore:0.42.3 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Uno.Collections:0.42.0 was not found
?: Error E0100: Package Uno.Collections:0.42.0 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Uno.Net.Sockets:0.42.3 was not found
?: Error E0100: Package Uno.Net.Sockets:0.42.3 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Uno.Threading:0.42.3 was not found
?: Error E0100: Package Uno.Threading:0.42.3 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package UnoCore:0.42.3 was not found
?: Error E0100: Package UnoCore:0.42.3 was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package 'UnoCore' was not found
?: Error E0100: Package 'UnoCore' was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Uno.Collections was not found
?: Error E0100: Package Uno.Collections was not found
ERROR: An error occurred while loading packages from 'https://api.fusetools.com/packages/v1/nuget/v2': The remote server returned an error: (504) Gateway Time-out.
(unknown): E0100: Package Uno.Net.Sockets was not found
?: Error E0100: Package Uno.Net.Sockets was not found

Build completed in 786.10 seconds
   62 errors
Build ended
fuse: Failed to compile project

Did you run uno clean on your project after updating to 0.31 ?

ahjorth wrote:

Did you run uno clean on your project after updating to 0.31 ?

You will see that the first line of the error screen is read carefully.

Clean completed

At 17.42 (GMT +3), the servers are reachable and the compilation is successful.