Cloud9Developer / Jellyfin-Newsletter-Plugin

GNU General Public License v3.0
66 stars 7 forks source link

Plugin is unable to scrape any files #81

Open Traace opened 4 months ago

Traace commented 4 months ago

The Plugin is unable to read any media in my folders.

For every file, the log shows: [NLP]: [2024-02-29] :: [11:53:52] - [INFO] Series Scan Size: 31538 [NLP]: [2024-02-29] :: [11:53:52] - [ERR] Physical location of file could not be found.. Turn on debug mode to see more information! [NLP]: [2024-02-29] :: [11:53:52] - [ERR] System.IndexOutOfRangeException: Index was outside the bounds of the array. at Jellyfin.Plugin.Newsletters.Scripts.SCRAPER.Scraper.BuildObjs(List1 items, String type)

All files are mounted via SMB.

How to recreate the issue:

  1. Mount SMB
  2. Use SMB as library for series, movies
  3. Install & configure Newsletter Plugin
  4. Run a Filesystem Scan
  5. Get errors that physical location cloud not be found
Cloud9Developer commented 1 month ago

I've been noticing this too. I THINK it's still scanning files in, but there's one piece of info it can't get so it gives that error but continues on it's way. I'll try to clean this up in a later update :)