Index 1 out of bounds for length

All your suggestions, requests and ideas for future development
Post Reply
Crusader2100
Posts: 2
Joined: 19 Feb 2025, 06:29

Index 1 out of bounds for length

Post by Crusader2100 »

Using the Windows application, I started getting this error whenever I try to match. I tried multiple titles and even some that I have already matched previously (Just to make sure I tried on something that worked before). I reinstalled the application completely. Same thing.

Screenshot
Image

Sysinfo

Code: Select all

FileBot 5.1.6 (r10435)
JNA Native: 7.0.0
MediaInfo: 24.06
7-Zip-JBinding: 16.02
Tools: fpcalc/1.5.0
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2025-02-12 (r1000)
Groovy: 4.0.21
JRE: OpenJDK Runtime Environment 21.0.3
JVM: OpenJDK 64-Bit Server VM
CPU/MEM: 20 Core / 8 GB Max Memory / 121 MB Used Memory
OS: Windows 11 (amd64)
STORAGE: NTFS [(C:)] @ 395 GB | NTFS [Storage] @ 13 TB | NTFS [Fast Storage] @ 986 GB | NTFS [RAID Storage] @ 5 TB | NTFS [share] @ 14 TB
DATA: C:\Users\crusa\AppData\Roaming\FileBot
Package: MSI
License: FileBot License PX34264441 (Valid-Until: 2072-02-27)
Log

Code: Select all

Feb 19, 2025 12:26:07 AM net.filebot.ui.rename.RenamePanel$AutoCompleteAction lambda$start$7
WARNING: Index 1 out of bounds for length 1
java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
	at net.filebot.util.ui.SwingUI$SwingLambda.done(Unknown Source)
Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1
	at net.filebot.media.ReleaseInfo.lambda$mappings$22(Unknown Source)
	at net.filebot.media.ReleaseInfo.lambda$mappings$24(Unknown Source)
	at net.filebot.Resource$Transformed.get(Unknown Source)
	at net.filebot.Resource$Memoized.get(Unknown Source)
	at net.filebot.media.ReleaseInfo.getSeriesMappings(Unknown Source)
	at net.filebot.media.MediaDetection.matchSeriesMappings(Unknown Source)
	at net.filebot.media.MediaDetection.detectSeries(Unknown Source)
	at net.filebot.media.MediaDetection.mapSeriesNamesByFiles(Unknown Source)
	at net.filebot.ui.rename.EpisodeListMatcher.matchVideoFiles(Unknown Source)
	at net.filebot.ui.rename.EpisodeListMatcher.match(Unknown Source)
	at net.filebot.ui.rename.RenamePanel$AutoCompleteAction.lambda$start$3(Unknown Source)
	at net.filebot.util.ui.SwingUI$SwingLambda.doInBackground(Unknown Source)
User avatar
rednoah
The Source
Posts: 24009
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Index 1 out of bounds for length

Post by rednoah »

Looks like there's an invalid data file. I cannot seem to reproduce the issue though. You could try running filebot -clear-cache once to see if that helps.
:idea: Please read the FAQ and How to Request Help.
Crusader2100
Posts: 2
Joined: 19 Feb 2025, 06:29

Re: Index 1 out of bounds for length

Post by Crusader2100 »

That did the trick! Thanks!
Post Reply