sherlock icon indicating copy to clipboard operation
sherlock copied to clipboard

Unable to use Sherlock

Open YashDuhan opened this issue 1 year ago • 7 comments

Installation method

PyPI (via pip)

Description

While searching for usernames, I encountered the following error: A problem occurred while checking for an update: list index out of range. ERROR: Bad response while accessing data file URL 'https://raw.githubusercontent.com/sherlock-project/sherlock/master/sherlock/resources/data.json.' image

Steps to reproduce

sherlock {target}

Additional information

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

YashDuhan avatar Aug 13 '24 18:08 YashDuhan

Re-run pip with flag --upgrade to update

ppfeister avatar Aug 13 '24 19:08 ppfeister

Same problem how to fix plz help me I’m newest please teach me commend

dineepakarunarathna avatar Aug 25 '24 03:08 dineepakarunarathna

Same problem: I get "list index out of range"

The main problem is the link gives 404 not found error: https://raw.githubusercontent.com/sherlock-project/sherlock/master/sherlock/resources/data.json

cstsangac avatar Aug 26 '24 12:08 cstsangac

Same issue:

user@ubuntu:~$ sherlock user123 A problem occurred while checking for an update: list index out of range ERROR: Bad response while accessing data file URL 'https://raw.githubusercontent.com/sherlock-project/sherlock/master/sherlock/resources/data.json'.

Hosselo avatar Aug 29 '24 00:08 Hosselo

Try uninstalling and reinstalling the package; it worked for me

YashDuhan avatar Aug 30 '24 01:08 YashDuhan

Even got the same problem after reinstalling sherlock and python3. Using Parrot OS. PLS help

A problem occurred while checking for an update: list index out of range ERROR: Bad response while accessing data file URL 'https://raw.githubusercontent.com/sherlock-project/sherlock/master/sherlock/resources/data.json'.

slyzos avatar Sep 10 '24 20:09 slyzos

Even got the same problem after reinstalling sherlock and python3. Using Parrot OS. PLS help

A problem occurred while checking for an update: list index out of range ERROR: Bad response while accessing data file URL 'https://raw.githubusercontent.com/sherlock-project/sherlock/master/sherlock/resources/data.json'.

I finally got it... ~install pipx ~ensure path in pipx ~run it in pipx <3

slyzos avatar Sep 17 '24 17:09 slyzos

Even got the same problem after reinstalling sherlock and python3. Using Parrot OS. PLS help A problem occurred while checking for an update: list index out of range ERROR: Bad response while accessing data file URL 'https://raw.githubusercontent.com/sherlock-project/sherlock/master/sherlock/resources/data.json'.

I finally got it... ~install pipx ~ensure path in pipx ~run it in pipx <3

let me make it clearer . It worked for me

  1. pip install --user pipx
  2. pipx ensurepath
  3. pipx install sherlock-project
  4. pipx run sherlock-project "johndoe"

lester-harris avatar Dec 02 '24 14:12 lester-harris