Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/7c918fe5324806b92477743181cf167c0d7c778a
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
19 additions and
7 deletions
@ -843,5 +843,12 @@
"url" : "https://tiktok.com/@{}" ,
"urlMain" : "https://tiktok.com/" ,
"username_claimed" : "red"
} ,
"Lolchess" : {
"errorMsg" : "No search results" ,
"errorType" : "message" ,
"url" : "https://lolchess.gg/profile/na/{}" ,
"urlMain" : "https://lolchess.gg/" ,
"username_claimed" : "blue"
}
}
@ -1836,4 +1836,16 @@ As of 2023.12.21, TikTok returns false positives. This is because the webpage re
"urlMain": "https://tiktok.com/",
"username_claimed": "red"
},
```
## Lolchess
As of 2023.12.21, Lolchess returns false positives.
```json
"Lolchess": {
"errorMsg": "No search results",
"errorType": "message",
"url": "https://lolchess.gg/profile/na/{}",
"urlMain": "https://lolchess.gg/",
"username_claimed": "blue"
},
```
@ -1237,13 +1237,6 @@
"urlMain" : "https://lobste.rs/" ,
"username_claimed" : "jcs"
} ,
"Lolchess" : {
"errorMsg" : "No search results" ,
"errorType" : "message" ,
"url" : "https://lolchess.gg/profile/na/{}" ,
"urlMain" : "https://lolchess.gg/" ,
"username_claimed" : "blue"
} ,
"LottieFiles" : {
"errorType" : "status_code" ,
"url" : "https://lottiefiles.com/{}" ,