This affects release 2.2.1 of instagrapi
How to reproduce:
from instagrapi import Client
cl = Client()
cl.login("xxx", "yyy")
cl.dump_settings("session.json")
# reload later without entering credentials again
(where xxx and yyy are the username and password of any normal instagram account that has existed for a while).
Traceback:

Swapping the order to
check_flow.append(self.get_timeline_feed(["cold_start_fetch"]))
check_flow.append(self.get_reels_tray_feed("cold_start"))
in mixins/auth.py then leads to:
