Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/6182c3c25025b39dc473dca2164f27b407e936e2 You should set ROOT_URL correctly, otherwise the web may not work correctly.

changed error checking method

Checking for the status code wasn't stable. Therefore checking for error
messages is better
pull/1990/head
Siddharth Dushantha 12 months ago
parent 75af7c1cf8
commit 6182c3c250

@ -1157,12 +1157,12 @@
"username_claimed": "blue"
},
"Kick": {
"errorType": "status_code",
"errorType": "message",
"errorMsg": "Not Found",
"url": "https://kick.com/{}",
"urlMain": "https://kick.com/",
"urlProbe": "https://kick.com/api/v2/channels/{}",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis77"
"username_claimed": "blue"
},
"Kik": {
"errorMsg": "The page you requested was not found",

Loading…
Cancel
Save