[GH-ISSUE #188] v3.2.0 not working: 32002 Client error: #613

Closed
opened 2026-03-13 22:09:38 +03:00 by kerem · 5 comments
Owner

Originally created by @sepi2048 on GitHub (Nov 17, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/188

So I tried to install v3.2.0 after using v2.2.8 successfully for a while on my Ubuntu 20.04.

After python3 -m pip install insomniac
I added start.py to a new folder, made it executable with chmod +x.

I ran the command:
python3 start.py --interact @account --follow-percentage 15 --total-likes-limit 150 --device 11111

The app on the device never opens on the device and this is the exception I get:

Caught an exception: -32002 Client error: <> data: Selector [childOrSibling=['child'], childOrSiblingSelector=[{'mask': 8388608, 'childOrSibling': [], 'childOrSiblingSelector': [], 'index': 4}], resourceId='com.instagram.android:id/tab_bar', className='android.widget.LinearLayout'], method: None

I tried to updated the Android platform tools from 30.0.4 to 30.0.5.
(The v2.2.8 still works from a separate folder.)

Please help!

Originally created by @sepi2048 on GitHub (Nov 17, 2020). Original GitHub issue: https://github.com/alexal1/Insomniac/issues/188 So I tried to install v3.2.0 after using v2.2.8 successfully for a while on my Ubuntu 20.04. After `python3 -m pip install insomniac` I added `start.py `to a new folder, made it executable with `chmod +x`. I ran the command: python3 start.py --interact @account --follow-percentage 15 --total-likes-limit 150 --device 11111 The app on the device never opens on the device and this is the exception I get: `Caught an exception: -32002 Client error: <> data: Selector [childOrSibling=['child'], childOrSiblingSelector=[{'mask': 8388608, 'childOrSibling': [], 'childOrSiblingSelector': [], 'index': 4}], resourceId='com.instagram.android:id/tab_bar', className='android.widget.LinearLayout'], method: None` I tried to updated the Android platform tools from 30.0.4 to 30.0.5. (The v2.2.8 still works from a separate folder.) Please help!
kerem closed this issue 2026-03-13 22:09:43 +03:00
Author
Owner

@mo-tech55 commented on GitHub (Nov 18, 2020):

I have the same issue but it works for me if I have the app active and not closed. But still it does not work if we use the repeat argument because then the app is in the background.

<!-- gh-comment-id:729439587 --> @mo-tech55 commented on GitHub (Nov 18, 2020): I have the same issue but it works for me if I have the app active and not closed. But still it does not work if we use the repeat argument because then the app is in the background.
Author
Owner

@Sejdra-ing commented on GitHub (Nov 19, 2020):

in the session.py file you can change out the following line:
Change
open_instagram(self.device)
To
close_instagram(device_wrapper.device_id)

that solves the problem while waiting for the fix of this bug in the next version.

<!-- gh-comment-id:730233150 --> @Sejdra-ing commented on GitHub (Nov 19, 2020): in the **session.py** file you can change out the following line: Change open_instagram(self.device) To close_instagram(device_wrapper.device_id) that solves the problem while waiting for the fix of this bug in the next version.
Author
Owner

@herbertgroff commented on GitHub (Nov 22, 2020):

Same error here, workaround doesnt help but throws new error ;(

<!-- gh-comment-id:731854215 --> @herbertgroff commented on GitHub (Nov 22, 2020): Same error here, workaround doesnt help but throws new error ;(
Author
Owner

@0libar commented on GitHub (Nov 22, 2020):

As strange as it sounds a simple closing/reopenning the app worked for me...

<!-- gh-comment-id:731862778 --> @0libar commented on GitHub (Nov 22, 2020): As strange as it sounds a simple closing/reopenning the app worked for me...
Author
Owner

@Fadude commented on GitHub (Nov 23, 2020):

Fixed on v.3.3.2, closing.

<!-- gh-comment-id:731977910 --> @Fadude commented on GitHub (Nov 23, 2020): Fixed on v.3.3.2, closing.
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#613
No description provided.