Hi guys!

I am trying to use Lean engine in local mode to get charts on the desktop, but I get an exception when running the launcher.

This is what I have done:

1. in launcher/config.json: "environment": "backtesting-desktop",

2. in launcher/config.json: "algorithm-type-name": "BasicTemplateAlgorithm",

3. in launcher/config.json: "job-user-id": "api key found on my account page",

4. in launcher/config.json: "backtesting-desktop": { "api-access-token": "api key found on my account page",

When I run, I get the following exception on line 139 in Composer.cs:

An unhandled exception of type 'System.ComponentModel.Composition.Primitives.ComposablePartException' occurred in System.ComponentModel.Composition.dll

Additional information: An exception occurred while trying to create an instance of type 'QuantConnect.Queues.JobQueue'.

Is charting on the desktop via Quantconnect.Views not released yet, or am I doing something wrong here?

/Dough

Author