[GH-ISSUE #353] Crash when i try to interact with an user followers #303

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

Originally created by @Amai98 on GitHub (Jun 21, 2021).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/353

Error - -32002 Client error: <> data: Selector [className='android.widget.TextView', clickable=True, textContains='Followers'], method: None
Traceback (most recent call last):
File "C:\Users\giova\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\insomniac\device_facade.py", line 473, in click
self.viewV2.click(UI_TIMEOUT_LONG, offset=(x_offset, y_offset))
File "C:\Users\giova\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\uiautomator2_selector.py", line 150, in click
self.must_wait(timeout=timeout)
File "C:\Users\giova\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\uiautomator2_selector.py", line 345, in must_wait
raise UiObjectNotFoundError({'code': -32002, 'data': str(self.selector), 'method': 'wait'})
uiautomator2.exceptions.UiObjectNotFoundError: -32002 Client error: <> data: Selector [className='android.widget.TextView', clickable=True, textContains='Followers'], method: None

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\giova\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\insomniac\safely_runner.py", line 19, in wrapper
func(*args, **kwargs)
File "C:\Users\giova\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\insomniac\action_runners\interact__init__.py", line 149, in job
handle_blogger(device_wrapper.get(),
File "C:\Users\giova\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\insomniac\action_runners\interact\action_handle_blogger.py", line 77, in handle_blogger
followers_following_list_view = blogger_profile_view.navigate_to_followers()
File "C:\Users\giova\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\insomniac\views.py", line 1120, in navigate_to_followers
followers_following_list_view.switch_to_tab(FollowersFollowingListView.Tab.FOLLOWERS)
File "C:\Users\giova\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\insomniac\views.py", line 1174, in switch_to_tab
followers_tab.click()
File "C:\Users\giova\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\insomniac\device_facade.py", line 475, in click
raise DeviceFacade.JsonRpcError(e)
insomniac.device_facade.DeviceFacade.JsonRpcError: -32002 Client error: <> data: Selector [className='android.widget.TextView', clickable=True, textContains='Followers'], method: None

Originally created by @Amai98 on GitHub (Jun 21, 2021). Original GitHub issue: https://github.com/alexal1/Insomniac/issues/353 Error - -32002 Client error: <> data: Selector [className='android.widget.TextView', clickable=True, textContains='Followers'], method: None Traceback (most recent call last): File "C:\Users\giova\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\insomniac\device_facade.py", line 473, in click self.viewV2.click(UI_TIMEOUT_LONG, offset=(x_offset, y_offset)) File "C:\Users\giova\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\uiautomator2_selector.py", line 150, in click self.must_wait(timeout=timeout) File "C:\Users\giova\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\uiautomator2_selector.py", line 345, in must_wait raise UiObjectNotFoundError({'code': -32002, 'data': str(self.selector), 'method': 'wait'}) uiautomator2.exceptions.UiObjectNotFoundError: -32002 Client error: <> data: Selector [className='android.widget.TextView', clickable=True, textContains='Followers'], method: None During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\giova\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\insomniac\safely_runner.py", line 19, in wrapper func(*args, **kwargs) File "C:\Users\giova\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\insomniac\action_runners\interact__init__.py", line 149, in job handle_blogger(device_wrapper.get(), File "C:\Users\giova\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\insomniac\action_runners\interact\action_handle_blogger.py", line 77, in handle_blogger followers_following_list_view = blogger_profile_view.navigate_to_followers() File "C:\Users\giova\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\insomniac\views.py", line 1120, in navigate_to_followers followers_following_list_view.switch_to_tab(FollowersFollowingListView.Tab.FOLLOWERS) File "C:\Users\giova\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\insomniac\views.py", line 1174, in switch_to_tab followers_tab.click() File "C:\Users\giova\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\insomniac\device_facade.py", line 475, in click raise DeviceFacade.JsonRpcError(e) insomniac.device_facade.DeviceFacade.JsonRpcError: -32002 Client error: <> data: Selector [className='android.widget.TextView', clickable=True, textContains='Followers'], method: None
kerem closed this issue 2026-03-02 23:39:23 +03:00
Author
Owner

@alexal1 commented on GitHub (Jun 21, 2021):

What Instagram version do you use?

<!-- gh-comment-id:865289971 --> @alexal1 commented on GitHub (Jun 21, 2021): What Instagram version do you use?
Author
Owner

@Amai98 commented on GitHub (Jun 21, 2021):

What Instagram version do you use?

192.0.0.35.123

The latest version on playstore

<!-- gh-comment-id:865291780 --> @Amai98 commented on GitHub (Jun 21, 2021): > What Instagram version do you use? 192.0.0.35.123 The latest version on playstore
Author
Owner

@Amai98 commented on GitHub (Jun 21, 2021):

What Instagram version do you use?

Same error with 191.1.0.41.124

<!-- gh-comment-id:865301041 --> @Amai98 commented on GitHub (Jun 21, 2021): > What Instagram version do you use? Same error with 191.1.0.41.124
Author
Owner

@Amai98 commented on GitHub (Jun 21, 2021):

i get this error just with the new version of isomniac, no problem with the 3.7.12

<!-- gh-comment-id:865372053 --> @Amai98 commented on GitHub (Jun 21, 2021): i get this error just with the new version of isomniac, no problem with the 3.7.12
Author
Owner

@alexal1 commented on GitHub (Jun 22, 2021):

Ok, can you attach crash folder please?

<!-- gh-comment-id:865804606 --> @alexal1 commented on GitHub (Jun 22, 2021): Ok, can you attach crash folder please?
Author
Owner

@Amai98 commented on GitHub (Jun 22, 2021):

Crash-2021-06-21-21-25-20.zip

Ok, can you attach crash folder please?

<!-- gh-comment-id:866112955 --> @Amai98 commented on GitHub (Jun 22, 2021): [Crash-2021-06-21-21-25-20.zip](https://github.com/alexal1/Insomniac/files/6695767/Crash-2021-06-21-21-25-20.zip) > Ok, can you attach crash folder please?
Author
Owner

@alexal1 commented on GitHub (Jun 22, 2021):

Will be fixed in v3.7.15

<!-- gh-comment-id:866332291 --> @alexal1 commented on GitHub (Jun 22, 2021): Will be fixed in `v3.7.15`
Author
Owner

@Amai98 commented on GitHub (Jun 22, 2021):

Will be fixed in v3.7.15

Thanks

<!-- gh-comment-id:866332767 --> @Amai98 commented on GitHub (Jun 22, 2021): > Will be fixed in `v3.7.15` Thanks
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#303
No description provided.