Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/8e86859fc3a7d1a532a1d71c6881486ec991b3e7
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
25 additions and
9 deletions
@ -277,15 +277,6 @@
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis"
} ,
"Canva" : {
"errorType" : "response_url" ,
"errorUrl" : "https://www.canva.com/{}" ,
"rank" : 128 ,
"url" : "https://www.canva.com/{}" ,
"urlMain" : "https://www.canva.com/" ,
"username_claimed" : "jenny" ,
"username_unclaimed" : "xgtrq"
} ,
"Carbonmade" : {
"errorType" : "response_url" ,
"errorUrl" : "https://carbonmade.com/fourohfour?domain={}.carbonmade.com" ,
@ -23,6 +23,15 @@
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis"
} ,
"Canva" : {
"errorType" : "response_url" ,
"errorUrl" : "https://www.canva.com/{}" ,
"rank" : 128 ,
"url" : "https://www.canva.com/{}" ,
"urlMain" : "https://www.canva.com/" ,
"username_claimed" : "jenny" ,
"username_unclaimed" : "xgtrq"
} ,
"Codementor" : {
"errorType" : "status_code" ,
"rank" : 10252 ,
@ -6,6 +6,22 @@ They are listed here in the hope that things may change in the future
so they may be re-included.
## Canva
As of 2020-02-23, all usernames are reported as not existing.
```
"Canva": {
"errorType": "response_url",
"errorUrl": "https://www.canva.com/{}",
"rank": 128,
"url": "https://www.canva.com/{}",
"urlMain": "https://www.canva.com/",
"username_claimed": "jenny",
"username_unclaimed": "xgtrq"
},
```
## Pixabay
As of 2020-01-21, all usernames are reported as not existing.