Page 1 of 1

Failed to load movie index (via CloudFlare South Africa)

Posted: 03 Mar 2016, 07:32
by jew94
When I run my FileBot script I get this error:

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
I ran this in cmd:

Code: Select all

curl --head --verbose "http://app.filebot.net/data/moviedb.txt.xz"
And got:

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
Can anyone help?
TIA

Re: Error with Movie DB

Posted: 03 Mar 2016, 07:44
by rednoah
Looks like the CloudFlare JNB CDN edge location (South Africa?) can't connect to filebot/sourceforge vhost. It seems to work for everyone else (in other places) though so I have no idea.


You can try this, but it probably won't work since it's a hosting issue:


Clear cache:

Code: Select all

filebot -clear-cache
Refresh cache:

Code: Select all

filebot -script "g:net.filebot.media.MediaDetection.warmupCachedResources()"

Re: Error with Movie DB

Posted: 05 Mar 2016, 20:27
by jew94
Tried as you said. No luck...
rednoah wrote:Looks like the CloudFlare JNB CDN edge location (South Africa?) can't connect to filebot/sourceforge vhost. It seems to work for everyone else (in other places) though so I have no idea.


You can try this, but it probably won't work since it's a hosting issue:


Clear cache:

Code: Select all

filebot -clear-cache
Refresh cache:

Code: Select all

filebot -script "g:net.filebot.media.MediaDetection.warmupCachedResources()"

Re: Error with Movie DB

Posted: 05 Mar 2016, 21:14
by rednoah
What do you get if you run this command?

Code: Select all

curl --head "http://status.filebot.net/data/moviedb.txt.xz"
PS: Have you tried using a VPN or a proxy? That might "solve" the problem.

Re: Error with Movie DB

Posted: 06 Mar 2016, 07:25
by jew94

Code: Select all

HTTP/1.1 200 OK
Server: Apache/2.2.15 (CentOS)
Vary: Host
Last-Modified: Wed, 02 Mar 2016 18:38:13 GMT
ETag: "fe964-52d152f3399ce"
Accept-Ranges: bytes
Content-Length: 1042788
Cache-Control: max-age=172800
Expires: Tue, 08 Mar 2016 07:24:16 GMT
Content-Type: application/x-xz
Date: Sun, 06 Mar 2016 07:24:16 GMT
X-Varnish: 986791944
Age: 0
Via: 1.1 varnish
Connection: keep-alive
I haven't tried a VPN/proxy. I'll do that next
rednoah wrote:What do you get if you run this command?

Code: Select all

curl --head "http://status.filebot.net/data/moviedb.txt.xz"
PS: Have you tried using a VPN or a proxy? That might "solve" the problem.

Re: Error with Movie DB

Posted: 06 Mar 2016, 08:06
by Zolking
I too experience this error, and I am in JHB, South Africa.

Tried two ISPs, no joy.

Sad times for South Africans. Cost of VPN or Proxy services are just too high for most of us, they cost more than the connection itself.

Re: Error with Movie DB

Posted: 06 Mar 2016, 08:29
by jew94
I tried using a VPN and it works

Code: Select all

HTTP/1.1 200 OK
Server: Apache/2.2.15 (CentOS)
Vary: Host
Last-Modified: Wed, 02 Mar 2016 18:38:13 GMT
ETag: "fe964-52d152f3399ce"
Accept-Ranges: bytes
Content-Length: 1042788
Cache-Control: max-age=172800
Expires: Tue, 08 Mar 2016 08:27:39 GMT
Content-Type: application/x-xz
Date: Sun, 06 Mar 2016 08:27:39 GMT
X-Varnish: 457540307
Age: 0
Via: 1.1 varnish
Connection: keep-alive
rednoah wrote:What do you get if you run this command?

Code: Select all

curl --head "http://status.filebot.net/data/moviedb.txt.xz"
PS: Have you tried using a VPN or a proxy? That might "solve" the problem.

Re: Error with Movie DB

Posted: 06 Mar 2016, 08:33
by jew94
FYI
I checked CloudFlare's website and they've been having issues in Johannesburg

Code: Select all

Investigating Network Related Issues in Johannesburg

Resolved - This incident has been resolved. 
Mar 4, 14:37 UTC

Monitoring - A fix has been implemented and we are monitoring the results. 
Mar 4, 14:05 UTC

Identified - The issue has been identified and a fix is being implemented. 
Mar 4, 08:08 UTC

Re: Error with Movie DB

Posted: 06 Mar 2016, 14:17
by rednoah
This is the first time I've had serious issue with CloudFlare. Let's give it a few days and see what happens.