Skip to content
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

Please Help file error line 121, in <module> start(sys.argv[1:]) #9

Open
HustlazHub opened this issue Jan 28, 2024 · 3 comments
Open

Comments

@HustlazHub
Copy link

I have updated all the requirements.txt to use with python3 now I'm having trouble with

line 121, in
start(sys.argv[1:])

Can you please help me amend the following errors so I can actually use the program????


Traceback (most recent call last):
File "/data/data/com.termux/files/home/LinksF1nd3r/linksF1nd3r.py", line 121, in
start(sys.argv[1:])
File "/data/data/com.termux/files/home/LinksF1nd3r/linksF1nd3r.py", line 67, in start
report(url)
^^^^^^^^^^^
File "/data/data/com.termux/files/home/LinksF1nd3r/linksF1nd3r.py", line 97, in report
links = serchLinks(url)
^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/home/LinksF1nd3r/linksF1nd3r.py", line 75, in serchLinks
website = urllib.request.urlopen(url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/urllib/request.py", line 525, in open
response = meth(req, response)
^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/urllib/request.py", line 634, in http_response
response = self.parent.error(
^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/urllib/request.py", line 563, in error
return self._call_chain(*args)
^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain
result = func(*args)
^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/urllib/request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden


Screenshot_2024-01-28-12-42-48-603

@HustlazHub
Copy link
Author

Screenshot_2024-01-28-12-43-10-931

@HustlazHub
Copy link
Author

Screenshot_2024-01-28-12-43-34-131

@HustlazHub
Copy link
Author

Screenshot_2024-01-28-12-57-59-681

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant