rhaining / lucille

giphy + hipchat = love
Other
44 stars 7 forks source link

lack of lucille.log on new install leads to failure to run #6

Closed gavinc closed 10 years ago

gavinc commented 10 years ago

New clone of the repo, updated configurations correctly.

me@ubuntu:~/lucille$ python lucille.py Traceback (most recent call last): File "lucille.py", line 95, in last_message_time = last_message_times.get(hipchat_room.name, 0) AttributeError: 'NoneType' object has no attribute 'get'

In the end, I copied a previously made lucille.log file containing: {"last_message_time": 1389153187.0}

and app runs.

rhaining commented 10 years ago

@gavinc this should be fixed now thanks to @jflasher!