• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting SOLVED: Not able to download artwork today

     
    • 1 Vote(s) - 5 Average

    SOLVED: Not able to download artwork today

    Chunky Trade
    Offline

    Junior Member

    Posts: 4
    Threads: 2
    Joined: 2024 Jul
    Reputation: 0
    #6
    2024-12-07, 03:36 AM (This post was last modified: 2024-12-07, 03:57 AM by Chunky Trade. Edited 2 times in total.)
    (2024-12-07, 03:00 AM)TheDreadPirate Wrote:
    Can you share your jellyfin logs via pastebin?


    One thing I keep seeing is: [2024-12-06 16:32:33.126 -06:00] [ERR] UnauthorizedAccessException - Access to path "/media/pi/DanielHDD/bmMovies/Batman Hush (2019) /folder.jpg" is denied. Will retry saving to "/var/lib/jellyfin/metadata/library/eb/ebed68618488e624bb02f02988c93232/poster.jpg"

    which is weird bc I can upload my images and save, I believe the issue still seems to be inability to access images from API


    Code:
    [/color]
    [color=#cccccc]  at MediaBrowser.Providers.Manager.ProviderManager.GetImages(BaseItem item, IRemoteImageProvider provider, String preferredLanguage, Boolean includeAllLanguages, CancellationToken cancellationToken, Nullable`1 type)[/color]
    [color=#cccccc][2024-12-06 16:32:33.126 -06:00] [ERR] UnauthorizedAccessException - Access to path "/media/pi/DanielHDD/bmMovies/Batman Hush (2019) /folder.jpg" is denied. Will retry saving to "/var/lib/jellyfin/metadata/library/eb/ebed68618488e624bb02f02988c93232/poster.jpg"[/color]
    [color=#cccccc][2024-12-06 16:32:33.208 -06:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/pi/DanielHDD/bmMovies/Anchorman The Legend Of Ron Burgundy (2004) [1080p]/Anchorman The Legend Of Ron Burgundy.default.en.srt\" -threads 0 -v warning -print_format json -show_streams -show_format"[/color]
    [color=#cccccc][2024-12-06 16:32:33.685 -06:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/pi/DanielHDD/bmMovies/San Andreas (2015) [1080p]/San Andreas - trailer.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"[/color]
    [color=#cccccc][2024-12-06 16:32:33.693 -06:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/pi/DanielHDD/bmMovies/Fred Claus (2007)/Fred Claus.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"[/color]
    [color=#cccccc][2024-12-06 16:32:33.858 -06:00] [ERR] UnauthorizedAccessException - Access to path "/media/pi/DanielHDD/bmMovies/Anchorman The Legend Of Ron Burgundy (2004) [1080p]/folder.jpg" is denied. Will retry saving to "/var/lib/jellyfin/metadata/library/63/63e106f0b62985e124ab06b7f98c68f1/poster.jpg"[/color]
    [color=#cccccc][2024-12-06 16:32:33.898 -06:00] [ERR] UnauthorizedAccessException - Access to path "/media/pi/DanielHDD/bmMovies/Anchorman The Legend Of Ron Burgundy (2004) [1080p]/logo.png" is denied. Will retry saving to "/var/lib/jellyfin/metadata/library/63/63e106f0b62985e124ab06b7f98c68f1/logo.png"[/color]
    [color=#cccccc][2024-12-06 16:32:33.903 -06:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/pi/DanielHDD/bmMovies/Hancock (2008) [1080p]/Hancock.2008.1080p.BluRay.x264.YIFY.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"[/color]
    [color=#cccccc][2024-12-06 16:32:33.931 -06:00] [ERR] "TmdbMovieImageProvider" failed in GetImageInfos for type "Trailer" at "/media/pi/DanielHDD/bmMovies/San Andreas (2015) [1080p]/San Andreas - trailer.mp4"[/color]
    [color=#cccccc]Newtonsoft.Json.JsonReaderException: Could not convert string to DateTime: 2015-05-29 22:12:15 UTC. Path 'videos.results[0].published_at', line 1, position 107742.[/color]
    [color=#cccccc]  at Newtonsoft.Json.JsonReader.ReadDateTimeString(String s)[/color]
    [color=#cccccc]  at Newtonsoft.Json.JsonTextReader.FinishReadQuotedStringValue(ReadType readType)[/color]
    [color=#cccccc]  at Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)[/color]
    [color=#cccccc]  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)[/color]
    [color=#cccccc]  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)[/color]
    [color=#cccccc]  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)[/color]
    [color=#cccccc]  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateList(IList list, JsonReader reader, JsonArrayContract contract, JsonProperty containerProperty, String id)[/color]
    [color=#cccccc]  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)[/color]
    [color=#cccccc]  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)[/color]
    [color=#cccccc]  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)[/color]
    [color=#cccccc]  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)[/color]
    [color=#cccccc]  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)[/color]
    [color=#cccccc]  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)[/color]
    [color=#cccccc]  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)[/color]
    [color=#cccccc]  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)[/color]
    [color=#cccccc]  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)[/color]
    [color=#cccccc]  at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)[/color]
    [color=#cccccc]  at TMDbLib.Utilities.Serializer.TMDbJsonSerializer.Deserialize(Stream source, Type type)[/color]
    [color=#cccccc]  at TMDbLib.Utilities.Serializer.SerializerExtensions.Deserialize[T](ITMDbSerializer serializer, Stream source)[/color]
    [color=#cccccc]  at TMDbLib.Rest.RestResponse`1.GetDataObject()[/color]
    [color=#cccccc]  at TMDbLib.Client.TMDbClient.GetMovieAsync(String imdbId, String language, String includeImageLanguage, MovieMethods extraMethods, CancellationToken cancellationToken)[/color]
    [color=#cccccc]  at TMDbLib.Client.TMDbClient.GetMovieAsync(Int32 movieId, String language, String includeImageLanguage, MovieMethods extraMethods, CancellationToken cancellationToken)[/color]
    [color=#cccccc]  at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.GetMovieAsync(Int32 tmdbId, String language, String imageLanguages, CancellationToken cancellationToken)[/color]
    [color=#cccccc]  at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieImageProvider.GetImages(BaseItem item, CancellationToken cancellationToken)[/color]
    [color=#cccccc]  at MediaBrowser.Providers.Manager.ProviderManager.GetImages(BaseItem item, IRemoteImageProvider provider, String preferredLanguage, Boolean includeAllLanguages, CancellationToken cancellationToken, Nullable`1 type)[/color]
    [color=#cccccc][2024-12-06 16:32:33.937 -06:00] [ERR] UnauthorizedAccessException - Access to path "/media/pi/DanielHDD/bmMovies/Anchorman The Legend Of Ron Burgundy (2004) [1080p]/landscape.jpg" is denied. Will retry saving to "/var/lib/jellyfin/metadata/library/63/63e106f0b62985e124ab06b7f98c68f1/landscape.jpg"[/color]
    [color=#cccccc][2024-12-06 16:32:33.978 -06:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/pi/DanielHDD/bmMovies/San Andreas (2015) [1080p]/San.Andreas.2015.1080p.BluRay.x264.YIFY.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"[/color]
    [color=#cccccc][2024-12-06 16:32:33.980 -06:00] [ERR] UnauthorizedAccessException - Access to path "/media/pi/DanielHDD/bmMovies/Anchorman The Legend Of Ron Burgundy (2004) [1080p]/backdrop.jpg" is denied. Will retry saving to "/var/lib/jellyfin/metadata/library/63/63e106f0b62985e124ab06b7f98c68f1/backdrop.jpg"[/color]
    [color=#cccccc][2024-12-06 16:32:34.283 -06:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/pi/DanielHDD/bmMovies/Wild Wild West (1999) [1080p]/Wild Wild West - trailer.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format"
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Not able to download artwork today - by Chunky Trade - 2024-12-07, 12:14 AM
    RE: Not able to download artwork today - by Host-in-the-Shell - 2024-12-07, 01:00 AM
    RE: Not able to download artwork today - by AshtonYS - 2024-12-07, 02:40 AM
    RE: Not able to download artwork today - by TheDreadPirate - 2024-12-07, 03:00 AM
    RE: Not able to download artwork today - by Chunky Trade - 2024-12-07, 03:36 AM
    RE: Not able to download artwork today - by farouq - 2024-12-07, 03:15 AM
    RE: Not able to download artwork today - by natzilla - 2024-12-07, 04:22 AM
    RE: Not able to download artwork today - by ruyoka - 2024-12-07, 11:25 AM
    RE: Not able to download artwork today - by RIUR - 2024-12-07, 11:46 AM
    RE: Not able to download artwork today - by LET04 - 2024-12-07, 12:14 PM
    RE: Not able to download artwork today - by jellyhorse - 2024-12-08, 12:42 AM
    RE: Not able to download artwork today - by TheDreadPirate - 2024-12-08, 12:51 AM
    RE: Not able to download artwork today - by Cycron - 2024-12-07, 12:19 PM
    RE: Not able to download artwork today - by Fate - 2024-12-07, 12:21 PM
    RE: Not able to download artwork today - by TheDreadPirate - 2024-12-07, 09:57 PM
    RE: Not able to download artwork today - by Tim - 2024-12-07, 10:15 PM
    RE: Not able to download artwork today - by njlxyaoxinwei - 2024-12-08, 04:14 AM
    RE: Not able to download artwork today - by Chunky Trade - 2024-12-08, 06:49 AM
    RE: Not able to download artwork today - by WhysoSad - 2024-12-08, 01:35 PM
    RE: Not able to download artwork today - by Tim - 2024-12-08, 04:08 PM
    RE: Not able to download artwork today - by timovarius - 2024-12-08, 06:45 PM
    RE: Not able to download artwork today - by Host-in-the-Shell - 2024-12-08, 07:49 PM
    RE: Not able to download artwork today - by ruyoka - 2024-12-09, 05:54 PM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode