Deepak Soni
Deepak Soni
a quick fix: ```pip install ensta``` ```py from ensta import Host host = Host(username, password, totp_token=token) ```
This could possibly be because instagrapi doesn't have an auto session management feature and you've logged in a lot of times. You should try using [ensta](https://github.com/diezo/Ensta). While it uses the...
@sarthak501 I've figured out the cause of this issue and will implement a solution very soon. In the meantime, please do give this repository a star so that other developers...
@avtosubaru25 I've figured out the cause of this problem, and will update you once I implement the solution. Thanks.
@vlna oh thanks a lot! I think it's easier to fix this issue now. i'll update you on this soon.
@justin321123 I'm currently focused on other projects at the moment. But I'll do my best to get this done by the end of this week.
@justin321123 Working on it. I'll update you once I push the changes.