Paul Pfeister
Paul Pfeister
Hopefully I can figure out a workaround with cdp and the webdriver logs before I lose _my own_ sanity
Hey @asulwer ! We're aware that it's a selenium issue My personal goal was (& is when free) to shoehorn support into flaresolverr by interacting with the browser behind selenium...
@matheusfelixsm I might know what's up. What's the command you ran? Knowing what you ran _specifically_ helps with reproducing & diagnosing the error. Apologies `@matheusfelipeog` for the mis-ping, lol
@matheusfelixsm This error is being presented as a result of a [recent change to data.json](https://github.com/sherlock-project/sherlock/pull/2099) (the file that lists all the sites to check), which older versions _apparently_ don't parse...
@jyoeymama How did you install Sherlock? And what distro?
@jyoeymama That's actually not a supported method anymore --- a lot of tutorials are out of date Since you're on Kali you have two options --- `pip install sherlock-project` --...
@brainyacademic G2G was removed in #2068 due to false positives CNET recently updated, and that one is a false positive. Fix proposed in #2107. VK does not appear to be...
For anyone else looking, this has proven to be a viable alternative: ``` python3 -c "import sys, urllib.request; sys.exit(1) if 'Change Detection' not in urllib.request.urlopen('http://localhost:5000').read().decode('utf-8') else sys.exit(0)" ``` as in...
Adding that this issue is being experience on the __tc85__ running version __1.2.21__. Note that the tapo:// protocol worked with the tc85 while on 1.2.18, and I _believe_ 1.2.20 (by...
I was messing with a `--tags` change before getting caught up elsewhere, so glad to see that get mentioned. Exclusions would be pretty nice. Perhaps just a `-` before each...