SkynetLabs / skynet-webportal

A webapp that makes Skynet accessible to web browsers.
https://siasky.net
Other
256 stars 55 forks source link

Health Check False Positives #1879

Open pcfreak30 opened 2 years ago

pcfreak30 commented 2 years ago
[
  {
    "date": "2022-03-17T12:00:01.479Z",
    "checks": [
      {
        "name": "Covid-19 CoroNope Paper",
        "skylink": "bACLKGmcmX4NCp47WwOOJf0lU666VLeT5HRWpWVtqZPjEA",
        "up": false,
        "ip": "185.150.190.66",
        "statusCode": 500,
        "errorMessage": "Response code 500 (Internal Server Error)",
        "errorResponseContent": {
          "message": "failed to fetch skylink: [timed out after 30s; unable to create data source for skylink; unable to download base sector; base sector download did not succeed; project timed out]"
        },
        "time": 93287
      },
      {
        "name": "skysend.hns",
        "skylink": "GADlWH3ALR2g1cDUBI6Ti8B22iD7R5dfn_8jLfq-atm5iw",
        "up": false,
        "ip": "185.150.190.66",
        "statusCode": 200,
        "errorMessage": "The server aborted pending request",
        "time": 94043
      },
      {
        "name": "tirthahalli.hns",
        "skylink": "AAAsdvGalu2Fj9P5zLvZhfwoI0CpXeO_kPMSG_YU1PSIWg",
        "up": false,
        "ip": "185.150.190.66",
        "statusCode": 200,
        "errorMessage": "The server aborted pending request",
        "time": 94652
      }
    ]
  }
]

Files are accessible when manually testing and is a consistent error. @MSevey.

kwypchlo commented 2 years ago

Well we've had those too, by the look of the "time" it can seem it's a timeout on skyd but I am unsure why would that be the case. I have repinned the test files from health checks again just to make sure they are in good health, let's see if that was the issue. Please let me know if the issue happens again over next couple of weeks @pcfreak30