Search found 7 matches

by kalgon
10 Dec 2025, 09:11
Forum: Help and Support
Topic: { plex.tail } not working
Replies: 2
Views: 776

Re: { plex.tail } not working

rednoah wrote: 09 Dec 2025, 04:25 :idea: FileBot 5.2.0 has known issues on Windows in this regard. FileBot 5.2.1 fixes the issue.

:arrow: The easy solution is to just use {~plex} instead:

Format: Select all

{ ~plex }
Plex / Kodi / Emby / Jellyfin Naming Schemes › Advanced {plex} operators
Ok thanks, that solved my problem!
by kalgon
08 Dec 2025, 20:22
Forum: Help and Support
Topic: { plex.tail } not working
Replies: 2
Views: 776

{ plex.tail } not working

Until recently, I was using FB 4.7.9 with { plex.tail } without any problem. Now I bought a license and got the last version of FB only to find out that the naming that suited me best does not work anymore, using { plex.tail } gives a "Suppressed: null" error. https://snipboard.io/Gcixmv.jpg What ...
by kalgon
16 Jan 2020, 15:49
Forum: Help and Support
Topic: Invaild XML Error
Replies: 34
Views: 78044

Re: Invaild XML Error

Well, it does not seem to be the same problem as the original one. The original problem was caused by a 301 status code (to redirect clients to use https instead of http when accessing thetvdb api). Here, you have another code: 502 (Bad Gateway). Can you access the link from the logs (http://thetvdb ...
by kalgon
14 Jan 2020, 16:57
Forum: Help and Support
Topic: Invaild XML Error
Replies: 34
Views: 78044

Re: Invaild XML Error

If some people are still struggling with this issue, here's what you can do: Be sure you have the FileBot 4.7.9 jar Download jojodiff from http://jojodiff.sourceforge.net/ Download the patch from https://gofile.io/?c=Dvc6yx Extract the class net/filebot/web/WebRequest.class from the filebot jar file ...
by kalgon
01 Dec 2019, 19:30
Forum: Help and Support
Topic: Invaild XML Error
Replies: 34
Views: 78044

Re: Invaild XML Error

I modified net.filebot.web.WebRequest.fetch(URL, long, Object, Map<>, Consumer<>) to check if the connection response's code is 301. If it is, then the method calls itself with the new URL I got from the Location header. I tried setting connection.setInstanceFollowRedirects(true) but it did not work ...
by kalgon
27 Jul 2014, 18:12
Forum: Help and Support
Topic: Probem installing 4.2 over 4.0
Replies: 2
Views: 2804

Re: Probem installing 4.2 over 4.0

Thanks, installing the MSI package worked fine.
by kalgon
26 Jul 2014, 11:05
Forum: Help and Support
Topic: Probem installing 4.2 over 4.0
Replies: 2
Views: 2804

Probem installing 4.2 over 4.0

Hi, I was trying to upgrade from 4.0 to 4.2 and the installer each time got stuck on "uninstalling previous versions" (progress bar was not moving for 15 minutes and I killed the process). So, I've uninstalled 4.0 through "Programs and Features" but the installer keeps trying to uninstall previous ...