architv / soccer-cli

:soccer: Football scores for hackers. :computer: A command line interface for all the football scores.
MIT License
1.09k stars 221 forks source link

Getting 504 trying to register for an API key #95

Closed vadyme closed 7 years ago

vadyme commented 7 years ago
$ curl -v http://api.football-data.org/register
*   Trying 176.28.9.96...
* Connected to api.football-data.org (176.28.9.96) port 80 (#0)
> GET /register HTTP/1.1
> Host: api.football-data.org
> User-Agent: curl/7.43.0
> Accept: */*
> 
< HTTP/1.1 504 Gateway Time-out
< Server: nginx/1.2.1
< Date: Sat, 17 Sep 2016 06:36:45 GMT
< Content-Type: text/html
< Content-Length: 182
< Connection: keep-alive
< 
<html>
<head><title>504 Gateway Time-out</title></head>
<body bgcolor="white">
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>nginx/1.2.1</center>
</body>
</html>
* Connection #0 to host api.football-data.org left intact
dfrt82 commented 7 years ago

API up again.