Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/02ff96ef3c055c7a8036e748f075c27db404dd00
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
17 additions and
9 deletions
@ -680,3 +680,20 @@ for Sherlock to check for usernames on this particular website.
"username_unclaimed": "noonewouldeverusethis"
},
```
## Creative Market
As of 2020-06-20, Creative Market has a captcha to prove that you are a human, and because of this
Sherlock is unable to check for username on this site because we will always get a page which asks
us to prove that we are not a robot.
```
"CreativeMarket": {
"errorType": "status_code",
"rank": 1896,
"url": "https://creativemarket.com/users/{}",
"urlMain": "https://creativemarket.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
@ -407,15 +407,6 @@
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis"
} ,
"CreativeMarket" : {
"errorType" : "response_url" ,
"errorUrl" : "https://www.creativemarket.com/" ,
"rank" : 1896 ,
"url" : "https://creativemarket.com/users/{}" ,
"urlMain" : "https://creativemarket.com/" ,
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"Crevado" : {
"errorType" : "status_code" ,
"rank" : 200626 ,