Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/38736aadd7dd8786932814894a82998fcf95b780
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
3 additions and
4 deletions
@ -504,8 +504,7 @@
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"Facebook" : {
"errorMsg" : "This page isn't available" ,
"errorType" : "message" ,
"errorType" : "status_code" ,
"regexCheck" : "^[a-zA-Z0-9\\.]{3,49}(?<!\\.com|\\.org|\\.net)$" ,
"url" : "https://www.facebook.com/{}" ,
"urlMain" : "https://www.facebook.com/" ,
@ -75,7 +75,7 @@ class SherlockDetectTests(SherlockBaseTest):
Will trigger an assert if detection mechanism did not work as expected .
"""
site = ' Facebook '
site = ' Pinterest '
site_data = self . site_data_all [ site ]
#Ensure that the site's detection method has not changed.
@ -102,7 +102,7 @@ class SherlockDetectTests(SherlockBaseTest):
Will trigger an assert if detection mechanism did not work as expected .
"""
site = ' Facebook '
site = ' Pinterest '
site_data = self . site_data_all [ site ]
#Ensure that the site's detection method has not changed.