powbot / issues

1 stars 0 forks source link

[BUG] UI not visible/bot not bootstrapping correctly on certain devices. #35

Closed benpoulson closed 2 years ago

benpoulson commented 2 years ago

Describe the bug UI not visible/bot not bootstrapping correctly on certain devices.

I can see everything bootstrapping correctly, the instance ID is set, the port 61666 gets listened to, but I think something is failing somewhere, as the login button still sends you to the webview.

To Reproduce/Line of code causing issue Steps to reproduce the behavior:

  1. Load up the app
  2. Nothing

Expected behavior UI to be visible

Screenshots

image

Logs iTerm2 Session 22 Aug 2022 at 12:32:09 pm.txt

Emulator or device (please complete the following information):

Additional context Add any other context about the problem here.

benpoulson commented 2 years ago

Also, same issue on Android 10 stock, 10-AOSP and 11-AOSP. So it's not some wild OS change I've made.

constt commented 2 years ago

This is likely because of 32bit arm

Krulvis commented 2 years ago

Hijacking this but I have a problem where the UI disappears when device (OnePlus N10 5G, arm64-v8a) goes to black screen and is turned on again. RS opens but bot UI is gone. No errors :(

benpoulson commented 2 years ago

Confirmed this is due to 32bit ARM not being supported at this time.