Jojo's Bizarre Adventure doesn't work well on the latest beta.

All your suggestions, requests and ideas for future development
Post Reply
sakuraimikoto33
Posts: 13
Joined: 03 Dec 2022, 17:24

Jojo's Bizarre Adventure doesn't work well on the latest beta.

Post by sakuraimikoto33 »

JoJo's Bizarre Adventure Stone Ocean throws an error.
Files that have been renamed until now also now throw an error.

The following is a CLI execution, but "Duplicate key ~" is also displayed when executed in the GUI.

Code: Select all

C:\Users\username\Desktop\Renamer\test>filebot -rename "C:\Users\username\Desktop\Renamer\test\ジョジョの奇妙な冒険 ストーンオーシャン(第2クール)\ジョジョの奇妙な冒険 ストーンオーシャン(第2クール) 第13話 「愛と復讐のキッス その①」 (BS11) [20221008].mkv" --db TheTVDB --order Airdate -non-strict --lang Japanese --q "{ folder.name }" --apply prune --output "C:\Users\username\Desktop\Renamer\test1" --format "{ny}/{episode.special ? 'Specials':'Season '+s}/{original}"
Rename episodes using [TheTVDB] with [Airdate]
Lookup via [ジョジョの奇妙な冒険 ストーンオーシャン(第2クール)]
Fetching episode data for [JoJo's Bizarre Adventure]
Duplicate key 9075731 (attempted merging values ジョジョの奇妙な冒険 (2012) - 166 - Smack of Love and Revenge (2) and ジョジョの奇妙な冒険 (2012) - 166 - Smack of Love and Revenge (2))
java.lang.IllegalStateException: Duplicate key 9075731 (attempted merging values ジョジョの奇妙な冒険 (2012) - 166 - Smack of Love and Revenge (2) and ジョジョの奇妙な冒険 (2012) - 166 - Smack of Love and Revenge (2))
        at net.filebot.web.TheTVDBClientV4.fetchSeriesData(Unknown Source)
        at net.filebot.web.AbstractEpisodeListProvider.lambda$getSeriesData$1(Unknown Source)
        at net.filebot.Cache.computeIf(Unknown Source)
        at net.filebot.Cache$TypedCache.computeIf(Unknown Source)
        at net.filebot.Cache.computeIfAbsent(Unknown Source)
        at net.filebot.Cache$TypedCache.computeIfAbsent(Unknown Source)
        at net.filebot.web.AbstractEpisodeListProvider.getSeriesData(Unknown Source)
        at net.filebot.web.AbstractEpisodeListProvider.getEpisodeList(Unknown Source)
        at net.filebot.cli.CmdlineOperations.fetchEpisodeSet(Unknown Source)
        at net.filebot.cli.CmdlineOperations.renameSeries(Unknown Source)
        at net.filebot.cli.CmdlineOperations.rename(Unknown Source)
        at net.filebot.cli.ArgumentProcessor.runCommand(Unknown Source)
        at net.filebot.cli.ArgumentProcessor.run(Unknown Source)
        at net.filebot.Main.main(Unknown Source)

Error (o_O)

Code: Select all

C:\Users\username\Desktop\Renamer\test>filebot -rename "C:\Users\username\Desktop\Renamer\test\ジョジョの奇妙な冒険 ストーンオーシャン(第2クール)\ジョジョの奇妙な冒険 ストーンオーシャン(第2クール) 第23話 「ジェイル・ハウス・ロック!」 (BS11) [20221217].mkv" --db TheTVDB --order Airdate -non-strict --lang Japanese --q "{ folder.name }" --apply prune --output "C:\Users\username\Desktop\Renamer\test1" --format "{ny}/{episode.special ? 'Specials':'Season '+s}/{original}"
Rename episodes using [TheTVDB] with [Airdate]
Lookup via [ジョジョの奇妙な冒険 ストーンオーシャン(第2クール)]
Fetching episode data for [JoJo's Bizarre Adventure]
Duplicate key 9075731 (attempted merging values ジョジョの奇妙な冒険 (2012) - 166 - Smack of Love and Revenge (2) and ジョジョの奇妙な冒険 (2012) - 166 - Smack of Love and Revenge (2))
java.lang.IllegalStateException: Duplicate key 9075731 (attempted merging values ジョジョの奇妙な冒険 (2012) - 166 - Smack of Love and Revenge (2) and ジョジョの奇妙な冒険 (2012) - 166 - Smack of Love and Revenge (2))
        at net.filebot.web.TheTVDBClientV4.fetchSeriesData(Unknown Source)
        at net.filebot.web.AbstractEpisodeListProvider.lambda$getSeriesData$1(Unknown Source)
        at net.filebot.Cache.computeIf(Unknown Source)
        at net.filebot.Cache$TypedCache.computeIf(Unknown Source)
        at net.filebot.Cache.computeIfAbsent(Unknown Source)
        at net.filebot.Cache$TypedCache.computeIfAbsent(Unknown Source)
        at net.filebot.web.AbstractEpisodeListProvider.getSeriesData(Unknown Source)
        at net.filebot.web.AbstractEpisodeListProvider.getEpisodeList(Unknown Source)
        at net.filebot.cli.CmdlineOperations.fetchEpisodeSet(Unknown Source)
        at net.filebot.cli.CmdlineOperations.renameSeries(Unknown Source)
        at net.filebot.cli.CmdlineOperations.rename(Unknown Source)
        at net.filebot.cli.ArgumentProcessor.runCommand(Unknown Source)
        at net.filebot.cli.ArgumentProcessor.run(Unknown Source)
        at net.filebot.Main.main(Unknown Source)

Error (o_O)
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Jojo's Bizarre Adventure doesn't work well on the latest beta.

Post by rednoah »

The issue above has been fixed with FileBot r9471. Thanks for testing the latest revision and quick feedback.
:idea: Please read the FAQ and How to Request Help.
Post Reply