sherlock-project / sherlock

Hunt down social media accounts by username across social networks
https://sherlockproject.xyz
MIT License
58.42k stars 6.72k forks source link

Error on Dockerhub image #1680

Closed renantmagalhaes closed 1 year ago

renantmagalhaes commented 1 year ago

Checklist

Description

There's two "errors" on my end.

  1. The latest image on dockerhub(theyahya/sherlock) is from 10 months ago, with version 0.14.0 and not 0.14.2
  2. Running the example provided in the README.md I got the following error
    docker run theyahya/sherlock user123
    Update Available!
    You are running version 0.14.0. Version 0.14.2 is available at https://git.io/sherlock
    ERROR:  Problem parsing json contents at 'https://raw.githubusercontent.com/sherlock-project/sherlock/master/sherlock/resources/data.json':  Missing attribute 'username_unclaimed'.

    This file was modified 2 days ago, maybe the problem is there ?

hanamurayuki commented 1 year ago

Same here. $ python3 sherlock.py user123

ERROR:  Problem parsing json contents at 'https://raw.githubusercontent.com/sherlock-project/sherlock/master/sherlock/resources/data.json':  Missing attribute 'username_unclaimed'.
PrizeGotti commented 1 year ago

Getting the same message whatever way I try to launch Sherlock.

UPDATE: Reinstalling Sherlock fixed it.

sdushantha commented 1 year ago

Forgot to do a version bump. I have made the change in the latest commit. Now everyone should get an message alerting that a new version is available for download :+1:
This is something I forgot to do when we dropped the default unclaimed usernames

PandaFym commented 1 year ago

to fix this issue, delete your sherlock folder, and re-download it

git clone https://github.com/sherlock-project/sherlock.git cd sherlock pip3 install -r requirements.txt

I did a test run,

[*] Checking username user on:

[+] 3dnews: http://forum.3dnews.ru/member.php?username=user [+] 7Cups: https://www.7cups.com/@user [+] 9GAG: https://www.9gag.com/u/user [+] About.me: https://about.me/user [+] Airliners: https://www.airliners.net/user/user/profile/photos [+] AllMyLinks: https://allmylinks.com/user [+] Anilist: https://anilist.co/user/user/ [+] Apple Developer: https://developer.apple.com/forums/profile/user [+] Apple Discussions: https://discussions.apple.com/profile/user [+] Archive of Our Own: https://archiveofourown.org/users/user

hopefully this helped