-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
data.json file access error [Bad Response] #2351
Comments
What version of the tool are you running? (--version) |
Same here, my version is 0.14.4, and, sadly, it will not work |
@Danila-Kovalenko 0.14.4 is long out of date and that behavior is expected due to a refactor. You should update your install. Note that the Parrot repositories are out of date, so I would recommend using any other source. Trying to get an update pushed there sometime soon |
@ppfeister both pipx and pip say 0.14.4 is latest despite updated package on PyPi |
That would seem to be a local issue unfortunately and not one with Sherlock. I would however recommend trying Failing that, you'd have to set a higher verbosity and read through the logs. Setting no-cache may very well solve it though. |
sherlock 0.14.4 |
Yes, I am having the same issue here. |
|
I'm not getting how to do it... |
Let me be more specific -- # If using pipx
pipx upgrade sherlock-project --pip-args="--no-cache-dir"
# If using pip
pip install sherlock-project --upgrade --no-cache-dir Can't say for sure if this will be what sets you right, but it's at least worth trying. I also have no idea what oddities might be present on the Windows side of things. |
I tried. No Luck. 🥲 |
Hello, This issue seems to be related to your Python version. The latest versions of Sherlock no longer supports Python 3.7, so Pip automatically selects the latest compatible version, which unfortunately uses a broken GitHub URL for the To resolve this, try upgrading your Python version by running: sudo apt update
sudo apt install python3 (or an alternative depending on your distribution). After upgrading, reinstall the package and it should work |
Oh god, good catch @bytexenon Didn't realize he was on 3.7. That went EOL almost a year and a half ago. Those commands only work for deb + derivs (as you mention) but he can probably just get the latest for Windows from their website https://www.python.org/downloads/windows/ |
Installation method
PyPI (via pip)
Description
I encountered an issue while trying to access the data.json file from the Sherlock project. Below are the details to help reproduce the bug:
What I was trying to do: I was running the Sherlock tool to collect information about specific usernames on various platforms.
What I expected to happen: I expected the tool to download and access the data.json file successfully, allowing the program to run without any interruptions.
What actually happened: Instead of successfully accessing the data.json file, I received an error message stating: "Bad response while accessing data file URL https://raw.githubusercontent.com/sherlock-project/sherlock/master/sherlock/resources/data.json.This suggests that the file may not be accessible or may have been moved or deleted.
Comment: I checked the URL in my browser, and it seems to return an error, which indicates that the file may no longer be available. This issue could impact users trying to run the tool, as it relies on this data file. Please investigate the status of the data.json file and consider providing an alternative or a local copy option to ensure functionality.
Steps to reproduce
Install Sherlock:
Open your terminal or command prompt.
Run the command: pip install sherlock.
Run Sherlock:
In the terminal, execute the command: sherlock , replacing with any username you wish to search for.
Observe the Output:
Monitor the terminal output as the tool attempts to access the data.json file.
Error Encounter:
Note the error message that appears, specifically: "Bad response while accessing data file URL https://raw.githubusercontent.com/sherlock-project/sherlock/master/sherlock/resources/data.json.
Check URL Manually:
Open a web browser and navigate to https://raw.githubusercontent.com/sherlock-project/sherlock/master/sherlock/resources/data.json.
Confirm if the file is accessible or if an error (e.g., 404 Not Found) is displayed.
Additional information
Bug Reported by: Shiva Ganesh Talikota
Code of Conduct
The text was updated successfully, but these errors were encountered: