Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Issue]: Web page don't show images #11607

Open
1 task done
jorensanbar opened this issue May 13, 2024 · 1 comment
Open
1 task done

[Issue]: Web page don't show images #11607

jorensanbar opened this issue May 13, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jorensanbar
Copy link

Please describe your bug

When the home screen loads, it stops showing some images, even if they exist on the server. When the details page is opened the image is visible without problem.

Reproduction Steps

  1. Use Jellyfin in docker (Linuxserver image)
  2. Open home
  3. Images don't show

Jellyfin Version

10.9.0

if other:

10.9.1

Environment

- OS: Debian RPi4
- Linux Kernel: 
- Virtualization: Docker
- Clients: Web, Android TV
- Browser: Firefox, Chrome
- FFmpeg Version:
- Playback Method:
- Hardware Acceleration: Yes
- GPU Model: RPi 4
- Plugins:
- Reverse Proxy:
- Base URL:
- Networking:
- Storage:

Jellyfin logs

[2024-05-13 10:34:55.862 -06:00] [INF] [1] Main: Jellyfin version: "10.9.1"
[2024-05-13 10:34:56.050 -06:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_PublishedServerUrl, 192.168.31.30]", "[JELLYFIN_DATA_DIR, /config/data]", "[JELLYFIN_CACHE_DIR, /config/cache]", "[JELLYFIN_WEB_DIR, /usr/share/jellyfin/web]", "[JELLYFIN_CONFIG_DIR, /config]", "[JELLYFIN_LOG_DIR, /config/log]"]
[2024-05-13 10:34:56.059 -06:00] [INF] [1] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll", "--ffmpeg=/usr/lib/jellyfin-ffmpeg/ffmpeg"]
[2024-05-13 10:34:56.066 -06:00] [INF] [1] Main: Operating system: "Ubuntu 22.04.4 LTS"
[2024-05-13 10:34:56.067 -06:00] [INF] [1] Main: Architecture: Arm64
[2024-05-13 10:34:56.070 -06:00] [INF] [1] Main: 64-Bit Process: True
[2024-05-13 10:34:56.070 -06:00] [INF] [1] Main: User Interactive: True
[2024-05-13 10:34:56.070 -06:00] [INF] [1] Main: Processor count: 4
[2024-05-13 10:34:56.071 -06:00] [INF] [1] Main: Program data path: "/config/data"
[2024-05-13 10:34:56.071 -06:00] [INF] [1] Main: Log directory path: "/config/log"
[2024-05-13 10:34:56.071 -06:00] [INF] [1] Main: Config directory path: "/config"
[2024-05-13 10:34:56.072 -06:00] [INF] [1] Main: Cache path: "/config/cache"
[2024-05-13 10:34:56.073 -06:00] [INF] [1] Main: Web resources path: "/usr/share/jellyfin/web"
[2024-05-13 10:34:56.074 -06:00] [INF] [1] Main: Application directory: "/usr/lib/jellyfin/bin/"
[2024-05-13 10:34:56.724 -06:00] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Applying migration '"MigrateMusicBrainzTimeout"'
[2024-05-13 10:34:56.817 -06:00] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Migration '"MigrateMusicBrainzTimeout"' applied successfully
[2024-05-13 10:34:56.821 -06:00] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Applying migration '"MigrateNetworkConfiguration"'
[2024-05-13 10:34:56.917 -06:00] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Migration '"MigrateNetworkConfiguration"' applied successfully
[2024-05-13 10:34:57.109 -06:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache"
[2024-05-13 10:34:57.890 -06:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies
[2024-05-13 10:34:57.997 -06:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded assembly "Jellyfin.Plugin.AniDB, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null" from "/config/data/plugins/AniDB_7.0.0.0/Jellyfin.Plugin.AniDB.dll"
[2024-05-13 10:34:58.026 -06:00] [ERR] [1] Emby.Server.Implementations.Plugins.PluginManager: Failed to load assembly "/config/data/plugins/TheTVDB_10.0.0.0/Jellyfin.Plugin.Tvdb.dll". This error occurs when a plugin references an incompatible version of one of the shared libraries. Disabling plugin
System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types.
Could not load type 'MediaBrowser.Common.Plugins.IPluginServiceRegistrator' from assembly 'MediaBrowser.Common, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
   at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
   at System.Reflection.RuntimeModule.GetTypes()
   at Emby.Server.Implementations.Plugins.PluginManager.LoadAssemblies()+MoveNext()
System.TypeLoadException: Could not load type 'MediaBrowser.Common.Plugins.IPluginServiceRegistrator' from assembly 'MediaBrowser.Common, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
System.TypeLoadException: Could not load type 'MediaBrowser.Controller.Plugins.IServerEntryPoint' from assembly 'MediaBrowser.Controller, Version=10.9.1.0, Culture=neutral, PublicKeyToken=null'.
[2024-05-13 10:34:58.349 -06:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN addresses: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-05-13 10:34:58.350 -06:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: []
[2024-05-13 10:34:58.352 -06:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using LAN addresses: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"]
[2024-05-13 10:34:58.359 -06:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Using bind addresses: ["127.0.0.1", "172.18.0.2"]
[2024-05-13 10:34:58.360 -06:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist"
[2024-05-13 10:34:58.360 -06:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filter list: []
[2024-05-13 10:35:02.899 -06:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: There are pending EFCore migrations in the database. Applying... (This may take a while, do not stop Jellyfin)
[2024-05-13 10:35:03.486 -06:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: EFCore migrations applied successfully
[2024-05-13 10:35:27.327 -06:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AniDB" "7.0.0.0"
[2024-05-13 10:35:27.331 -06:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.1.0"
[2024-05-13 10:35:27.333 -06:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.1.0"
[2024-05-13 10:35:27.335 -06:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.1.0"
[2024-05-13 10:35:27.402 -06:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.1.0"
[2024-05-13 10:35:27.403 -06:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.1.0"
[2024-05-13 10:35:27.624 -06:00] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Applying migration '"FixPlaylistOwner"'
[2024-05-13 10:35:27.866 -06:00] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Migration '"FixPlaylistOwner"' applied successfully
[2024-05-13 10:35:27.868 -06:00] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Applying migration '"MigrateRatingLevels"'
[2024-05-13 10:35:35.659 -06:00] [INF] [1] Jellyfin.Server.Migrations.Routines.MigrateRatingLevels: Library database backed up to "/config/data/data/library.db.bak1"
[2024-05-13 10:35:35.660 -06:00] [INF] [1] Jellyfin.Server.Migrations.Routines.MigrateRatingLevels: Recalculating parental rating levels based on rating string.
[2024-05-13 10:35:39.951 -06:00] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Migration '"MigrateRatingLevels"' applied successfully
[2024-05-13 10:35:39.953 -06:00] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Applying migration '"AddDefaultCastReceivers"'
[2024-05-13 10:35:39.956 -06:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2024-05-13 10:35:39.960 -06:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache"
[2024-05-13 10:35:39.961 -06:00] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Migration '"AddDefaultCastReceivers"' applied successfully
[2024-05-13 10:35:39.963 -06:00] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Applying migration '"UpdateDefaultPluginRepository10.9"'
[2024-05-13 10:35:39.965 -06:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Saving system configuration
[2024-05-13 10:35:39.966 -06:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/config/cache"
[2024-05-13 10:35:39.967 -06:00] [INF] [1] Jellyfin.Server.Migrations.MigrationRunner: Migration '"UpdateDefaultPluginRepository10.9"' applied successfully
[2024-05-13 10:35:40.015 -06:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.Repositories.EphemeralXmlRepository: Using an in-memory repository. Keys will not be persisted to storage.
[2024-05-13 10:35:40.016 -06:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: Neither user profile nor HKLM registry available. Using an ephemeral key repository. Protected data will be unavailable when application exits.
[2024-05-13 10:35:40.059 -06:00] [INF] [1] Main: Kestrel is listening on "127.0.0.1"
[2024-05-13 10:35:40.063 -06:00] [INF] [1] Main: Kestrel is listening on "172.18.0.2"
[2024-05-13 10:35:40.133 -06:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {5c31de85-2620-4990-b09e-863b70501e51} may be persisted to storage in unencrypted form.
[2024-05-13 10:35:42.324 -06:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/run/s6-rc:s6-rc-init:NGHJnD/servicedirs/svc-jellyfin/wwwroot". Static files may be unavailable.
[2024-05-13 10:35:42.477 -06:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks
[2024-05-13 10:35:42.531 -06:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Generate Trickplay Images" set to fire at 2024-05-14 03:00:00.000 -06:00, which is 16:24:17.4691883 from now.
[2024-05-13 10:35:42.568 -06:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "Extraer imágenes de los capítulos" set to fire at 2024-05-14 02:00:00.000 -06:00, which is 15:24:17.4319242 from now.
[2024-05-13 10:35:43.070 -06:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1"
[2024-05-13 10:35:43.364 -06:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_rkmpp", "h264", "h264_rkmpp", "hevc", "hevc_rkmpp", "mpeg1_rkmpp", "mpeg2video", "mpeg2_rkmpp", "mpeg4", "mpeg4_rkmpp", "msmpeg4", "vp8", "vp8_rkmpp", "libvpx", "vp9", "vp9_rkmpp", "libvpx-vp9", "aac", "ac3", "dca", "flac", "mp3", "truehd"]
[2024-05-13 10:35:43.431 -06:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "libx264", "h264_v4l2m2m", "h264_rkmpp", "libx265", "hevc_rkmpp", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"]
[2024-05-13 10:35:43.505 -06:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["overlay_opencl", "overlay_rkrga", "scale_opencl", "scale_rkrga", "tonemap_opencl", "vpp_rkrga", "zscale", "alphasrc"]
[2024-05-13 10:35:43.557 -06:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "scale_cuda" with option "Output format (default \"same\")" is not available
[2024-05-13 10:35:43.606 -06:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "tonemap_cuda" with option "GPU accelerated HDR to SDR tonemapping" is not available
[2024-05-13 10:35:43.798 -06:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vaapi" with option "Action to take when encountering EOF from secondary input" is not available
[2024-05-13 10:35:43.846 -06:00] [WRN] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Filter: "overlay_vulkan" with option "Action to take when encountering EOF from secondary input" is not available
[2024-05-13 10:35:43.900 -06:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["drm", "opencl", "rkmpp"]
[2024-05-13 10:35:44.434 -06:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"
[2024-05-13 10:35:44.438 -06:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "52941f7a0f024e01a96808a8c23d63ed"
[2024-05-13 10:35:44.438 -06:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete
[2024-05-13 10:35:44.439 -06:00] [INF] [1] Main: Startup complete 0:00:51.4950053
[2024-05-13 10:35:51.937 -06:00] [INF] [13] Emby.Server.Implementations.Updates.InstallationManager: Plugin "installed": "AniDB" "8.0.0.0"
[2024-05-13 10:35:52.193 -06:00] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Clean up collections and playlists" Completed after 0 minute(s) and 6 seconds
[2024-05-13 10:35:52.672 -06:00] [INF] [13] Emby.Server.Implementations.ApplicationHost: App needs to be restarted.
[2024-05-13 10:35:53.788 -06:00] [INF] [14] Emby.Server.Implementations.Updates.InstallationManager: Plugin "installed": "TheTVDB" "11.0.0.0"
[2024-05-13 10:35:53.834 -06:00] [INF] [14] Emby.Server.Implementations.ApplicationHost: App needs to be restarted.
[2024-05-13 10:35:53.836 -06:00] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Actualizar complementos" Completed after 0 minute(s) and 8 seconds
[2024-05-13 10:36:42.570 -06:00] [INF] [13] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Descargar subtítulos faltantes" Completed after 0 minute(s) and 0 seconds
[2024-05-13 10:36:42.636 -06:00] [INF] [19] Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask: Optimizing and vacuuming jellyfin.db...
[2024-05-13 10:36:42.644 -06:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Limpiar directorio de registros" Completed after 0 minute(s) and 0 seconds
[2024-05-13 10:36:42.738 -06:00] [INF] [11] Emby.Server.Implementations.Library.LibraryManager: Validating media library
[2024-05-13 10:36:42.795 -06:00] [INF] [19] Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask: jellyfin.db optimized successfully!
[2024-05-13 10:36:42.796 -06:00] [INF] [19] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Optimizar base de datos" Completed after 0 minute(s) and 0 seconds
[2024-05-13 10:36:42.921 -06:00] [INF] [4] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Limpiar directorio caché" Completed after 0 minute(s) and 0 seconds
[2024-05-13 10:36:44.062 -06:00] [INF] [4] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Actualizar complementos" Completed after 0 minute(s) and 1 seconds
[2024-05-13 10:36:48.197 -06:00] [INF] [13] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Limpiar directorio de transcodificado" Completed after 0 minute(s) and 5 seconds
[2024-05-13 10:36:49.566 -06:00] [WRN] [17] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/data/playlists" is inaccessible or empty, skipping
[2024-05-13 10:36:49.945 -06:00] [INF] [4] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/7e8f6fad340a49608a0605709649a2ab.png"
[2024-05-13 10:36:49.951 -06:00] [INF] [20] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/29e70ce88554465bbf7328fe1cdf0609.png"
[2024-05-13 10:36:49.968 -06:00] [INF] [14] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/37d47bfcfa18431b99cadba1dcee8a85.png"
[2024-05-13 10:36:49.969 -06:00] [INF] [7] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/3c96e7663a8a4613abdce104913cf05f.png"
[2024-05-13 10:36:51.330 -06:00] [INF] [4] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/7e8f6fad340a49608a0605709649a2ab.png"
[2024-05-13 10:36:51.506 -06:00] [INF] [14] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/37d47bfcfa18431b99cadba1dcee8a85.png"
[2024-05-13 10:36:51.535 -06:00] [INF] [7] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/3c96e7663a8a4613abdce104913cf05f.png"
[2024-05-13 10:36:51.973 -06:00] [INF] [20] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/29e70ce88554465bbf7328fe1cdf0609.png"
[2024-05-13 10:36:52.087 -06:00] [WRN] [16] MediaBrowser.Controller.Entities.BaseItem: Library folder "/config/data/data/playlists" is inaccessible or empty, skipping
[2024-05-13 10:37:07.173 -06:00] [INF] [14] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season "Temporada desconocida" entry for "One Piece"
[2024-05-13 10:38:03.886 -06:00] [INF] [29] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/peliculas/Godzilla/2023- Godzilla_ Minus One - [tmdbid=940721].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-05-13 10:38:24.631 -06:00] [INF] [26] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/peliculas/Kung Fu Panda/2024- Kung Fu Panda 4 - [tmdbid=1011985].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-05-13 10:38:26.981 -06:00] [INF] [26] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/peliculas/Ghostbusters/1984- Ghostbusters - [tmdbid=620].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-05-13 10:38:26.983 -06:00] [INF] [17] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/peliculas/Ghostbusters/1989- Ghostbusters II - [tmdbid=2978].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-05-13 10:38:26.989 -06:00] [INF] [26] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/peliculas/Ghostbusters/2024- Ghostbusters_ Frozen Empire - [tmdbid=967847].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-05-13 10:39:28.530 -06:00] [INF] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/peliculas/The Meg/2018- The Meg - [tmdbid=345940].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-05-13 10:39:28.534 -06:00] [INF] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/peliculas/The Meg/2023- Meg 2_ The Trench - [tmdbid=615656].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-05-13 10:39:29.531 -06:00] [INF] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/peliculas/The Black Demon (2023) [tmdbid=890771]/2023- The Black Demon - [tmdbid=890771].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-05-13 10:39:29.536 -06:00] [INF] [4] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/peliculas/No Way Up (2024) [tmdbid=1096197]/2024- No Way Up - [tmdbid=1096197].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-05-13 10:40:59.080 -06:00] [INF] [7] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/anime/One Piece (1999) [tmdbid=37854]/Season 17/One Piece - S17E0697.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-05-13 10:41:01.407 -06:00] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/anime/One Piece (1999) [tmdbid=37854]/Season 17/One Piece - S17E0700.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-05-13 10:41:02.010 -06:00] [INF] [14] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/anime/One Piece (1999) [tmdbid=37854]/Season 17/One Piece - S17E0693.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-05-13 10:41:03.827 -06:00] [INF] [14] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/anime/One Piece (1999) [tmdbid=37854]/Season 17/One Piece - S17E0694.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-05-13 10:41:04.478 -06:00] [INF] [14] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/anime/One Piece (1999) [tmdbid=37854]/Season 17/One Piece - S17E0696.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-05-13 10:41:05.214 -06:00] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/anime/One Piece (1999) [tmdbid=37854]/Season 17/One Piece - S17E0698.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-05-13 10:41:05.822 -06:00] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/anime/One Piece (1999) [tmdbid=37854]/Season 17/One Piece - S17E0699.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-05-13 10:41:06.553 -06:00] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/anime/One Piece (1999) [tmdbid=37854]/Season 17/One Piece - S17E0695.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-05-13 10:41:39.382 -06:00] [INF] [22] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/data/anime/One Piece (1999) [tmdbid=37854]/Season 22/One Piece - S22E1104.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
[2024-05-13 10:41:50.963 -06:00] [INF] [3] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season null in series "One Piece"
[2024-05-13 10:41:50.969 -06:00] [INF] [3] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Season", Name: "Temporada desconocida", Path: "", Id: 13610c40-4034-35ee-5c21-2a021f314099
[2024-05-13 10:42:07.267 -06:00] [INF] [42] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/6d9be1d79707448786b0939367b91ae2.png"
[2024-05-13 10:42:08.272 -06:00] [INF] [42] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/6d9be1d79707448786b0939367b91ae2.png"
[2024-05-13 10:42:09.198 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/e05c3b451d6c4107b78fd2de4bb30721.png"
[2024-05-13 10:42:10.214 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/e05c3b451d6c4107b78fd2de4bb30721.png"
[2024-05-13 10:42:10.259 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/a71c768683904917b5a3e3a456e38be5.png"
[2024-05-13 10:42:11.102 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/a71c768683904917b5a3e3a456e38be5.png"
[2024-05-13 10:42:11.169 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/be1c0a2704a04da4b4b8b3efedcedff4.png"
[2024-05-13 10:42:12.068 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/be1c0a2704a04da4b4b8b3efedcedff4.png"
[2024-05-13 10:42:12.119 -06:00] [INF] [22] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/493b11ded98a45dc98280c82538a4045.png"
[2024-05-13 10:42:14.419 -06:00] [INF] [22] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/493b11ded98a45dc98280c82538a4045.png"
[2024-05-13 10:42:14.466 -06:00] [INF] [42] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/d5235bff9b2843cc90c52d43da28c62f.png"
[2024-05-13 10:42:15.435 -06:00] [INF] [42] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/d5235bff9b2843cc90c52d43da28c62f.png"
[2024-05-13 10:42:15.481 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/338b3aa3c386470fb2bd762aac49ac0b.png"
[2024-05-13 10:42:16.355 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/338b3aa3c386470fb2bd762aac49ac0b.png"
[2024-05-13 10:42:16.400 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/461418621ec247dca2750ce6c1195a84.png"
[2024-05-13 10:42:17.367 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/461418621ec247dca2750ce6c1195a84.png"
[2024-05-13 10:42:17.407 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/c9c4cde3c054441fa003a8050f447d41.png"
[2024-05-13 10:42:18.102 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/c9c4cde3c054441fa003a8050f447d41.png"
[2024-05-13 10:42:18.138 -06:00] [INF] [42] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/a7e66f0a193745bea935a308a154183f.png"
[2024-05-13 10:42:19.228 -06:00] [INF] [42] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/a7e66f0a193745bea935a308a154183f.png"
[2024-05-13 10:42:19.278 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/b990870d5db943fdbf4b658ca9e985b5.png"
[2024-05-13 10:42:20.257 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/b990870d5db943fdbf4b658ca9e985b5.png"
[2024-05-13 10:42:20.307 -06:00] [INF] [23] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/1cb28c02f8f6496aa4370e0405078dd1.png"
[2024-05-13 10:42:21.218 -06:00] [INF] [23] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/1cb28c02f8f6496aa4370e0405078dd1.png"
[2024-05-13 10:42:21.267 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/4afef2871c5d4bd59b16a911aa23f71f.png"
[2024-05-13 10:42:22.051 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/4afef2871c5d4bd59b16a911aa23f71f.png"
[2024-05-13 10:42:22.104 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/007421f0232a4e5ba1cb8def00de9d2d.png"
[2024-05-13 10:42:23.067 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/007421f0232a4e5ba1cb8def00de9d2d.png"
[2024-05-13 10:42:23.944 -06:00] [INF] [22] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/d5b66e9a29a3415a8d070c55867b3200.png"
[2024-05-13 10:42:25.106 -06:00] [INF] [22] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/d5b66e9a29a3415a8d070c55867b3200.png"
[2024-05-13 10:42:25.162 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/16e17654ff9a45e9ab0ca9f17d803f98.png"
[2024-05-13 10:42:26.275 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/16e17654ff9a45e9ab0ca9f17d803f98.png"
[2024-05-13 10:42:26.322 -06:00] [INF] [22] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/0e3d604c94934ea4934c274e4d01fa26.png"
[2024-05-13 10:42:27.500 -06:00] [INF] [22] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/0e3d604c94934ea4934c274e4d01fa26.png"
[2024-05-13 10:42:27.555 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/76f33121d5044223824fb373e8a5e897.png"
[2024-05-13 10:42:28.863 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/76f33121d5044223824fb373e8a5e897.png"
[2024-05-13 10:42:28.915 -06:00] [INF] [22] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/3c7001e10276457594c3b44511b04c18.png"
[2024-05-13 10:42:29.535 -06:00] [INF] [22] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/3c7001e10276457594c3b44511b04c18.png"
[2024-05-13 10:42:29.577 -06:00] [INF] [22] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/59b528a73ce24d0181eca157622ec42d.png"
[2024-05-13 10:42:30.544 -06:00] [INF] [22] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/59b528a73ce24d0181eca157622ec42d.png"
[2024-05-13 10:42:30.597 -06:00] [INF] [22] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/f26c796cd30648db9ebe5c3c93699769.png"
[2024-05-13 10:42:31.658 -06:00] [INF] [22] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/f26c796cd30648db9ebe5c3c93699769.png"
[2024-05-13 10:42:31.717 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/config/cache/temp/07d2760dfdea4aa78c720ff095e1204f.png"
[2024-05-13 10:42:32.747 -06:00] [INF] [38] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/config/cache/temp/07d2760dfdea4aa78c720ff095e1204f.png"
[2024-05-13 10:42:45.294 -06:00] [INF] [42] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Escanear biblioteca de medios" Completed after 6 minute(s) and 2 seconds
[2024-05-13 11:12:00.416 -06:00] [INF] [24] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.31.131" request
[2024-05-13 11:17:29.134 -06:00] [INF] [25] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.31.131" closed
[2024-05-13 11:17:29.169 -06:00] [INF] [21] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "172.18.0.1" request
[2024-05-13 11:17:29.320 -06:00] [WRN] [21] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "172.18.0.1" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake."
[2024-05-13 11:17:29.334 -06:00] [INF] [21] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "172.18.0.1" closed
[2024-05-13 11:17:29.778 -06:00] [INF] [11] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "172.18.0.1" request
[2024-05-13 11:21:03.629 -06:00] [INF] [14] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "172.18.0.1" closed
[2024-05-13 11:21:03.657 -06:00] [INF] [30] Emby.Server.Implementations.Session.SessionManager: Logging out access token "ea88973626304631a0666751cab8f789"
[2024-05-13 11:21:58.075 -06:00] [INF] [36] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "Jorge" has succeeded.
[2024-05-13 11:21:58.075 -06:00] [INF] [36] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "Jorge": 0/0
[2024-05-13 11:21:58.103 -06:00] [INF] [36] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user e64885db-88c0-4055-942d-0e320a5b0850
[2024-05-13 11:21:58.200 -06:00] [INF] [47] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "172.18.0.1" request
[2024-05-13 11:25:08.373 -06:00] [INF] [64] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "Jorge" has succeeded.
[2024-05-13 11:25:08.375 -06:00] [INF] [64] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "Jorge": 1/0
[2024-05-13 11:25:08.382 -06:00] [INF] [64] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user e64885db-88c0-4055-942d-0e320a5b0850
[2024-05-13 11:25:08.444 -06:00] [INF] [60] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.31.131" request
[2024-05-13 11:26:22.258 -06:00] [INF] [30] Emby.Server.Implementations.Session.SessionManager: Logging out access token "a765250218a140f09108ac5ab79d9b6c"
[2024-05-13 11:26:22.266 -06:00] [INF] [64] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.31.131" closed

FFmpeg logs

No response

Please attach any browser or client logs here

No response

Please attach any screenshots here

Don't show image in Home:
imagen

All images exist and load in Details Page
imagen

Code of Conduct

  • I agree to follow this project's Code of Conduct
@jorensanbar jorensanbar added the bug Something isn't working label May 13, 2024
@jorensanbar jorensanbar changed the title [Issue]: Web pago don't show images [Issue]: Web pag don't show images May 13, 2024
@jorensanbar jorensanbar changed the title [Issue]: Web pag don't show images [Issue]: Web page don't show images May 13, 2024
@jellyfin-bot
Copy link
Contributor

Hi, it seems like your issue report has the following item(s) that need to be addressed:

  • You have not filled in the environment completely.

This is an automated message, currently under testing. Please file an issue here if you encounter any problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: No status
Development

No branches or pull requests

2 participants