gottagofaster236 / Twitch-Channel-Points-Miner

A simple script that will watch a stream for you and get the channel points
GNU General Public License v3.0
146 stars 46 forks source link

No longer running #28

Closed deion closed 3 years ago

deion commented 3 years ago

Tool ran fine all night but when i restarted it today im faced with this

https://pastebin.com/XHfGfwa5

gottagofaster236 commented 3 years ago

You have to update numpy like this:

pip install numpy --upgrade

deion commented 3 years ago

requirement already satisfied

deion commented 3 years ago

found the issue. It was indeed with numPy.

If anyone sees this in the future check the version of your numPy 1.19.4 causes errors

To fix simply downgrade pip install numpy==1.19.3

gottagofaster236 commented 3 years ago

Nice! Should we close the issue then?