twhoffma / geeklistanalyser

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

pagesize ignored when fetching geeklists through xmlapi #35

Closed twhoffma closed 6 years ago

twhoffma commented 6 years ago

Appearantly, now pagesize is ignored and that makes all stats num/1000+1 times as high as they should be.

Patch: Either disable pagesize or use page size only when one has inspected how many records are returned.

twhoffma commented 6 years ago

Changed it to check all items in first requests instead of only geeklists and boardgames. Will check if pagesize is ignored and skip the remaining requests in that case