[BUG-Help] Take your pills!

Support for Windows users
Post Reply
exSnake
Posts: 3
Joined: 31 Mar 2018, 00:47

[BUG-Help] Take your pills!

Post by exSnake »

Guys, i'm really struggling with this, i don't know what's happening but everytime i try to match a movie, Take your pills show up, i've unistalled Filebot, deleted the entire

C:\Users\username\AppData\Local\Packages\PointPlanck.FileBot_49ex9gnthnt12 folder

deleted the configuration, restarted my PC, reinstalled all as new, but whenever i try to match a Film "Take your pills" show up, if i try to match a TV Show, text box with Take your pills written show up.

Wtf is happening?

Image

Image

What i can do? Where this string could be stored, in which config/regkey?

Sysinfo

Code: Select all

FileBot 4.9.3 (r8340)
JNA Native: 6.1.0
MediaInfo: 20.09
7-Zip-JBinding: 16.02
Tools: fpcalc/1.5.0
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2021-06-15 (r755)
Groovy: 3.0.7
JRE: OpenJDK Runtime Environment 15.0.2
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 32 Core / 17 GB Max Memory / 349 MB Used Memory
OS: Windows 10 (amd64)
STORAGE: NTFS [(C:)] @ 945 GB | NTFS [Jupiter] @ 7 TB | NTFS [Psychomanthis] @ 7 TB | NTFS [homes] @ 14 TB | NTFS [Cloud] @ 14 TB | NTFS [Data] @ 14 TB
Package: APPX
License: Microsoft Store License
Log:

Code: Select all

# C:\Users\exSna\AppData\Roaming\FileBot\logs\error.log
Jul 15, 2021 1:59:23 AM net.filebot.DiskStore acquireDiskStore
WARNING: Initialize new disk cache: C:\Users\exSna\AppData\Roaming\FileBot\cache\0
Jul 15, 2021 2:16:15 AM net.filebot.Parallelism lambda$map$7
WARNING: CancellationException
java.util.concurrent.ExecutionException: java.lang.reflect.InvocationTargetException
	at net.filebot.Parallelism.lambda$map$7(Unknown Source)
	at net.filebot.Parallelism.map(Unknown Source)
	at net.filebot.ui.rename.MovieMatcher.match(Unknown Source)
	at net.filebot.ui.rename.RenamePanel$AutoCompleteAction$1.doInBackground(Unknown Source)
	at net.filebot.ui.rename.RenamePanel$AutoCompleteAction$1.doInBackground(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
	at net.filebot.util.ui.SwingUI.showInputDialog(Unknown Source)
	at net.filebot.ui.rename.MovieMatcher.selectMovie(Unknown Source)
	at net.filebot.ui.rename.MovieMatcher.grabMovieName(Unknown Source)
	at net.filebot.ui.rename.MovieMatcher.lambda$match$2(Unknown Source)
	at net.filebot.Parallelism.lambda$map$4(Unknown Source)
	at net.filebot.Parallelism.lambda$callable$8(Unknown Source)
Caused by: java.lang.RuntimeException: java.util.concurrent.CancellationException
	at net.filebot.util.ui.SwingUI.lambda$showInputDialog$3(Unknown Source)
Caused by: java.util.concurrent.CancellationException
	at net.filebot.ui.rename.MovieMatcher.lambda$selectMovie$5(Unknown Source)
	... 1 more
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [BUG-Help] Take your pills!

Post by rednoah »

rednoah wrote: 31 Jul 2014, 16:40 Include file paths as text when reporting mismatches (press F7 to copy debug information)
Please post the full file path as text so we can reproduce the problem:
viewtopic.php?t=12535


:idea: If you get "Take your Pills" as an option for all your files, then those files have something in common, e.g. some parent folder named take or pills, or some other matching alias name, or some rogue *.nfo file with misleading links. The query candidate is based solely on the file system information unrelated to any kind of application state.


:idea: Crudelia does not match Cruella, so FileBot has to ask. Is Crudelia the official movie name in some other language? Settings the FileBot language preferences to match your file name language can help improve auto-detection.


:idea: Please read How to Request Help.
:idea: Please read the FAQ and How to Request Help.
exSnake
Posts: 3
Joined: 31 Mar 2018, 00:47

Re: [BUG-Help] Take your pills!

Post by exSnake »

I found the problem, was a .nfo file, named Take your pills.nfo, in the folder where were the movies to be renamed.

Why would Filebot analyze a .nfo file in the same folder if i didn't pass it to the Gui application?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [BUG-Help] Take your pills!

Post by rednoah »

Nearby *.nfo files typically contain the movie ID for the movie being processed, which is extremely reliable in most cases, and also not much of a problem if it's wrong, since you can always select a different movie instead. If the files was named Cruella then that might have been the top choice / suggested search term, but since Crudellia ≠ Cruella the *.nfo based suggestion might have had a chance to come out on top.
:idea: Please read the FAQ and How to Request Help.
Post Reply