AMC Script cannot match Jujutsu no Kaisen on TMDB::TV

All your suggestions, requests and ideas for future development
Post Reply
zhyp
Posts: 10
Joined: 12 May 2023, 00:30

AMC Script cannot match Jujutsu no Kaisen on TMDB::TV

Post by zhyp »

I'm opening a topic on this sub because I think this may be a bug, not sure tho.
This is the failed output from the AMC Script

Code: Select all

Parameter: skipExtract = n
Parameter: deleteAfterExtract = n
Parameter: excludeList = E:\Media\amc.txt
Parameter: extractFolder = E:\Torrents\Extracted
Parameter: clean = y
Parameter: animeDB = TheMovieDB::TV
Parameter: movieDB = TheMovieDB
Parameter: seriesDB = TheMovieDB::TV
Parameter: musicDB = ID3
Parameter: subtitles = en,pob
Parameter: seriesFormat = {anime ? 'Anime' : 'TV Shows'}/{~plex.id}
Parameter: movieFormat = {anime ? 'Anime Movies' : 'Movies'}/{~plex.id}
Parameter: ut_label = Animes
Parameter: ut_title = [SubsPlease] Jujutsu Kaisen - 37 (1080p) [C4BB8FBC].mkv
Parameter: ut_kind = multi
Parameter: ut_dir = E:\Torrents\Finished\Animes\[SubsPlease] Jujutsu Kaisen - 37 (1080p) [C4BB8FBC].mkv
Parameter: plex = *****
Use excludes: E:\Media\amc.txt (7)
Input: E:\Torrents\Finished\Animes\[SubsPlease] Jujutsu Kaisen - 37 (1080p) [C4BB8FBC].mkv
Process as Anime [Animes]
Group: {Anime=true} => [[SubsPlease] Jujutsu Kaisen - 37 (1080p) [C4BB8FBC].mkv]
Rename episodes using [TheMovieDB] with [Airdate Order]
Lookup via [Jujutsu Kaisen] [Jujutsu Kaisen]
Fetching episode data for [Jujutsu Kaisen]
* Invalid Lookup: TMDB ID not found [tv/95479/season/0]
No episode data: [Jujutsu Kaisen (2020), jujutsu kaisen]
Failed to identify or process any files
Finished without processing any files
Failure (×_×)⌒☆
Ignore old: E:\Media\Anime\SPY x FAMILY {tmdb-120089}\Season 02\SPY x FAMILY - S02E02 - BOND'S STRATEGY TO STAY ALIVE DAMIAN'S FIELD RESEARCH TRIP.mkv
Done ヾ(@⌒ー⌒@)ノ
And this is the command that I'm running:

Code: Select all

filebot -script fn:amc --output "E:\Media" --action hardlink -non-strict --def skipExtract=n --def deleteAfterExtract=n --def excludeList="E:\Media\amc.txt" --def extractFolder="E:\Torrents\Extracted" --def clean=y --def animeDB=TheMovieDB::TV movieDB=TheMovieDB seriesDB=TheMovieDB::TV musicDB=ID3 --def subtitles="en,pob" --log-file="E:\Media\AMC-log.txt" --conflict auto --def seriesFormat="{anime ? 'Anime' : 'TV Shows'}/{~plex.id}" movieFormat="{anime ? 'Anime Movies' : 'Movies'}/{~plex.id}" --def ut_label=$label ut_title=$title ut_kind=multi ut_dir="$dir" --def plex=localhost:32400:$env:PLEX_TOKEN
Last week's episode had no problem detecting, and this seems to be happening on the filebot GUI too, "Invalid Lookup: TMDB ID not found [tv/95479/season/0]" when using "Episodes" tab to search for Jujutsu Kaisen.

Thanks.
dragonandlance
Posts: 15
Joined: 17 Sep 2017, 22:28

Re: AMC Script cannot match Jujutsu no Kaisen on TMDB::TV

Post by dragonandlance »

I'm having issues with a few shows and TMDB as well. Gen V, The Umbrella Academy and a few others won't work, despite all the series working on the TMDB website
zhyp
Posts: 10
Joined: 12 May 2023, 00:30

Re: AMC Script cannot match Jujutsu no Kaisen on TMDB::TV

Post by zhyp »

Got it, so it's an API issue, basically some stuff works and some doesn't, and we just need to wait, right? Thanks.
User avatar
rednoah
The Source
Posts: 23002
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC Script cannot match Jujutsu no Kaisen on TMDB::TV

Post by rednoah »

zhyp wrote: 22 Oct 2023, 01:15 Got it, so it's an API issue, basically some stuff works and some doesn't, and we just need to wait, right? Thanks.
:arrow: You can use the latest beta:
viewtopic.php?t=1609


:idea: This kind of API issue will no longer cause an abort with the latest revision I believe, but you might (silently) end up with incomplete episode listings, since missing season listings are just ignored. Maybe not an issue if it's just the specials, but technically it could be any season listing.
:idea: Please read the FAQ and How to Request Help.
Post Reply