Getting possible posts: 0, using a simplified quickstart. Similar to #2358.
Changing skip_top_posts doesn't help either.
Can you still like by tags?

I am running into the same issue.
Which template from quickstart is the one you used?
Share the gecko log, with trace level.
describe at detail your configuration.
@elulcao - This suddenly started working for me again on 12/11. The template I am using is https://github.com/InstaPy/instapy-quickstart/blob/master/quickstart_templates/simple_but_effective.py
I started by setting skip_top_posts=False in like_by_tags() and that seemed to work, and after I change the flag back to True, it still worked :-)
Works for me as well, closing this issue.
Most helpful comment
@elulcao - This suddenly started working for me again on 12/11. The template I am using is https://github.com/InstaPy/instapy-quickstart/blob/master/quickstart_templates/simple_but_effective.py
I started by setting
skip_top_posts=Falsein like_by_tags() and that seemed to work, and after I change the flag back to True, it still worked :-)