instagrapi icon indicating copy to clipboard operation
instagrapi copied to clipboard

[BUG] Location.py location_medias_v1_chunk() function. Can't obtain data from pages with number more 1.

Open mur28 opened this issue 1 year ago • 0 comments

The Location.py location_medias_v1_chunk() function doesn't work correctly. Can't obtain data from pages with number greater than 1. The reason of this issue is in unuse native instagram param "max_id".

I fixed this bug locally. My fix is in pull request #1599 ( https://github.com/subzeroid/instagrapi/pull/1599 )

It will be nice, if you fix this bug too. Of course, my fix is just a suggestion, you can write your own code.

Thanks.

  • OS: Win10
  • Python version: 3.12

mur28 avatar Oct 26 '23 10:10 mur28