Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/434f186446c09f761827607c20c1d3c2c39e2d76
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
21 additions and
9 deletions
@ -777,5 +777,12 @@
"urlMain" : "https://github.community" ,
"username_claimed" : "jperl" ,
"username_unclaimed" : "noonewouldusethis298"
} ,
"GuruShots" : {
"errorType" : "status_code" ,
"url" : "https://gurushots.com/{}/photos" ,
"urlMain" : "https://gurushots.com/" ,
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
}
}
@ -1553,4 +1553,17 @@ As of 06.09.2022, GitHub Support Community's endpoint just redirects to the main
"username_claimed": "jperl",
"username_unclaimed": "noonewouldusethis298"
}
```
## GuruShots
As of 08.09.2022, GuruShots returns false positives because it just returns a blank page. Need to look further into it so that it can be added back.
```
"GuruShots": {
"errorType": "status_code",
"url": "https://gurushots.com/{}/photos",
"urlMain": "https://gurushots.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
@ -860,13 +860,6 @@
"username_claimed" : "adam" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"GuruShots" : {
"errorType" : "status_code" ,
"url" : "https://gurushots.com/{}/photos" ,
"urlMain" : "https://gurushots.com/" ,
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"Gutefrage" : {
"errorType" : "status_code" ,
"url" : "https://www.gutefrage.net/nutzer/{}" ,
@ -1513,11 +1506,10 @@
"username_unclaimed" : "noonewouldeverusethis"
} ,
"Quizlet" : {
"errorMsg" : " checkUsername\":{\"success\":true ",
"errorMsg" : " Page Unavailable</title> ",
"errorType" : "message" ,
"url" : "https://quizlet.com/{}" ,
"urlMain" : "https://quizlet.com" ,
"urlProbe" : "https://quizlet.com/webapi/3.2/users/check-username?username={}" ,
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis"
} ,