Advertisement
Chocka

CP error

Jun 10th, 2014
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. 18:28:17 CRITICAL [ __main__] Traceback (most recent call last):
  2. File "/usr/local/couchpotato/couchpotato/CouchPotato.py", line 129, in <module>
  3. l.run()
  4. File "/usr/local/couchpotato/couchpotato/CouchPotato.py", line 84, in run
  5. runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env)
  6. File "/volume1/@appstore/CouchPotato/couchpotato/couchpotato/runner.py", line 302, in runCouchPotato
  7. server.listen(config['port'], config['host'])
  8. File "/usr/local/couchpotato/couchpotato/libs/tornado/tcpserver.py", line 125, in listen
  9. sockets = bind_sockets(port, address=address)
  10. File "/usr/local/couchpotato/couchpotato/libs/tornado/netutil.py", line 134, in bind_sockets
  11. sock.bind(sockaddr)
  12. File "/usr/local/python/lib/python2.7/socket.py", line 224, in meth
  13. return getattr(self._sock,name)(*args)
  14. error: [Errno 98] Address already in use
  15. 
  16. Traceback (most recent call last):
  17. File "/usr/local/couchpotato/couchpotato/CouchPotato.py", line 129, in <module>
  18. l.run()
  19. File "/usr/local/couchpotato/couchpotato/CouchPotato.py", line 84, in run
  20. runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env)
  21. File "/volume1/@appstore/CouchPotato/couchpotato/couchpotato/runner.py", line 302, in runCouchPotato
  22. server.listen(config['port'], config['host'])
  23. File "/usr/local/couchpotato/couchpotato/libs/tornado/tcpserver.py", line 125, in listen
  24. sockets = bind_sockets(port, address=address)
  25. File "/usr/local/couchpotato/couchpotato/libs/tornado/netutil.py", line 134, in bind_sockets
  26. sock.bind(sockaddr)
  27. File "/usr/local/python/lib/python2.7/socket.py", line 224, in meth
  28. return getattr(self._sock,name)(*args)
  29. error: [Errno 98] Address already in use
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement