Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/28b04ddf559864799f418967d40a44bdbf1461d3
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
44 additions and
23 deletions
@ -557,6 +557,21 @@
"urlMain" : "https://www.alltrails.com/" ,
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis"
} ,
"Cent" : {
"errorMsg" : "<title>Cent</title>" ,
"errorType" : "message" ,
"url" : "https://beta.cent.co/@{}" ,
"urlMain" : "https://cent.co/" ,
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"Anobii" : {
"errorType" : "response_url" ,
"url" : "https://www.anobii.com/{}/profile" ,
"urlMain" : "https://www.anobii.com/" ,
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
}
}
@ -1096,3 +1096,32 @@ As of 2021-06-27, AllTrails has a chapta which prevents us from checking for use
"username_unclaimed": "noonewouldeverusethis"
}
```
## Cent
As of 2021-06-27, there is not way of checking if a username exists on Cent
```
"Cent": {
"errorMsg": "< title > Cent< / title > ",
"errorType": "message",
"url": "https://beta.cent.co/@{}",
"urlMain": "https://cent.co/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## Anobii
As of 2021-06-27, Anobii returns false positives and there is no stable way of checking usernames.
```
"Anobii": {
"errorType": "response_url",
"url": "https://www.anobii.com/{}/profile",
"urlMain": "https://www.anobii.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
}
```
@ -50,21 +50,6 @@
"username_claimed" : "julian" ,
"username_unclaimed" : "noonewouldeverusethis"
} ,
"AllTrails" : {
"errorMsg" : "class=\"home index\"" ,
"errorType" : "message" ,
"url" : "https://www.alltrails.com/members/{}" ,
"urlMain" : "https://www.alltrails.com/" ,
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis"
} ,
"Anobii" : {
"errorType" : "response_url" ,
"url" : "https://www.anobii.com/{}/profile" ,
"urlMain" : "https://www.anobii.com/" ,
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"Apple Discussions" : {
"errorMsg" : "The page you tried was not found. You may have used an outdated link or may have typed the address (URL) incorrectly." ,
"errorType" : "message" ,
@ -262,14 +247,6 @@
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"Cent" : {
"errorMsg" : "<title>Cent</title>" ,
"errorType" : "message" ,
"url" : "https://beta.cent.co/@{}" ,
"urlMain" : "https://cent.co/" ,
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"Championat" : {
"errorType" : "status_code" ,
"url" : "https://www.championat.com/user/{}" ,