Search found 5 matches

by kalgon
16 Jan 2020, 15:49
Forum: Help and Support
Topic: Invaild XML Error
Replies: 34
Views: 57466

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: 57466

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: 57466

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: 2057

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: 2057

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 ...