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

urllib.error.HTTPError: HTTP Error 404: Not found #12

Open
deepashree01 opened this issue Aug 6, 2020 · 0 comments
Open

urllib.error.HTTPError: HTTP Error 404: Not found #12

deepashree01 opened this issue Aug 6, 2020 · 0 comments

Comments

@deepashree01
Copy link

Traceback (most recent call last): File "C:/Users/.../Python37/ client3.py",
line 54, in
quotes= json.loads(urllib.request.urlopen(QUERY.format(random.random())).read())
File "C:\Users...\Python37\lib\urllib\request.py"", line 222, in urlopen
return opener.open(url, data, timeout)
File "C:\Users...\Python37\lib\urllib\request.py"", line 531, in open
response = meth(req, response)
File "C:\Users...\Python37\lib\urllib\request.py"", line 641, in http_response 'http',
request, response, code, msg, hdrs)
File "C:\Users...\Python37\lib\urllib\request.py"", line 569, in error
result = self._call_chain(*args)
File "C:\Users...\Python37\lib\urllib\request.py"", line 503, in _call_chain
result = func(*args)
File "C:\Users...\Python37\lib\urllib\request.py", line 649, in in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

I got this error while trying to run, currently using python 3.7

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