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

http error 404 #36

Open
PetersProblem opened this issue May 26, 2021 · 1 comment
Open

http error 404 #36

PetersProblem opened this issue May 26, 2021 · 1 comment

Comments

@PetersProblem
Copy link

PetersProblem commented May 26, 2021

Hello,
I'm running this package for more than two weeks on a project, but since a few days a get this error on all of my machines (Ubuntu 20.04). To me it seems to be that wikidata changed some sort of server port, address or api.

  File ".../lib/python3.9/site-packages/wikidata/client.py", line 140, in get
    entity.load()
  File ".../lib/python3.9/site-packages/wikidata/entity.py", line 261, in load
    result = self.client.request(url)
  File ".../lib/python3.9/site-packages/wikidata/client.py", line 200, in request
    raise e
  File ".../lib/python3.9/site-packages/wikidata/client.py", line 194, in request
    response = self.opener.open(url)
  File "/usr/lib/python3.9/urllib/request.py", line 523, in open
    response = meth(req, response)
  File "/usr/lib/python3.9/urllib/request.py", line 632, in http_response
    response = self.parent.error(
  File "/usr/lib/python3.9/urllib/request.py", line 561, in error
    return self._call_chain(*args)
  File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain
    result = func(*args)
  File "/usr/lib/python3.9/urllib/request.py", line 641, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found```
@fabcancia
Copy link

I am having the same issue too

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

2 participants