Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/28b762a598a881c18efd9f6bb0cadc0760b49473
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
11 additions and
21 deletions
@ -658,13 +658,6 @@
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"Spotify" : {
"errorType" : "status_code" ,
"url" : "https://open.spotify.com/user/{}" ,
"urlMain" : "https://open.spotify.com/" ,
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"Steam" : {
"errorMsg" : "The specified profile could not be found" ,
"errorType" : "message" ,
@ -1345,19 +1345,6 @@ As og 2022-05-01, Countable returns false positives
},
```
## Spotify
As og 2022-05-01, Spotify returns false positives
```json
"Spotify": {
"errorType": "status_code",
"url": "https://open.spotify.com/user/{}",
"urlMain": "https://open.spotify.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
## Steam
As og 2022-05-01, Steam returns false positives
@ -2871,5 +2871,15 @@
"urlMain" : "https://www.youtube.com" ,
"username_claimed" : "pewdiepie" ,
"username_unclaimed" : "noonewouldeverusethis7"
} ,
"Spotify" : {
"errorType" : "status_code" ,
"headers" : {
"user-agent" : "PostmanRuntime/7.29.2"
} ,
"url" : "https://open.spotify.com/user/{}" ,
"urlMain" : "https://open.spotify.com/" ,
"username_claimed" : "blue" ,
"username_unclaimed" : "noonewouldeverusethis7"
}
}
}