Errors on quit/disconnect

I'm getting error messages in the Terminal when I quit PlexConnect using control-C. When I first tried out PlexConnect on my MacBook Pro (OS X )10.8.3, I never saw these errors. Are these messages normal? PlexConnect seems to be working fine for me otherwise as long as I don't install it on my OS X Server.

 

WebServer : ^C received.

WebServer : Shutting down.
DNSServer : ^C received.
DNSServer : Shutting down.
Traceback (most recent call last):
  File "/Users/user/PlexConnect/PlexConnect.py", line 72, in
    key = raw_input()
KeyboardInterrupt
Exception in thread QueueFeederThread (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 505, in run
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/queues.py", line 259, in _feed
: 'NoneType' object is not callable
Exception in thread QueueFeederThread (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 505, in run
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/queues.py", line 259, in _feed
: 'NoneType' object is not callable

 

PlexConnect is currently designed to exit gracefully if you hit enter when the terminal window is focused.

Very nice. It wasn't in the FAQ so I assumed I had to kill it like any other Terminal process.

PlexConnect is currently designed to exit gracefully if you hit enter when the terminal window is focused.

It does output info about it when it starts up but it is easy to miss.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.