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

failing on some wikipedia urls #562

Open
jonorthwash opened this issue Mar 8, 2020 · 4 comments
Open

failing on some wikipedia urls #562

jonorthwash opened this issue Mar 8, 2020 · 4 comments
Labels

Comments

@jonorthwash
Copy link
Member

jonorthwash commented Mar 8, 2020

Some wikipedia pages aren't queriable.

(14:31:41) spectie: https://en.wikipedia.org/wiki/K%CA%BCiche%CA%BC_language
(14:31:42) begiak: Can't find anything in Wikipedia for "K%CA%BCiche%CA%BC_language".

Possibly related to #152.

@mr-martian
Copy link

I wonder if it might be double-encoding the url (so it's looking up K%25CA%25BCiche%25CA%BC_language) which could be solved by adding a urldecode() call somewhere.

@jonorthwash
Copy link
Member Author

(14:01:46) firespeaker: https://en.wikipedia.org/wiki//%C3%A6/_raising
(14:01:47) begiak: "The Audi A6 is an executive car made by the German automaker Audi" - https://en.wikipedia.org/wiki/Audi_A6

@jonorthwash
Copy link
Member Author

(22:23:03) firespeaker: .wik RCV
(22:23:03) begiak: "No introduction text found." - https://en.wikipedia.org/wiki/RCV

We can probably do better with disambiguation pages, like linearising the lists?

@jonorthwash
Copy link
Member Author

(16:28:51) hovsepig[m]: https://en.wikipedia.org/wiki/Sinhala_language?wprov=sfti1
(16:28:52) begiak: Can't find anything in Wikipedia for "Sinhala_language?wprov=sfti1".

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

No branches or pull requests

2 participants