Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/15cff60d8abc9c62685f7efa908d7a3872e73a95
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
7 additions and
23 deletions
@ -48,14 +48,6 @@
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"Codepen" : {
"errorType" : "status_code" ,
"rank" : 1359 ,
"url" : "https://codepen.io/{}" ,
"urlMain" : "https://codepen.io/" ,
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"ColourLovers" : {
"errorType" : "status_code" ,
"rank" : 21271 ,
@ -355,21 +355,6 @@ Usernames that exist are not detected. Forbidden Request 403 Error.
},
```
## Codepen
Usernames that exist are not detected.
```
"Codepen": {
"errorType": "status_code",
"rank": 1359,
"url": "https://codepen.io/{}",
"urlMain": "https://codepen.io/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## PowerShell Gallery
Accidentally merged even though the original pull request showed that all
@ -2241,5 +2241,12 @@
"urlMain" : "https://imgur.com/" ,
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"Codepen" : {
"errorType" : "status_code" ,
"url" : "https://codepen.io/{}" ,
"urlMain" : "https://codepen.io/" ,
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
}
}