tumblr / pytumblr

A Python Tumblr API v2 Client
Apache License 2.0
723 stars 196 forks source link

Why does the number of followed lists displayed at once noticeably decrease in value despite the limit being 20? #125

Open tehgarra opened 5 years ago

tehgarra commented 5 years ago

For example, I'm testing an output of 160 total followed blogs at 20 shown per request. The offset parameter works at increment of 21 untl i reach 63 and then only 15 blogs are displayed and I'm accessing out of range indexes.

The largest value that's allowed to print 20 blogs is offset 57 and it decreases to 19, 19 18, 17, 16 , 15 (63), etc. How can I workaround this if I just want to be able to just output the total number urls? I haven't seen any reference to this. After just eight easy iterations, this should be over with but I can't even finish 3... Could anyone provide some insight to this? I thought my code was the problem but the API Console displays the same thing. Haven't found any documentation on this so far.

tehgarra commented 5 years ago

Who would I need to contact about the API now that the google group is closed down?