Failed to load movie index (via CloudFlare South Africa)
Posted: 03 Mar 2016, 07:32
When I run my FileBot script I get this error:
I ran this in cmd:
And got:
Can anyone help?
TIA
Code: Select all
SEVERE: Failed to load movie index: java.io.IOException: Server returned HTTP response code: 522 for URL: http://app.filebot.net/data/moviedb.txt.xz
Code: Select all
curl --head --verbose "http://app.filebot.net/data/moviedb.txt.xz"
Code: Select all
* timeout on name lookup is not supported
* Trying 104.28.24.126...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0* Connected to app.filebot.net (104.28.24.126) port 80 (#0)
> HEAD /data/moviedb.txt.xz HTTP/1.1
> Host: app.filebot.net
> User-Agent: curl/7.46.0
> Accept: */*
>
0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0< HTTP/1.1 522 Origin Connection Time-out
< Date: Thu, 03 Mar 2016 07:22:23 GMT
< Content-Type: text/html; charset=UTF-8
< Connection: keep-alive
< Set-Cookie: __cfduid=d30eeef62066c1a4f3a96409a87f0c0891456989727; expires=Fri, 03-Mar-17 07:22:07 GMT; path=/; domain=.filebot.net; HttpOnly
< Pragma: no-cache
< X-Frame-Options: SAMEORIGIN
< Server: cloudflare-nginx
< CF-RAY: 27db55e5e62715f8-JNB
<
0 0 0 0 0 0 0 0 --:--:-- 0:00:15 --:--:-- 0HTTP/1.1 522 Origin Connection Time-out
Date: Thu, 03 Mar 2016 07:22:23 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
Set-Cookie: __cfduid=d30eeef62066c1a4f3a96409a87f0c0891456989727; expires=Fri, 03-Mar-17 07:22:07 GMT; path=/; domain=.filebot.net; HttpOnly
Pragma: no-cache
X-Frame-Options: SAMEORIGIN
Server: cloudflare-nginx
CF-RAY: 27db55e5e62715f8-JNB
* Connection #0 to host app.filebot.net left intact
TIA