althonos / InstaLooter

Another API-less Instagram pictures and videos downloader.
GNU General Public License v3.0
2k stars 259 forks source link

specific user download fails after two pages (99 posts) #333

Open alexandergazo opened 3 years ago

alexandergazo commented 3 years ago

Library version

instalooter 2.4.4, 

also tried a version installed with pip install --user instalooter --pre

Environment

Two machines on entirely different networks.

Machine 1

Machine 2

Error description - runtime

Reproducible test case

instalooter user cista__dusa

Expected behaviour

Downloads all photos (over 900).

Actual behaviour

When downloading the specified user, the downloading stops after 2 pages. The page iterator disappears and then the application finishes without any error, even with --traceback -l DEBUG set.

>>> instalooter user cista__dusa --traceback -l DEBUG
2021-05-22 22:39:30 *domain* instalooter.cli[93949] DEBUG Opening destination filesystem
2021-05-22 22:39:30 *domain* instalooter.cli[93949] NOTICE Starting download of `cista__dusa`
                                                                                                        2021-05-22 22:39:41 *domain* instalooter.cli[93949] SUCCESS Downloaded 99 posts.
2021-05-22 22:39:41 *domain* instalooter.cli[93949] DEBUG Closing destination filesystem

Notes

I also tried deleting ~/Library/Caches/instalooter and logging in. Did not succeed.