SpiNNakerManchester / spalloc_server

A SpiNNaker machine allocation and partitioning application.
0 stars 2 forks source link

Error on service #68

Open rowleya opened 3 years ago

rowleya commented 3 years ago

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