Couchpotatoserver is still not working properly for me.
I haven't touched my NAS all day and when I tried to access CP, it would load forever (waited more than 5 minutes). Then I stopped Couchpotatoserver in the Package Center, then tried to start it again after waiting some minutes. After I press on "Run", it processes for some seconds and after a half a minute it would go straight back to the stopped state "Run".
When I looked after the logs, there were many error 98 recently. This is the latest part of my error log:
- Code: Select all
19:13:39 CRITICAL [31m[ __main__] Traceback (most recent call last):
File "/usr/local/couchpotatoserver/share/CouchPotatoServer/CouchPotato.py", line 121, in <module>
l.run()
File "/usr/local/couchpotatoserver/share/CouchPotatoServer/CouchPotato.py", line 80, in run
runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env)
File "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/runner.py", line 239, in runCouchPotato
http_server.listen(config['port'], config['host'])
File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/tornado/netutil.py", line 100, in listen
sockets = bind_sockets(port, address=address)
File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/tornado/netutil.py", line 259, in bind_sockets
sock.bind(sockaddr)
File "/usr/local/python/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 98] Address already in use
[0m
Traceback (most recent call last):
File "/usr/local/couchpotatoserver/share/CouchPotatoServer/CouchPotato.py", line 121, in <module>
l.run()
File "/usr/local/couchpotatoserver/share/CouchPotatoServer/CouchPotato.py", line 80, in run
runCouchPotato(self.options, base_path, sys.argv[1:], data_dir = self.data_dir, log_dir = self.log_dir, Env = Env)
File "/volume1/@appstore/couchpotatoserver/share/CouchPotatoServer/couchpotato/runner.py", line 239, in runCouchPotato
http_server.listen(config['port'], config['host'])
File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/tornado/netutil.py", line 100, in listen
sockets = bind_sockets(port, address=address)
File "/usr/local/couchpotatoserver/share/CouchPotatoServer/libs/tornado/netutil.py", line 259, in bind_sockets
sock.bind(sockaddr)
File "/usr/local/python/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 98] Address already in use