Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/6b3cdcba6721c3a1b59e0ce7985fe2c16c7f0518
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
9 additions and
2 deletions
@ -867,6 +867,13 @@
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"PlayStore" : {
"errorType" : "status_code" ,
"url" : "https://play.google.com/store/apps/developer?id={}" ,
"urlMain" : "https://play.google.com/store" ,
"username_claimed" : "Facebook" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"Plug.DJ" : {
"errorType" : "status_code" ,
"rank" : 32278 ,
@ -1373,4 +1380,4 @@
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
}
}
}
@ -26,7 +26,7 @@ from torrequest import TorRequest
from load_proxies import load_proxies_from_csv , check_proxy_list
module_name = " Sherlock: Find Usernames Across Social Networks "
__version__ = " 0.7. 5 "
__version__ = " 0.7. 6 "
amount = 0