-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Out of the box crypto report #3794
Conversation
Testing out, I get an error in cell 8 which is
error:
The not news.empy and news are redundant |
After fixing the news thing, I still get the same error in get_historical_data:
Its a KeyError here:
|
Actually the issue in the load is that the default values, CCXT and binance, do not have BTC/USDT or BTC/USD |
According to @jose-donato, binance is blocked in the US, so this is a me error lol. Should probably change the source in the report |
@jmaslek by bad, I messed up the logic - it's fixed now. |
That makes sense, I was wondering why I didn't have that error |
@jmaslek changed the |
@hjoaquim Nice. Now me being in the us is breaking at In[26]:
|
@jmaslek quick solution would be to change country 😆 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works now in the US!
Fixes problems associated with the lack of API keys.
Template reports should work out of the box for every environment/install method.
Fix #3783