Tkd-Alex / Twitch-Channel-Points-Miner-v2

A simple script that will watch a stream for you and earn the channel points.
GNU General Public License v3.0
1.2k stars 635 forks source link

days_ago being to high causes analytics to break (#FirstIssue) #768

Open brentspine opened 2 months ago

brentspine commented 2 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)

Desktop

Additional context Solving issue myself