woodcoin-core / upptime

Using Upptime to montor Woodcoin websites
https://status.woodcoin.org
MIT License
0 stars 0 forks source link

🛑 Woodcoin Explorer is down #10

Closed Lvl4Sword closed 3 years ago

Lvl4Sword commented 3 years ago

In c3072af, Woodcoin Explorer (https://explorer.woodcoin.org/chain/Woodcoin) was down:

Lvl4Sword commented 3 years ago

Except it's not, as shown by

import requests

requests.get('https://explorer.woodcoin.org')
<Response [200]>
requests.get('https://explorer.woodcoin.org/chain/Woodcoin')
<Response [200]>

requests.head('https://explorer.woodcoin.org')
<Response [301]>
requests.head('https://explorer.woodcoin.org/chain/Woodcoin')
<Response [200]>
Lvl4Sword commented 3 years ago

Upptime seriously needs replaced...