https://bugzilla.wikimedia.org/show_bug.cgi?id=27849
--- Comment #16 from merl <[email protected]> 2011-05-05 23:35:47 UTC --- Just some statistics from my interwiki bot: Each of my api requests normally contains 50 titles values. The title values itself are result of other api requests, so it should all be valid utf8. After reading normalized and converted information in average on mlwiki 17 requested titles cannot found in the result, and on arwiki its about 3-4 titles. To solve this problem i am rerequesting each not founded title using its own request, so i know that the single element contained in the response must meet the requested title. In summary my bot needs about 18 reading requests for 50 titles on mlwiki instead of only one. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
