You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
tehgarra
changed the title
Why does the number of followed lists displayed at once noticeably decrease in value limit being 20?
Why does the number of followed lists displayed at once noticeably decrease in value despite the limit being 20?
Dec 16, 2018
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.
The text was updated successfully, but these errors were encountered: