linuxserver / docker-couchpotato

http://linuxserver.io
GNU General Public License v3.0
154 stars 69 forks source link

Web UI can't load #18

Closed Mahmoud87 closed 7 years ago

Mahmoud87 commented 7 years ago

Hi guys, I have been using CP for a while now and all of a sudden it stopped loading the webui. I have tried reinstalling it multiple times no luck I get "This site can’t be reached" message on chrome also tried on a different browser same thing.

I am using couchpotato rockon on Rockstor.

This is the most logs I can get.

Traceback (most recent call last): File "/app/couchpotato/CouchPotato.py", line 133, in l = Loader() File "/app/couchpotato/CouchPotato.py", line 64, in init hdlr = handlers.RotatingFileHandler(os.path.join(self.log_dir, 'error.log'), 'a', 500000, 10) File "/usr/lib/python2.7/logging/handlers.py", line 117, in init BaseRotatingHandler.init(self, filename, mode, encoding, delay) File "/usr/lib/python2.7/logging/handlers.py", line 64, in init logging.FileHandler.init(self, filename, mode, encoding, delay) File "/usr/lib/python2.7/logging/init.py", line 913, in init StreamHandler.init(self, self._open()) File "/usr/lib/python2.7/logging/init.py", line 943, in _open stream = open(self.baseFilename, self.mode) IOError: [Errno 13] Permission denied: '/config/data/logs/error.log'

Thanks

Mahmoud87 commented 7 years ago

[Solved] installed in a different share on Rockstor and worked fine. I had to delete the data folder that have CP settings and reinstalled CP rockon again in the original share and worked perfectly fine.

sparklyballs commented 7 years ago

thanks for the update, i'll close this one out.