robotlover
Cadet
- Joined
- Sep 29, 2012
- Messages
- 4
mind saving the logs after a random shutdown. They'd be somewhere in /usr/pbi/couchpotato-amd64/data/
This might give us a clue of what's happening.
Code:
Traceback (most recent call last): File "/usr/pbi/couchpotato-amd64/CouchPotato/libs/tornado/iostream.py", line 354, in _handle_read if self._read_to_buffer() == 0: File "/usr/pbi/couchpotato-amd64/CouchPotato/libs/tornado/iostream.py", line 421, in _read_to_buffer chunk = self._read_from_socket() File "/usr/pbi/couchpotato-amd64/CouchPotato/libs/tornado/iostream.py", line 402, in _read_from_socket chunk = self.socket.recv(self.read_chunk_size) error: [Errno 60] Operation timed out 10-12 19:28:40 INFO [0m[hpotato.core.plugins.base] Opening url: https://api.github.com/repos/RuudBurger/CouchPotatoServer/commits?per_page=1&sha=master, params: [][0m 10-12 20:15:20 WARNING [33mRead error on 77: [Errno 60] Operation timed out[0m 10-12 20:15:20 WARNING [33merror on read[0m Traceback (most recent call last): File "/usr/pbi/couchpotato-amd64/CouchPotato/libs/tornado/iostream.py", line 354, in _handle_read if self._read_to_buffer() == 0: File "/usr/pbi/couchpotato-amd64/CouchPotato/libs/tornado/iostream.py", line 421, in _read_to_buffer chunk = self._read_from_socket() File "/usr/pbi/couchpotato-amd64/CouchPotato/libs/tornado/iostream.py", line 402, in _read_from_socket chunk = self.socket.recv(self.read_chunk_size) error: [Errno 60] Operation timed out 10-13 01:28:40 INFO [0m[hpotato.core.plugins.base] Opening url: https://api.github.com/repos/RuudBurger/CouchPotatoServer/commits?per_page=1&sha=master, params: [][0m 10-13 01:28:41 INFO [0m[hpotato.core.plugins.base] Opening url: https://github.com/RuudBurger/CouchPotatoServer/tarball/master, params: [][0m 10-13 01:28:49 INFO [0m[hpotato.core.plugins.base] Opening url: http://192.168.1.222:3000/xbmcCmds/xbmcHttp/?parameter=Notification%28CouchPotato%2C+Updated+to+a+new+version+with+hash+%22eb30dff9861dee9c8a5030ffc2d27c7d7eb3d94e%22%2C+this+version+is+from+2012-10-12+15%3A00%3A44%29&command=ExecBuiltIn, params: [][0m 10-13 01:28:49 INFO [0m[o.core.notifications.plex] Plex notification to 192.168.1.222:3000 successful.[0m 10-13 01:28:50 INFO [0m[chpotato.core._base._core] Restarting[0m 10-13 01:28:50 INFO [0mShutting down thread pool[0m
Hey Josh, here is the latest and most relavent looking info from the logs.
Looks like it tries to run an automatic update and then fails to start ever again.
Is is possible that a my rather large couchpotato data folder is somehow choking things up?
The images built up in the Cache folder approach 500 MB.
Thanks for any help, and just for doing a great job with these plugins!