[GH-ISSUE #39] Error #35

Closed
opened 2026-03-02 23:37:30 +03:00 by kerem · 1 comment
Owner

Originally created by @quintendewilde on GitHub (Jun 29, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/39

 Traceback (most recent call last):
  File "/home/pi/.local/lib/python3.7/site-packages/uiautomator/__init__.py", line 438, in wrapper
    return _method_obj(*args, **kwargs)
  File "/home/pi/.local/lib/python3.7/site-packages/uiautomator/__init__.py", line 135, in __call__
    "%s: %s" % (jsonresult["error"]["data"]["exceptionTypeName"], jsonresult["error"]["message"])
uiautomator.JsonRPCError: JsonRPC Error code: -32002, Message: android.support.test.uiautomator.UiObjectNotFoundException: UiSelector[CLASS=android.widget.LinearLayout, RESOURCE_ID=com.instagram.android:id/row_profile_header_followers_container]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "insomniac.py", line 132, in _job_handle_bloggers
    handle_blogger(device, username, likes_count, follow_percentage, storage, _on_like, on_interaction)
  File "/home/pi/Insomniac/action_handle_blogger.py", line 23, in handle_blogger
    if not _open_user_followers(device, username):
  File "/home/pi/Insomniac/action_handle_blogger.py", line 63, in _open_user_followers
    followers_button.click.wait()
  File "/home/pi/.local/lib/python3.7/site-packages/uiautomator/__init__.py", line 76, in __call__
    return self.func(*args, **kwargs)
  File "/home/pi/.local/lib/python3.7/site-packages/uiautomator/__init__.py", line 975, in _click
    return self.jsonrpc.clickAndWaitForNewWindow(self.selector, timeout)
  File "/home/pi/.local/lib/python3.7/site-packages/uiautomator/__init__.py", line 458, in wrapper
    return _method_obj(*args, **kwargs)
  File "/home/pi/.local/lib/python3.7/site-packages/uiautomator/__init__.py", line 135, in __call__
    "%s: %s" % (jsonresult["error"]["data"]["exceptionTypeName"], jsonresult["error"]["message"])
uiautomator.JsonRPCError: JsonRPC Error code: -32002, Message: android.support.test.uiautomator.UiObjectNotFoundException: UiSelector[CLASS=android.widget.LinearLayout, RESOURCE_ID=com.instagram.android:id/row_profile_header_followers_container]

Crash-2020-06-29-20-31-59

Originally created by @quintendewilde on GitHub (Jun 29, 2020). Original GitHub issue: https://github.com/alexal1/Insomniac/issues/39 ``` Traceback (most recent call last): File "/home/pi/.local/lib/python3.7/site-packages/uiautomator/__init__.py", line 438, in wrapper return _method_obj(*args, **kwargs) File "/home/pi/.local/lib/python3.7/site-packages/uiautomator/__init__.py", line 135, in __call__ "%s: %s" % (jsonresult["error"]["data"]["exceptionTypeName"], jsonresult["error"]["message"]) uiautomator.JsonRPCError: JsonRPC Error code: -32002, Message: android.support.test.uiautomator.UiObjectNotFoundException: UiSelector[CLASS=android.widget.LinearLayout, RESOURCE_ID=com.instagram.android:id/row_profile_header_followers_container] During handling of the above exception, another exception occurred: Traceback (most recent call last): File "insomniac.py", line 132, in _job_handle_bloggers handle_blogger(device, username, likes_count, follow_percentage, storage, _on_like, on_interaction) File "/home/pi/Insomniac/action_handle_blogger.py", line 23, in handle_blogger if not _open_user_followers(device, username): File "/home/pi/Insomniac/action_handle_blogger.py", line 63, in _open_user_followers followers_button.click.wait() File "/home/pi/.local/lib/python3.7/site-packages/uiautomator/__init__.py", line 76, in __call__ return self.func(*args, **kwargs) File "/home/pi/.local/lib/python3.7/site-packages/uiautomator/__init__.py", line 975, in _click return self.jsonrpc.clickAndWaitForNewWindow(self.selector, timeout) File "/home/pi/.local/lib/python3.7/site-packages/uiautomator/__init__.py", line 458, in wrapper return _method_obj(*args, **kwargs) File "/home/pi/.local/lib/python3.7/site-packages/uiautomator/__init__.py", line 135, in __call__ "%s: %s" % (jsonresult["error"]["data"]["exceptionTypeName"], jsonresult["error"]["message"]) uiautomator.JsonRPCError: JsonRPC Error code: -32002, Message: android.support.test.uiautomator.UiObjectNotFoundException: UiSelector[CLASS=android.widget.LinearLayout, RESOURCE_ID=com.instagram.android:id/row_profile_header_followers_container] ``` ![Crash-2020-06-29-20-31-59](https://user-images.githubusercontent.com/6031569/86042960-3fdbc300-ba48-11ea-98bb-952e0c567070.png)
kerem closed this issue 2026-03-02 23:37:31 +03:00
Author
Owner

@alexal1 commented on GitHub (Jul 3, 2020):

Checked this profile on my device, works fine.
Does it happen each time or only once? If each time, I'll need a uiautomatorviewer screenshot to fix this problem.

<!-- gh-comment-id:653534940 --> @alexal1 commented on GitHub (Jul 3, 2020): Checked this profile on my device, works fine. Does it happen each time or only once? If each time, I'll need a `uiautomatorviewer` screenshot to fix this problem.
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#35
No description provided.