Open dynobo opened 6 years ago
i can not reproduce this with the currently deployed version. with the newly displayed color and collection name for each tweet we can easily see which collection they come from.
i may have fixed the bug already while implementing the last parts of the api today. lets check this later in our call.
Hey @kevhen,
"Random Tweets" isn't working as expected. I only set "iota" and a given time range, but did only get results for bitcoins. The Log reveals, there are strange calls being made (also look at the date):
It might have to do with https://github.com/kevhen/CryptoCrawler/blob/7362ff572dd1b095521abdc5cf91c259d63a3b8f/dash/dashboard.py#L541-L556
Dash sets every input variable as parameter, no matter if it had changed or not, and the contents are somehow "arbitrary". Just do a:
print('\n'.join([topic_values, n_clicks, rd_tweets, rd_senti, rd_stock]))
right at the beginning of returnUpdatedTweetbox(), click around in different charts & checkboxes, and you'll see what I mean.