Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/087de2e99044fdd32a9c18deb4b8b15a381f6194
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
23 additions and
8 deletions
@ -474,6 +474,14 @@
"urlMain" : "http://fr.viadeo.com/en/" ,
"username_claimed" : "franck.patissier" ,
"username_unclaimed" : "noonewouldeverusethis"
} ,
"MeetMe" : {
"errorType" : "response_url" ,
"errorUrl" : "https://www.meetme.com/" ,
"url" : "https://www.meetme.com/{}" ,
"urlMain" : "https://www.meetme.com/" ,
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
}
}
@ -939,3 +939,18 @@ As of 2020-08-24, Viadeo now returns false positives, which was found when runni
"username_unclaimed": "noonewouldeverusethis"
},
```
## MeetMe
As of 2020-09-02, MeetMe returns false positives
```
"MeetMe": {
"errorType": "response_url",
"errorUrl": "https://www.meetme.com/",
"url": "https://www.meetme.com/{}",
"urlMain": "https://www.meetme.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
@ -916,14 +916,6 @@
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"MeetMe" : {
"errorType" : "response_url" ,
"errorUrl" : "https://www.meetme.com/" ,
"url" : "https://www.meetme.com/{}" ,
"urlMain" : "https://www.meetme.com/" ,
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"Memrise" : {
"errorType" : "status_code" ,
"url" : "https://www.memrise.com/user/{}/" ,