Moriarty-Project icon indicating copy to clipboard operation
Moriarty-Project copied to clipboard

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

Open oditouchiha opened this issue 3 years ago • 1 comments

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)

oditouchiha avatar Feb 14 '22 19:02 oditouchiha

@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

IAsteRoiDI avatar Jun 16 '22 15:06 IAsteRoiDI

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

Tested OS: Parrot Linux, Kali Linux

AzizKpln avatar Aug 25 '22 14:08 AzizKpln