Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/587226982039c44f5af1d11ee0ef5c9d3174f57f
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
20 additions and
7 deletions
@ -803,5 +803,12 @@
"url" : "https://www.munzee.com/m/{}" ,
"urlMain" : "https://www.munzee.com/" ,
"username_claimed" : "blue"
} ,
"Quizlet" : {
"errorMsg" : "Page Unavailable" ,
"errorType" : "message" ,
"url" : "https://quizlet.com/{}" ,
"urlMain" : "https://quizlet.com" ,
"username_claimed" : "blue"
}
}
@ -1771,4 +1771,17 @@ As of 2023.08.29, Munzee requires us to be logged into the site in order to chec
"urlMain": "https://www.munzee.com/",
"username_claimed": "blue"
}
```
## Quizlet
As of 2023.08.29 Quizlet requires us to enable JavaScript to check if a user exsits on the website
```json
"Quizlet": {
"errorMsg": "Page Unavailable",
"errorType": "message",
"url": "https://quizlet.com/{}",
"urlMain": "https://quizlet.com",
"username_claimed": "blue"
}
```
@ -1584,13 +1584,6 @@
"urlMain" : "https://pypi.org" ,
"username_claimed" : "Blue"
} ,
"Quizlet" : {
"errorMsg" : "Page Unavailable</title>" ,
"errorType" : "message" ,
"url" : "https://quizlet.com/{}" ,
"urlMain" : "https://quizlet.com" ,
"username_claimed" : "blue"
} ,
"Rajce.net" : {
"errorType" : "status_code" ,
"regexCheck" : "^[a-zA-Z0-9@_-]$" ,