prestonpeterson / CI_RAE

Bot that scrapes user comments and profiles on Reddit.com and performs various analyses on the resulting data.
1 stars 0 forks source link

image_cloud broken #7

Open gitgiant opened 7 years ago

gitgiant commented 7 years ago

Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/home/cistudent/PycharmProjects/CI_RAE/analytics/request_handler.py", line 32, in run reply = image_cloud.image_cloud(redditor_object) File "/home/cistudent/PycharmProjects/CI_RAE/analytics/image_cloud.py", line 18, in image_cloud reddit_mask = np.arrayImage.open(path.join("./", "reddit.png")) AttributeError: module 'numpy' has no attribute 'arrayImage'

I think the bot recovers from the thread crashing however.

gitgiant commented 7 years ago

Nevermind, bot does not recover from exception