iacopo
iacopo
Many abstracts and titles are truncated.
> I changed the line 156 in api.py to: > response = re.sub('', '', str(response.text)) > return response It seems a useful solution for most of articles. But not good...
@vectorkt yes, the the pip package is not updated, since these merge requests are not merged, so the issue still occurs. This repo seems currently abandoned. If you want some...
I too ran into this.
@gijswobben @nleguillarme I made a pull request for this issue. Basically following @mbullmanFHCRC suggestions, actually.
``` File "script.py", line 119, in visit page = wikipedia.WikipediaPage(title=title) File "/Users/iacopy/.virtualenvs/project/lib/python3.7/site-packages/wikipedia/wikipedia.py", line 299, in __init__ self.__load(redirect=redirect, preload=preload) File "/Users/iacopy/.virtualenvs/project/lib/python3.7/site-packages/wikipedia/wikipedia.py", line 364, in __load assert redirects['from'] == from_title, ODD_ERROR_MESSAGE AssertionError:...
Interesting suggestion, but 2 spaces are not a python standard, neither is `return "success"`. I suggest to add an empty docstring instead. A missing docstring is an error with some...
Hi, thanks for raising this. You've definitely highlighted a point of confusion in the documentation. I've been looking into this while working on a related fix, and I'd like to...