Skip to content

Commit

Permalink
changed error checking method
Browse files Browse the repository at this point in the history
Checking for the status code wasn't stable. Therefore checking for error
messages is better
  • Loading branch information
sdushantha committed May 6, 2024
1 parent 75af7c1 commit 6182c3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6182c3c

Please sign in to comment.