linuxserver / docker-couchpotato

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

LXML and OpenSSL not available: Docker Compose #43

Closed mikeseese closed 5 years ago

mikeseese commented 5 years ago

I'm running the docker-compose.yml file on Ubuntu 18.04 Server and I receive the following errors (checked in the log) after startup.

03-23 01:52:18 ERROR [chpotato.core._base._core] LXML not available, please install for better/faster scraping suppor
t: `http://lxml.de/installation.html`
03-23 01:52:18 ERROR [chpotato.core._base._core] OpenSSL not available, please install for better requests validation
: `https://pyopenssl.readthedocs.org/en/latest/install.html`: Traceback (most recent call last):
  File "/opt/CouchPotatoServer/couchpotato/core/_base/_core.py", line 84, in dependencies
    import OpenSSL
ImportError: No module named OpenSSL
sparklyballs commented 5 years ago

that's not our container given the path in your log is

/opt/CouchPotatoServer/couchpotato

and we install to /app/couchpotato

mikeseese commented 5 years ago

Ah, that would explain the mess. I used a different image, forgot to clear the config folder, then decided to use your image. I'm going to go ahead and close this (I have shifted to using Radaar haha). Thanks!

mikeseese commented 5 years ago

I can confirm that with a clean config folder that the docker image successfully starts and I can open the install wizard for couchpotato. Thanks!