alexal1 / Insomniac

Instagram bot for automated Instagram interaction using Android device via ADB
https://insomniac-bot.com
MIT License
675 stars 159 forks source link

New Version 3.8.0 Broken for me #424

Closed brandonedley closed 2 years ago

brandonedley commented 2 years ago

It never gets passed this. It used to open IG just fine but something happened I believe with the network check. Going to try and troubleshoot the code but hopefully @alexal1 will come through!!

[03/10 10:05:21] Open Instagram app with network check [03/10 10:05:27] 'grep' is not recognized as an internal or external command, operable program or batch file. [03/10 10:05:27] Instagram is not yet opened, waiting... [03/10 10:05:42] 'grep' is not recognized as an internal or external command, operable program or batch file. [03/10 10:05:42] Instagram is not yet opened, waiting... [03/10 10:05:57] 'grep' is not recognized as an internal or external command, operable program or batch file. [03/10 10:05:57] Instagram is not yet opened, waiting... [03/10 10:06:12] 'grep' is not recognized as an internal or external command, operable program or batch file. [03/10 10:06:12] Instagram is not yet opened, waiting... [03/10 10:06:14] Close Instagram app com.instagram.android

I pretty much force close after this

RainbowTob commented 2 years ago

Same

alexal1 commented 2 years ago

Yeah will fix it with minor update. Meanwhile switch to any bash terminal. E.g. on windows you can install git and use git bash

brandonedley commented 2 years ago

Yeah will fix it with minor update. Meanwhile switch to any bash terminal. E.g. on windows you can install git and use git bash

Are you using Grep to search for activity to decide if App is running? Im having a pain getting that set up on windows. If thats the case i think we gotta use findstr or selectstr for windows folks

brandonedley commented 2 years ago

Yeah will fix it with minor update. Meanwhile switch to any bash terminal. E.g. on windows you can install git and use git bash

Are you using Grep to search for activity to decide if App is running? Im having a pain getting that set up on windows. If thats the case i think we gotta use findstr or selectstr for windows folks

Nevermind. Running command in bash worked like a charm.

alexal1 commented 2 years ago

Fixed in v3.8.1