Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/82760b7a740b503d615f5cf8aec026e813d336ec
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
23 additions and
8 deletions
@ -480,14 +480,6 @@
"username_claimed" : "blue" ,
"username_unclaimed" : "xgtrq"
} ,
"Foursquare" : {
"errorType" : "status_code" ,
"rank" : 1843 ,
"url" : "https://foursquare.com/{}" ,
"urlMain" : "https://foursquare.com/" ,
"username_claimed" : "dens" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"Giphy" : {
"errorType" : "status_code" ,
"rank" : 384 ,
@ -47,6 +47,14 @@
"url" : "https://fotolog.com/{}" ,
"urlMain" : "https://fotolog.com/"
} ,
"Foursquare" : {
"errorType" : "status_code" ,
"rank" : 1843 ,
"url" : "https://foursquare.com/{}" ,
"urlMain" : "https://foursquare.com/" ,
"username_claimed" : "dens" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"Furaffinity" : {
"errorMsg" : "Fatal system error" ,
"errorType" : "message" ,
@ -6,6 +6,21 @@ They are listed here in the hope that things may change in the future
so they may be re-included.
## Foursquare
Usernames that exist are not detected.
```
"Foursquare": {
"errorType": "status_code",
"rank": 1843,
"url": "https://foursquare.com/{}",
"urlMain": "https://foursquare.com/",
"username_claimed": "dens",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## Khan Academy
Usernames that don't exist are detected. First noticed 2019-10-25.