Steamlytics sends http 503 error: "Service temporarily unavailable"
Opened this issue · 0 comments
enyineer commented
Hello,
it looks like something bugged out with the steamlytics api. When sending a get request via browser everything works fine. Using the node-steamlytics api returns the following data in NodeJS:
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body bgcolor="white">
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx/1.10.0 (Ubuntu)</center>
</body>
</html>
The service is available because it can be called via browser. Is there any fix to this?