From 7876a76672bbb5111b2688746851f79442707ec6 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Sat, 17 Feb 2024 07:19:21 +0100 Subject: [PATCH] fix typo --- docs/pmm/logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pmm/logs.md b/docs/pmm/logs.md index 2a19ec4d..818ef0e5 100644 --- a/docs/pmm/logs.md +++ b/docs/pmm/logs.md @@ -84,7 +84,7 @@ This table details examples of the most commonly-seen `[ERROR]` events and what | `ERROR` | `Plex Error: No Items found in Plex` | While using the PMM builder, no items with that criteria were returned from Plex | This may be normal and require 0 actions. However, if you expect that Plex should have returned records, check the builder to ensure it is working properly | | `ERROR` | `IMDb Error: Failed to parse URL:` | While using the PMM builder, url does not exist | This may be normal and require 0 actions. However, if you expect that the URL should have returned records, check the url in your browser to ensure it is working properly | | `ERROR` | `Trakt Error: No TVDb ID found for Nightfall (2022)` | Online sources are missing information | These sorts of errors indicate that the thing can't be cross-referenced between sites.
For example, at the time of that error, the Trakt record for "Nightfall (2022)" didn't contain a TVDb ID.
This could be because the record just hasn't been updated, or because "Nightfall (2022)" is not listed on TVDb.
The fix is for someone [like you, perhaps] to go to the relevant site and fill in the missing data. | -| `ERROR` | `MdbList Error: Not Found` | Online sources are missing information | These sorts of errors indicate that the thing can't be cross-referenced between sites. For example, at the time of that error, the the MDBlist record was trying to get a rating for a media item and could not find it. | +| `ERROR` | `MdbList Error: Not Found` | Online sources are missing information | These sorts of errors indicate that the thing can't be cross-referenced between sites. For example, at the time of that error, the MDBlist record was trying to get a rating for a media item and could not find it. | | `ERROR` | `Plex Error: actor: Mel B not found` | Actor not found and hence unable to create the collection | Report error in #pmm-help channel and see if there is a fix. | | `ERROR` | `Input Failed` | A token or password is no longer valid for an online source of information | Review the meta.log for more information | | `ERROR` | `Collection Error: trakt_list requires Trakt to be configured` | You are using a builder that has not been configured yet. | Review the meta.log for more information on what went wrong. Refer to the wiki for details on how to set this up (in this case Trakt) |