[14:07:55] Hey, I got a small problem with a script I'm working on, that's supposed to fetch pitch accents for all the words in my list. I don't want to abuse the API, so I wanted to do that using the high limits, so that I send fewer requests than I would have to otherwise, but despite getting an owner-only app created and approved on WikiMedia (with the [14:07:56] *High-volume editing* permission), the API gives me the toomanyvalues error, saying that I'm still limited with the lower limits for some reasonĀ '=D [14:19:26] TheChilliPL: does your account actually have the 'high-volume editing' right? the rights applied to an oauth consumer get applied as a limit/subset of what rights the account has [14:21:54] I'm not sure, actually, possibly notĀ '=D [14:22:53] The problem is: I have around 17 thousand words to check the pitch accent of, and that's quite a lot to get [14:23:12] I don't know if sending 340 requests (50 words each) is a good idea [15:05:19] One request at a time, per the bot etiquette and UA policy. Should be fine! [15:05:28] Also reduced chance of timeouts [15:06:17] 50 I imagine is enough to dampen effect of RTT