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

changed pastebin error checking method to errorMsg

pull/715/head
Siddharth Dushantha 5 years ago
parent 8a7808e851
commit 7b9d6d109b

@ -1131,8 +1131,8 @@
"username_unclaimed": "noonewouldeverusethis7"
},
"Pastebin": {
"errorType": "response_url",
"errorUrl": "https://pastebin.com/index",
"errorType": "message",
"errorMsg": "Not Found (#404)",
"url": "https://pastebin.com/u/{}",
"urlMain": "https://pastebin.com/",
"username_claimed": "blue",

Loading…
Cancel
Save