Page 1 of 1

Invalid Lookup: null [tv/79514/season/-1]

Posted: 13 Mar 2023, 10:34
by lishan89
Filebot definitely knows what show I am looking for since 79514 is the correct show. However I am getting a -1 season? Also, I tried on a windows pc just to make it is not a Mac issue with the same result.

GUI Error: Invalid Lookup: null [tv/79514/season/-1]

command:

Code: Select all

filebot -list --db TheMovieDB::TV --q "我家大师兄"
response:

Code: Select all

Resource not found: https://api.themoviedb.org/3/tv/79514/season/-1 [404 Not Found]
No episodes found

Code: Select all

Initialize new disk cache: /Users/xxxxx/.filebot/cache/1
FileBot 4.9.6 (r9125)
JNA Native: 6.1.2
MediaInfo: 21.09
Tools: fpcalc/1.5.1 7zz/21.06
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2022-08-15 (r836)
Groovy: 3.0.9
JRE: OpenJDK Runtime Environment 17.0.2
JVM: OpenJDK 64-Bit Server VM
CPU/MEM: 10 Core / 4.3 GB Max Memory / 66 MB Used Memory
OS: Mac OS X (aarch64)
HW: Darwin XXXXXXXXXXX-16 22.3.0 Darwin Kernel Version 22.3.0: Mon Jan 30 20:38:37 PST 2023; root:xnu-8792.81.3~2/RELEASE_ARM64_T6000 arm64
STORAGE: apfs [/] @ 197 GB | smbfs [/Volumes/xxxxxx] @ 5 TB | smbfs [/Volumes/Users] @ 414 GB
DATA: /Users/xxxxx/.filebot
Package: PKG
Activate License [XXXXXXXXXX] on [Mon Mar 13 03:13:52 PDT 2023]
License: FileBot License XXXXXXXXXX (Valid-Until: 2071-03-30)

Re: Invalid Lookup: null [tv/79514/season/-1]

Posted: 13 Mar 2023, 11:56
by rednoah
There does seem to be a Season -1 which is highly unusual and possibly a bug in TheMovieDB website, which shouldn't allow <0 season numbers, because TheMovieDB API does fails if FileBot tries to access a <0 season episode listings:
https://www.themoviedb.org/tv/79514-wo- ... /season/-1


EDIT:

FileBot r9655 will now ignore negative season numbers.

Re: Invalid Lookup: null [tv/79514/season/-1]

Posted: 14 Mar 2023, 00:47
by lishan89
Is there a way to update to it currently? Just wondering for future reference, I mean no rush.

Re: Invalid Lookup: null [tv/79514/season/-1]

Posted: 14 Mar 2023, 02:46
by rednoah
Please try the latest revision to confirm that the issue has been fixed:
viewtopic.php?t=1609

Re: Invalid Lookup: null [tv/79514/season/-1]

Posted: 15 Mar 2023, 07:18
by lishan89
Confirm this bug is fixed in Version 5.0.0 (9655), Thank you!