movary icon indicating copy to clipboard operation
movary copied to clipboard

cannot configure jellyfin in movary

Open SkalCore opened this issue 2 months ago • 1 comments

Description

cannot configure jellyfin in movary Authentication disabled - Jellyfin device id required the field server url is not editable

docker-compose.yml:

version: "3.5"
services:
  movary:
    image: leepeuker/movary:latest
    container_name: movary
    restart: "no"
    ports:
      - "8712:80"
    user: "1000:1000"
    environment:
      TIMEZONE: Europe/Berlin
      ENV: production
      DATABASE_MODE: "sqlite"
      TMDB_API_KEY: 1234567890 #dummy entry for posting on github
      TMDB_ENABLE_IMAGE_CACHING: 1  # Enable to prevent rate limit issues
      LOG_LEVEL: warning
      LOG_ENABLE_STACKTRACE: 0
      LOG_ENABLE_FILE_LOGGING: 1  # Log directory is at `storage/logs`
      MIN_RUNTIME_IN_SECONDS_FOR_JOB_PROCESSING: 15 # Min time between jobs
    volumes:
      - movary-vol:/app/storage
volumes:
  movary-vol:

Version

Version: 0.61.0

Steps to Reproduce

go to server_url/settings/integrations/jellyfin

follow the steps as provided, but i cannot enter the server url from jellyfin, required field not accessible

stopped container, deleted volume and recreate container

same result

Screenshots

https://imgur.com/EZfHa3R

Logs

-> Executing /opt/docker/provision/entrypoint.d/05-permissions.sh

-> Executing /opt/docker/provision/entrypoint.d/20-nginx.sh

-> Executing /opt/docker/provision/entrypoint.d/20-php-fpm.sh

-> Executing /opt/docker/provision/entrypoint.d/20-php.sh

-> Executing /opt/docker/bin/service.d/supervisor.d//10-init.sh

2024-04-13 16:56:17,429 INFO Included extra file "/opt/docker/etc/supervisor.d/cron.conf" during parsing

2024-04-13 16:56:17,429 INFO Included extra file "/opt/docker/etc/supervisor.d/dnsmasq.conf" during parsing

2024-04-13 16:56:17,429 INFO Included extra file "/opt/docker/etc/supervisor.d/movary.conf" during parsing

2024-04-13 16:56:17,430 INFO Included extra file "/opt/docker/etc/supervisor.d/nginx.conf" during parsing

2024-04-13 16:56:17,430 INFO Included extra file "/opt/docker/etc/supervisor.d/php-fpm.conf" during parsing

2024-04-13 16:56:17,430 INFO Included extra file "/opt/docker/etc/supervisor.d/postfix.conf" during parsing

2024-04-13 16:56:17,431 INFO Included extra file "/opt/docker/etc/supervisor.d/ssh.conf" during parsing

2024-04-13 16:56:17,431 INFO Included extra file "/opt/docker/etc/supervisor.d/syslog.conf" during parsing

2024-04-13 16:56:17,432 INFO Set uid to user 0 succeeded

2024-04-13 16:56:17,443 INFO RPC interface 'supervisor' initialized

2024-04-13 16:56:17,444 INFO supervisord started with pid 1

2024-04-13 16:56:18,448 INFO spawned: 'syslogd' with pid 63

2024-04-13 16:56:18,452 INFO spawned: 'nginxd' with pid 64

2024-04-13 16:56:18,465 INFO spawned: 'php-fpmd' with pid 65

2024-04-13 16:56:18,496 INFO spawned: 'crond' with pid 67

2024-04-13 16:56:18,523 INFO spawned: 'movary' with pid 70

-> Executing /opt/docker/bin/service.d/syslog-ng.d//10-init.sh

-> Executing /opt/docker/bin/service.d/nginx.d//10-init.sh

-> Executing /opt/docker/bin/service.d/php-fpm.d//10-init.sh

Setting php-fpm user to 1000

2024-04-13 16:56:18,525 INFO success: nginxd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)

2024-04-13 16:56:18,525 INFO success: php-fpmd entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)

2024-04-13 16:56:18,525 INFO success: crond entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)

-> Executing /opt/docker/bin/service.d/cron.d//10-init.sh

nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in /opt/docker/etc/nginx/vhost.ssl.conf:1

[2024-04-13T16:56:18.567410] WARNING: Your configuration file uses an obsoleted keyword, please update your configuration; keyword='stats_freq', change='Use the stats() block. E.g. stats(freq(1));', location='/etc/syslog-ng/syslog-ng.conf:19:5'

[SYSLOG] syslog-ng[63]: syslog-ng starting up; version='4.5.0'

[13-Apr-2024 16:56:18] NOTICE: fpm is running, pid 65

[13-Apr-2024 16:56:18] NOTICE: ready to handle connections
.
.
.
[php-fpm:access] 127.0.0.1 -  13/Apr/2024:16:58:10 +0000 "GET /index.php" 200 /app/public/index.php 331.188 4096 93.60%

192.168.178.30 - - [13/Apr/2024:16:58:10 +0000] "GET /settings/integrations/jellyfin HTTP/1.1" 200 31653 "http://192.168.178.20:8712/settings/account/general" "Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0"

192.168.178.30 - - [13/Apr/2024:16:58:10 +0000] "GET /js/datepicker-full-1.2.0.min.js HTTP/1.1" 200 34839 "http://192.168.178.20:8712/settings/integrations/jellyfin" "Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0"

2024-04-13 16:58:14,167 INFO exited: movary (exit status 0; expected)

2024-04-13 16:58:15,170 INFO spawned: 'movary' with pid 109

2024-04-13 16:58:15:453363 - Processing job...

2024-04-13 16:58:15:455609 - Nothing to process.

2024-04-13 16:58:15:455721 - Sleeping for 14.997617 seconds to reach min runtime...

2024-04-13 16:58:16,456 INFO success: movary entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

[php-fpm:access] 127.0.0.1 -  13/Apr/2024:16:58:20 +0000 "GET /index.php" 303 /app/public/index.php 18.491 2048 54.08%

192.168.178.30 - - [13/Apr/2024:16:58:20 +0000] "GET / HTTP/1.1" 303 5 "http://192.168.178.20:8712/settings/integrations/jellyfin" "Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0"

[php-fpm:access] 127.0.0.1 -  13/Apr/2024:16:58:20 +0000 "GET /index.php" 200 /app/public/index.php 89.588 4096 100.46%

192.168.178.30 - - [13/Apr/2024:16:58:20 +0000] "GET /users/SkalCore/dashboard HTTP/1.1" 200 20537 "http://192.168.178.20:8712/settings/integrations/jellyfin" "Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0"

192.168.178.30 - - [13/Apr/2024:16:58:20 +0000] "GET /storage/images/movie/1.jpg HTTP/1.1" 200 65402 "http://192.168.178.20:8712/users/SkalCore/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0"

192.168.178.30 - - [13/Apr/2024:16:58:20 +0000] "GET /js/component/user-select.js HTTP/1.1" 200 411 "http://192.168.178.20:8712/users/SkalCore/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0"

[php-fpm:access] 127.0.0.1 -  13/Apr/2024:16:58:23 +0000 "GET /index.php" 200 /app/public/index.php 45.282 2048 88.34%

192.168.178.30 - - [13/Apr/2024:16:58:23 +0000] "GET /settings/account/general HTTP/1.1" 200 42704 "http://192.168.178.20:8712/users/SkalCore/dashboard" "Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0"

[php-fpm:access] 127.0.0.1 -  13/Apr/2024:16:58:24 +0000 "GET /index.php" 200 /app/public/index.php 14.708 2048 67.99%

192.168.178.30 - - [13/Apr/2024:16:58:24 +0000] "GET /settings/account/general/api-token HTTP/1.1" 200 55 "http://192.168.178.20:8712/settings/account/general" "Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0"

[php-fpm:access] 127.0.0.1 -  13/Apr/2024:16:58:26 +0000 "GET /index.php" 200 /app/public/index.php 37.214 2048 80.61%

192.168.178.30 - - [13/Apr/2024:16:58:26 +0000] "GET /settings/integrations/jellyfin HTTP/1.1" 200 31653 "http://192.168.178.20:8712/settings/account/general" "Mozilla/5.0 (X11; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0"

2024-04-13 16:58:30,470 INFO exited: movary (exit status 0; expected)

2024-04-13 16:58:31,474 INFO spawned: 'movary' with pid 112

Server OS

docker

Client Platform

Desktop

Client Device

No response

Client OS

linux

Client Browser

firefox

Additional Context

No response

SkalCore avatar Apr 13 '24 16:04 SkalCore