Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/dec49cda8726cbdfbc040dd10db703611bca8496
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
23 additions and
8 deletions
@ -1,4 +1,12 @@
{
"9GAG" : {
"errorType" : "status_code" ,
"rank" : 389 ,
"url" : "https://9gag.com/u/{}" ,
"urlMain" : "https://9gag.com/" ,
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"AdobeForums" : {
"errorType" : "status_code" ,
"rank" : 59 ,
@ -6,6 +6,21 @@ They are listed here in the hope that things may change in the future
so they may be re-included.
## 9GAG
As of 2020-05-25, all usernames are reported as available.
```
"9GAG": {
"errorType": "status_code",
"rank": 389,
"url": "https://9gag.com/u/{}",
"urlMain": "https://9gag.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## Investing.com
As of 2020-05-25, all usernames are reported as claimed.
@ -42,14 +42,6 @@
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"9GAG" : {
"errorType" : "status_code" ,
"rank" : 389 ,
"url" : "https://9gag.com/u/{}" ,
"urlMain" : "https://9gag.com/" ,
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"About.me" : {
"errorType" : "status_code" ,
"rank" : 11539 ,