c9house

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by c9house

  1. I am currently running version linuxserver/sonarr:3.0.6.1342-ls135. When I update to any of the newer versions my downloads are moved by sonarr but some if not most files downloaded are cut down to one minute. What the heck is going on? Anyone have any idea with out the logs? I already went back to linuxserver/sonarr:3.0.6.1342-ls135.

  2. On 4/14/2020 at 11:44 PM, jang430 said:

    Hello.  After configuring Bazarr, it restarted, then it won't get to webui.  Instead, I see this in logs.

     

    [cont-init.d] 10-adduser: exited 0.
    [cont-init.d] 30-config: executing...
    [cont-init.d] 30-config: exited 0.
    [cont-init.d] 99-custom-files: executing...
    [custom-init] no custom files found exiting...
    [cont-init.d] 99-custom-files: exited 0.
    [cont-init.d] done.
    [services.d] starting services
    [services.d] done.
    2020-04-15 12:10:38,268 - root (14d4fb545d48) : INFO (main:2234) - BAZARR is started and waiting for request on http://192.168.1.103:6767/
    Traceback (most recent call last):
    File "/app/bazarr/bazarr/main.py", line 2236, in <module>
    server.start()
    File "/app/bazarr/bazarr/../libs/cherrypy/wsgiserver/__init__.py", line 2008, in start
    raise socket.error(msg)
    OSError: No socket could be created -- (('192.168.1.103', 6767): [Errno 99] Address not available)

     

    What could be the problem?  I tried changing container port from 6767 to any random number, still the same.

    Try going into the actual app folder and into the config.ini file. Change the Bazarr IP(the IP at the top) to 0.0.0.0.  Worked for me.

  3. 7 hours ago, j0nnymoe said:

    You need to edit your template and change the `version` variable to `latest` as it's currently set to `docker` as per your logs.

    Thank you sir.  Looks like that did it.

     

    [cont-init.d] 10-adduser: exited 0.
    [cont-init.d] 40-chown-files: executing...
    [cont-init.d] 40-chown-files: exited 0.
    [cont-init.d] 45-plex-claim: executing...
    [cont-init.d] 45-plex-claim: exited 0.
    [cont-init.d] 50-gid-video: executing...
    [cont-init.d] 50-gid-video: exited 0.
    [cont-init.d] 60-plex-update: executing...
    Atempting to upgrade to: 1.18.6.2368-97add474d
    2020-02-09 11:19:09 URL:https://downloads.plex.tv/plex-media-server-new/1.18.6.2368-97add474d/debian/plexmediaserver_1.18.6.2368-97add474d_amd64.deb [86523070/86523070] -> "/tmp/plexmediaserver_1.18.6.2368-97add474d_amd64.deb" [1]
    (Reading database ... 10446 files and directories currently installed.)
    Preparing to unpack .../plexmediaserver_1.18.6.2368-97add474d_amd64.deb ...
    PlexMediaServer install: Pre-installation Validation.
    PlexMediaServer install: Docker detected. Preinstallation validation not required.
    Unpacking plexmediaserver (1.18.6.2368-97add474d) over (1.18.4.2171-ac2afe5f8) ...
    Setting up plexmediaserver (1.18.6.2368-97add474d) ...
    PlexMediaServer install: Docker detected. Postinstallation tasks not required. Continuing.
    Processing triggers for libc-bin (2.27-3ubuntu1) ...
    [cont-init.d] 60-plex-update: exited 0.
    [cont-init.d] 99-custom-scripts: executing...
    [custom-init] no custom files found exiting...
    [cont-init.d] 99-custom-scripts: exited 0.
    [cont-init.d] done.
    [services.d] starting services
    Starting Plex Media Server.
    [services.d] done.

     

     

     

    I wonder how that got changed.  It would update fine before. Did I miss some new documentation or something?

  4. On 2/6/2020 at 4:48 AM, Spies said:

    I'm actually seeing the opposite at the moment, the Plex GUI is telling me there is an update to 1.18.5.2309 but the PMS version is 1.18.4.2171 and there isn't an update option on the docker icon.

     

    Set version to latest, didn't appear to pull any data and unable to then reach the docker address, set it back to version=docker and it begun working again.

    This is definitely a thing that is happening right now. Any ideas???

     

    Here are my logs after a restart of the docker.

     

    [s6-init] making user provided files available at /var/run/s6/etc...exited 0.
    [s6-init] ensuring user provided files have correct perms...exited 0.
    [fix-attrs.d] applying ownership & permissions fixes...
    [fix-attrs.d] done.
    [cont-init.d] executing container initialization scripts...
    [cont-init.d] 01-envfile: executing...
    [cont-init.d] 01-envfile: exited 0.
    [cont-init.d] 10-adduser: executing...
    usermod: no changes

    -------------------------------------
    _ ()
    | | ___ _ __
    | | / __| | | / \
    | | \__ \ | | | () |
    |_| |___/ |_| \__/


    Brought to you by linuxserver.io
    We gratefully accept donations at:
    https://www.linuxserver.io/donate/
    -------------------------------------
    GID/UID
    -------------------------------------

    User uid: 99
    User gid: 100
    -------------------------------------

    [cont-init.d] 10-adduser: exited 0.
    [cont-init.d] 40-chown-files: executing...
    [cont-init.d] 40-chown-files: exited 0.
    [cont-init.d] 45-plex-claim: executing...
    [cont-init.d] 45-plex-claim: exited 0.
    [cont-init.d] 50-gid-video: executing...
    [cont-init.d] 50-gid-video: exited 0.
    [cont-init.d] 60-plex-update: executing...
    Docker is used for versioning skip update check
    [cont-init.d] 60-plex-update: exited 0.
    [cont-init.d] 99-custom-scripts: executing...
    [custom-init] no custom files found exiting...
    [cont-init.d] 99-custom-scripts: exited 0.
    [cont-init.d] done.
    [services.d] starting services
    Starting Plex Media Server.
    [services.d] done.