Page 1 of 1
IllegalStateException: AniDB error: Anime not found
Posted: 13 Oct 2019, 11:25
by kiam001
Code: Select all
Fetching episode data for [Katsugeki: Touken Ranbu] Fetching episode data for [Gekijouban Katsugeki/Touken Ranbu] Fetching episode data for [Gunjou no Magmell] Fetching episode data for [Hunter x Hunter (1999)] Fetching episode data for [Hunter x Hunter (2011)] Fetching episode data for [Hunter x Hunter] Fetching episode data for [Hunter x Hunter: Original Video Animation] Fetching episode data for [Hunter x Hunter: Greed Island] Fetching episode data for [Tsuki ga Kirei] Fetching episode data for [Arifureta Shokugyou de Sekai Saikyou] Fetching episode data for [Rainbow: Nisha Rokubou no Shichinin]
Fetching episode data for [Ai no Senshi Rainbowman] Fetching episode data for [Niji-iro Days] Fetching episode data for [Rainbow Ruby]
IllegalStateException: AniDB error: Anime not found Finished without processing any files Abort (�_�)
Re: IllegalStateException: AniDB error: Anime not found
Posted: 13 Oct 2019, 11:26
by kiam001
Code: Select all
/usr/bin/nice -19 filebot -script fn:amc --output "/home/maik/tmp/tmpm/FTP" --action move -non-strict "/home/maik/tmp/tmpm/FTP/upload/AnimeSerienAniDB/" --def ut_label=anime --def minFileSize=18 --def minLengthMS=2 --def movieFormat="Anime/Filme/{primaryTitle}/{fn}" seriesFormat="Anime/Serien/{primaryTitle}/{fn}" animeFormat='Anime/Serien/{primaryTitle}/{fn}' unsortedFormat="unsortiert/{file.structurePathTail}" --lang en --db AniDB --conflict auto --def unsorted=yes --def exec='/home/maik/tmp/scripte/FilebotAnime.sh {quote(primaryTitle)} {quote(id)} {quote(type)} {quote(s00e00)}' --def ignore="[.](ico|ini|diz|exe|jpeg|jpg|nfo|txt|sft|srv|srf|nzb|rar|zip)$"
Re: IllegalStateException: AniDB error: Anime not found
Posted: 13 Oct 2019, 14:13
by rednoah
I will need at least one sample file path please.

Please read
How to Request Help.
Re: IllegalStateException: AniDB error: Anime not found
Posted: 14 Oct 2019, 16:16
by kiam001
Re: IllegalStateException: AniDB error: Anime not found
Posted: 14 Oct 2019, 16:30
by rednoah

Please find and post the
relevant logs. Just dumping everything without context isn't very helpful.
1.
So I've just picked the first line in the log:
Code: Select all
[AnimePlaza] Araburu_Kisetsu_no_Otome-domo_yo_-_01.mkv
Code: Select all
filebot -rename *.mkv --db AniDB --action TEST -non-strict
Rename episodes using [AniDB] with [Absolute Order]
Auto-detected query: [Araburu Kisetsu no Otome domo yo, animeplaza araburu kisetsu no otome domo yo]
Fetching episode data for [Araburu Kisetsu no Otome-domo yo.]
[TEST] from [[AnimePlaza] Araburu_Kisetsu_no_Otome-domo_yo_-_01.mkv] to [O Maidens in Your Savage Season - 01 - The Taste of Her Pork Miso Soup.mkv]
Processed 1 files
I think it's working. But then again, I don't speak Japanese.

If you want me to run tests on other file paths, please share with us those specific file paths.
2.
Please run
filebot -script fn:sysinfo (as explained in How to Request Help) so I can see what version / revision of FileBot you're using. Newer versions / revisions often-case work better than older ones:
viewtopic.php?t=1609
Re: IllegalStateException: AniDB error: Anime not found
Posted: 14 Oct 2019, 17:12
by kiam001
Re: IllegalStateException: AniDB error: Anime not found
Posted: 14 Oct 2019, 18:01
by rednoah
I see. That is indeed caused by invalid (or not yet valid) IDs being searchable but episode listing being unavailable. Good catch. Probably quite rare, but in any case, should be ignored with a warning rather than lead to a full abort.
EDIT:
Fixed with FileBot r6809.
Re: IllegalStateException: AniDB error: Anime not found
Posted: 15 Oct 2019, 15:26
by kiam001
Code: Select all
Input: /home/maik/tmp/tmpm/FTP/upload/AnimeSerienAniDB/[Ta@]SAO3 WoU [Web,720p,AAC]/[Ta@]SAO3 WoU [Web,720p,AAC].mp4
Input: /home/maik/tmp/tmpm/FTP/upload/AnimeSerienAniDB/[Ta@]Stand_My_Heroes_02_[Web,1080p,AAC].mkv
Group: {Anime=true} => [[Ta@]SAO3 WoU [Web,720p,AAC].mp4, [Ta@]Stand_My_Heroes_02_[Web,1080p,AAC].mkv]
Rename episodes using [AniDB] with [Absolute Order]
Auto-detected query: [animeserienanidb]
Failed to fetch episode data: [animeserienanidb]
Auto-detected query: [ta sao3 wou]
Failed to fetch episode data: [ta sao3 wou]
CmdlineException: Failed to match files to episode data
Finished without processing any files
Abort (×_×)
Re: IllegalStateException: AniDB error: Anime not found
Posted: 15 Oct 2019, 16:44
by rednoah
You might need to tell me the correct result
(with AniDB link please) that you expect for each of these files, cause I'm a human and I can't decipher those either.

Re: IllegalStateException: AniDB error: Anime not found
Posted: 15 Oct 2019, 17:06
by kiam001
Re: IllegalStateException: AniDB error: Anime not found
Posted: 15 Oct 2019, 17:20
by rednoah
1.
I've added
SAO3 WoU as short title to AniDB. You can help make things work better for everyone by contributing to AniDB.
https://anidb.net/anime/14796/name

DB updates are not effective immediately, but should work within 2-3 weeks at the very least, maybe sooner.
2.
This file not only uses a strange short name, but it also doesn't have episode numbers, so unattended automatic matching can't really be expected to work well in this case.
That's ok. FileBot gives you many ways of doing things a bit more hands on for these tricky cases:
Code: Select all
filebot -list -rename '[Ta@]SAO3 WoU [Web,720p,AAC].mp4' --db AniDB --q '14796' --action TEST
[TEST] from [[Ta@]SAO3 WoU [Web,720p,AAC].mp4] to [Sword Art Online Alicization - War of Underworld - 01 - In the Far North.mp4]

Use
--q 14796 specific ID. Use
-list -rename to align files and episodes by natural order, rather than trying to figure one which episode fits which file best.
Re: IllegalStateException: AniDB error: Anime not found
Posted: 15 Oct 2019, 20:39
by kiam001
Thx for you're perfekt Support
