Open brentspine opened 7 months ago
Describe the bug Setting days_ago to a number to high causes exceptions when reading logs and breaks the analytics server
To Reproduce Do something like twitch_miner.analytics(host="127.0.0.1", port=5000, refresh=5, days_ago=365*1000000)
twitch_miner.analytics(host="127.0.0.1", port=5000, refresh=5, days_ago=365*1000000)
Desktop
Additional context Solving issue myself
Describe the bug Setting days_ago to a number to high causes exceptions when reading logs and breaks the analytics server
To Reproduce Do something like
twitch_miner.analytics(host="127.0.0.1", port=5000, refresh=5, days_ago=365*1000000)
Desktop
Additional context Solving issue myself