Closed gavinc closed 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.
@gavinc this should be fixed now thanks to @jflasher!
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.