mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[GH-ISSUE #423] Error on v380 #367
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#367
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@alexal1 commented on GitHub (Mar 10, 2022):
python3 -m pip install insomniac==<your version here>@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)
@alexal1 commented on GitHub (Mar 11, 2022):
Uninstall ADBKeyboard app on your device as well
@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...