[GH-ISSUE #423] Error on v380 #367

Closed
opened 2026-03-02 23:39:48 +03:00 by kerem · 4 comments
Owner

Originally created by @yurilimajr on GitHub (Mar 10, 2022).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/423

Even though Instagram was opened successfully it shows me this message on the terminal:

[03/10 10:03:38] Instagram is not yet opened, waiting...

And it keeps looping on this.

Connection is ok, also did a new installation on insomniac.

Is there a way to install an earlier version?

Originally created by @yurilimajr on GitHub (Mar 10, 2022). Original GitHub issue: https://github.com/alexal1/Insomniac/issues/423 Even though Instagram was opened successfully it shows me this message on the terminal: [03/10 10:03:38] Instagram is not yet opened, waiting... And it keeps looping on this. Connection is ok, also did a new installation on insomniac. Is there a way to install an earlier version?
kerem closed this issue 2026-03-02 23:39:49 +03:00
Author
Owner

@alexal1 commented on GitHub (Mar 10, 2022):

python3 -m pip install insomniac==<your version here>

<!-- gh-comment-id:1064101380 --> @alexal1 commented on GitHub (Mar 10, 2022): `python3 -m pip install insomniac==<your version here>`
Author
Owner

@yurilimajr commented on GitHub (Mar 11, 2022):

I was able to install an earlier version, but it still does a network check and does not identify instagram is opened (even though it is).

Any suggestion? (maybe disabling network check? did not see a parameter for this though, using Json config file)

<!-- gh-comment-id:1064693770 --> @yurilimajr commented on GitHub (Mar 11, 2022): I was able to install an earlier version, but it still does a network check and does not identify instagram is opened (even though it is). Any suggestion? (maybe disabling network check? did not see a parameter for this though, using Json config file)
Author
Owner

@alexal1 commented on GitHub (Mar 11, 2022):

Uninstall ADBKeyboard app on your device as well

<!-- gh-comment-id:1064787173 --> @alexal1 commented on GitHub (Mar 11, 2022): Uninstall ADBKeyboard app on your device as well
Author
Owner

@yurilimajr commented on GitHub (Mar 11, 2022):

Still wasn't able to make it work, anyway, went back to 3.8 version and got this error (instagram is opened successfully):

Traceback (most recent call last):
File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1009, in _bootstrap_inner
self.run()
File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\threading.py", line 946, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 1494, in _readerthread
buffer.append(fh.read())
File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc6 in position 8: invalid continuation byte
[03/11 17:15:30] Instagram is not yet opened, waiting...

<!-- gh-comment-id:1065478764 --> @yurilimajr commented on GitHub (Mar 11, 2022): Still wasn't able to make it work, anyway, went back to 3.8 version and got this error (instagram is opened successfully): Traceback (most recent call last): File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\threading.py", line 1009, in _bootstrap_inner self.run() File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\threading.py", line 946, in run self._target(*self._args, **self._kwargs) File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 1494, in _readerthread buffer.append(fh.read()) File "C:\Users\me\AppData\Local\Programs\Python\Python310\lib\codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc6 in position 8: invalid continuation byte [03/11 17:15:30] Instagram is not yet opened, waiting...
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Insomniac#367
No description provided.