Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Error Messages When No Data Subscription #8299

Open
3 tasks done
jaredbroad opened this issue Sep 5, 2024 · 0 comments
Open
3 tasks done

Improve Error Messages When No Data Subscription #8299

jaredbroad opened this issue Sep 5, 2024 · 0 comments
Assignees
Labels

Comments

@jaredbroad
Copy link
Member

jaredbroad commented Sep 5, 2024

Expected Behavior

An informative error letting the user know no data set subscription and failing gracefully.

Actual Behavior

Fails with random error depending on dataset / data not found.
https://www.quantconnect.com/research/17886/copying-congress-trades/p1/comment-49680

Potential Solution

DataType.SubscriptionRequired =True
DataType.RootFolder = "../alt../ congress"
Static: If SubscriptionRequired AND folder not found: throw "Dataset was not detected. Do you have an active subscription?"

Updating all the datasets to include the path and subscription requirement.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants