We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying to get the info in entity 'Minas Gerais' like following:
wd_page = wptools.page("Minas gerais") try: wd_page.get_wikidata() except LookupError as e: print(e)
The error gives me this link which tells that the item is missing. However the item is actually present in wikidata pretty neatly here.
Is the issue is on the Mediawiki API end or some kind of malformed link within the library? How may I solve it? Any pointers would be appreciated.
The text was updated successfully, but these errors were encountered:
@siznax ??
Sorry, something went wrong.
No branches or pull requests
I was trying to get the info in entity 'Minas Gerais' like following:
The error gives me this link which tells that the item is missing.
However the item is actually present in wikidata pretty neatly here.
Is the issue is on the Mediawiki API end or some kind of malformed link within the library? How may I solve it? Any pointers would be appreciated.
The text was updated successfully, but these errors were encountered: