Giter Site home page Giter Site logo

container won't start about nowshowing HOT 7 CLOSED

ninthwalker avatar ninthwalker commented on June 5, 2024
container won't start

from nowshowing.

Comments (7)

ninthwalker avatar ninthwalker commented on June 5, 2024

EDIT: I was able to reproduce this error actually by forcing the 'PLEX_SERVER_IP' field to be blank.
The latest version of unRAID and Community Applications plugin allows for a 'required' option on docker variables which I have set for that variable. But older versions may allow for an empty value.

Check to see if you put in the IP address of your plex server and let me know.
Also, what version of unraid/Community Applications are us you using? Thanks.

===================================
A couple things to check for me.
What did you set for the docker template variable 'PLEX_SERVER_IP'? (example, not real info)
Also, did it write any files to your appdata dir?

I tried failing some steps and couldn't reproduce your error yet.

from nowshowing.

ironicbadger avatar ironicbadger commented on June 5, 2024

from nowshowing.

ironicbadger avatar ironicbadger commented on June 5, 2024

from nowshowing.

ironicbadger avatar ironicbadger commented on June 5, 2024

Specified a PLEX_SERVER_IP now and I get a new error Invalid plex.tv credentials which is false. These creds are working via a browser but not via this app. Should I try the plex token instead?

from nowshowing.

ninthwalker avatar ninthwalker commented on June 5, 2024

EDIT:
So I messed around with docker-compose. Turns out docker-compose and --env-file read the lines verbatim. So it doesn't like quotes. See this for reference: docker/compose#2854

My working docker-compose.yml file looked like this:

nowshowing:
 image: ninthwalker/nowshowing
 container_name: nowshowing
 volumes:
  - /opt/nowshowing:/config
 ports:
  - 6878:6789
 environment:
  - PUID=99
  - PGID=100
  - TZ=Europe/London
  - PLEX_SERVER_IP=192.168.x.x
  - [email protected]
  - PLEX_PASSWORD=TopSecretP@ssw0rd
  - SMTP_SERVER=smtp.gmail.com
  - SMTP_PORT=587
  - [email protected]
  - EMAIL_PASSWORD=TopSecretP@ssw0rd
 restart: always

to do a quick test of email and web without changing the advanced.yaml or waiting for cron do this:

docker-compose up -d
docker exec nowshowing combinedreport -t

Thanks for letting me know. I think I will add docker-compose and --env-file info to the Wiki section.

==================

So I have not run this from a docker-compose file. I will have to test with that later today.

I've done it with docker run from command line with all the variables and from unraid's GUI template using username or email as plex login creds and it works for me.

The plex username/login is to just get the API plex token.
So if you manually get your plex token and pass that to the PLEX_TOKEN env variable then don't specify the plex username/password it should skip that login part.

from nowshowing.

ninthwalker avatar ninthwalker commented on June 5, 2024

Did you ever get around to trying with a new docker-compose file?

from nowshowing.

ninthwalker avatar ninthwalker commented on June 5, 2024

Closing this, I'm going to assume some of my suggestions probably fixed your problem. Let me know if they didn't. Thanks.

from nowshowing.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.