hassio-addons/addon-plex

Stuck at Startup

Sirezul opened this issue · 2 comments

Problem

Plex ist stuck, waiting since serveral hours for it starting up
Running on an amd64 based system with homeassistant supervised.

cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing... 
Log level is set to TRACE
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] plex.sh: executing... 
[12:39:38] TRACE: bashio::fs.file_exists: /data/Plex Media Server/Preferences.xml
[cont-init.d] plex.sh: exited 0.
[cont-init.d] webtools.sh: executing... 
[12:39:38] TRACE: bashio::config.true: webtools
[12:39:38] TRACE: bashio::config: webtools
[12:39:38] TRACE: bashio::jq: /data/options.json if (.webtools == null) then
            null
        elif (.webtools | type == "string") then
            .webtools // empty
        elif (.webtools | type == "boolean") then
            .webtools // false
        elif (.webtools | type == "array") then
            if (.webtools == []) then
                empty
            else
                .webtools[]
            end
        elif (.webtools | type == "object") then
            if (.webtools == {}) then
                empty
            else
                .webtools
            end
        else
            .webtools
        end
[12:39:38] TRACE: bashio::var.true: true
[12:39:38] TRACE: bashio::fs.directory_exists: /data/Plex Media Server/Plug-ins/WebTools.bundle
[12:39:38] TRACE: bashio::config.false: webtools
[12:39:38] TRACE: bashio::config: webtools
[12:39:38] TRACE: bashio::jq: /data/options.json if (.webtools == null) then
            null
        elif (.webtools | type == "string") then
            .webtools // empty
        elif (.webtools | type == "boolean") then
            .webtools // false
        elif (.webtools | type == "array") then
            if (.webtools == []) then
                empty
            else
                .webtools[]
            end
        elif (.webtools | type == "object") then
            if (.webtools == {}) then
                empty
            else
                .webtools
            end
        else
            .webtools
        end
[12:39:38] TRACE: bashio::var.false: true
[cont-init.d] webtools.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[12:39:38] INFO: Starting the Plex Media Server...
> describe the rationale behind it)

For me there is no error with this, so I'm unsure why this is happening.
Thanks in advance

There is no error in the logs, why do you think it is "stuck"?

If you use duckdns (or some form of DNS) to access your instance, does the Web UI respond on the IP address?

Forget about this, it's due my Reverse Proxy. Sorry!