This error cause the service to stop. Not sure if this has actually been fixed and the service is out of date, but recording it just in case.
Exception in thread Server Thread:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
File "/localhome/spalloc/spalloc_server/spalloc_server/server.py", line 432, in _run
self._handle_commands(channel)
File "/localhome/spalloc/spalloc_server/spalloc_server/server.py", line 392, in _handle_commands
peer, line)
UnboundLocalError: local variable 'line' referenced before assignment
This error cause the service to stop. Not sure if this has actually been fixed and the service is out of date, but recording it just in case.