AzizKpln / Moriarty-Project

This tool gives information about the phone number that you entered.
MIT License
1.45k stars 214 forks source link

urllib.error.HTTPError: HTTP Error 404: Not Found #44

Closed oditouchiha closed 1 year ago

oditouchiha commented 2 years ago

Hello, just ran this command

python3 Moriarty.py -pn +62xxxxxxxxxx

gave my outlook email, password, press enter, then got this error :

raceback (most recent call last):
  File "Moriarty.py", line 173, in <module>
    MP.run1()
  File "Moriarty.py", line 162, in run1
    self.spamcalls_()
  File "Moriarty.py", line 122, in spamcalls_
    spamcalls().spamcallsStart(self.phoneNumber)
  File "/home/xyzdc/SC_PYTHON/Moriarty-Project/DeepInfo/risks.py", line 10, in __init__
    self.driver=uc.Chrome(options=options,version_main=f.read())
  File "/home/xyzdc/.local/lib/python3.8/site-packages/undetected_chromedriver/__init__.py", line 208, in __init__
    patcher.auto()
  File "/home/xyzdc/.local/lib/python3.8/site-packages/undetected_chromedriver/patcher.py", line 118, in auto
    release = self.fetch_release_number()
  File "/home/xyzdc/.local/lib/python3.8/site-packages/undetected_chromedriver/patcher.py", line 140, in fetch_release_number
    return LooseVersion(urlopen(self.url_repo + path).read().decode())
  File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python3.8/urllib/request.py", line 531, in open
    response = meth(req, response)
  File "/usr/lib/python3.8/urllib/request.py", line 640, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.8/urllib/request.py", line 569, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.8/urllib/request.py", line 649, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

Is it because of the country code that i put ? Thanks.

Edit : Also i dont use any proxy and using linux on a VM (VB)

IAsteRoiDI commented 2 years ago

@oditouchiha It seems like you don't have chromium in your repository. Try adding it using this command: sudo add-apt-repository ppa:xtradeb/apps And then installing it: sudo apt install chromium

AzizKpln commented 1 year ago

Hi, the project is updated. You can use it without receiving errors now.

Tested OS: Parrot Linux, Kali Linux