Skip to content

Commit

Permalink
StreamMe continues to give a "Timed Out" message. It also takes ~21s …
Browse files Browse the repository at this point in the history
…for it to finally time out, so it is adding to the search time and not doing any good for anyone.
  • Loading branch information
hoadlck committed Apr 8, 2019
1 parent 9f0b755 commit 110e848
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 8 deletions.
8 changes: 0 additions & 8 deletions data.json
Original file line number Diff line number Diff line change
Expand Up @@ -912,14 +912,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"StreamMe": {
"errorType": "status_code",
"rank": 31702,
"url": "https://www.stream.me/{}",
"urlMain": "https://www.stream.me/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"Taringa": {
"errorMsg": "Lo que est\u00e1s buscando no est\u00e1 por aqu\u00ed.",
"errorType": "message",
Expand Down
20 changes: 20 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ Sherlock is not capable of determining if a given username exists or not.
They are listed here in the hope that things may change in the future
so they may be re-included.

## StreamMe

On 2019-04-07, I get a Timed Out message from the website. It has not
been working earlier either (for some weeks). It takes about 21s before
the site finally times out, so it really makes getting the results from
Sherlock a pain.

If the site becomes available in the future, we can put it back in.

```
"StreamMe": {
"errorType": "status_code",
"rank": 31702,
"url": "https://www.stream.me/{}",
"urlMain": "https://www.stream.me/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```

## BlackPlanet

This site has always returned a false positive. The site returns the exact
Expand Down

0 comments on commit 110e848

Please sign in to comment.