You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some IQDH vendor implementations are throwing when a feed is not supported, causing LEAN to explode silently and not attempt the next data feed.
Ideally LEAN should handle the error, and throw an informative exception is no subscription was located for the asset requested. This information should be passed back to the UX.
Potential Solution
Review LEAN combination IQDH handling to better handle missing data.
Reproducing the Problem
If a user has only an options subscription on polygon only; (no equities)
and sets polygon as #.1 vendor; QC as #.2 in cloud wizard
US Equity benchmark in subscription
Algo throws on deployment as it can't get a subscription for equities from polygon
Algo dies
System Information
Checklist
I have completely filled out this template
I have confirmed that this issue exists on the current master branch
I have confirmed that this is not a duplicate issue by searching issues
The text was updated successfully, but these errors were encountered:
Some IQDH vendor implementations are throwing when a feed is not supported, causing LEAN to explode silently and not attempt the next data feed.
Ideally LEAN should handle the error, and throw an informative exception is no subscription was located for the asset requested. This information should be passed back to the UX.
Potential Solution
Review LEAN combination IQDH handling to better handle missing data.
Reproducing the Problem
System Information
Checklist
master
branchThe text was updated successfully, but these errors were encountered: