Description
I'm "using" this app for the first time, so I may have missed something important. I decided to keep both problems in the same issue as maybe one depends on the other? I'd be happy to create a new one and delete one issue from here if necessary though.
Info:
- Inspeckage 2.4
- Android 7.1.2 (Nougat, API 25)
- physical device: LGE Lge LG-D855 (arm)
- Systemless Xposed 89.3
- The first problem is that I can't access the server UI interface.
- The other problem (maybe connected) is that when I click the 'SSL / Authentication' option the app crashes.
1. The server UI:
I tried connecting through a USB debugging connected PC and the adb forward
command, but the Google Chrome browser returns an error. I tried on Wi-Fi (with IP type of 192.168.1.1
) on the PC also didn't work. I tried on the phone's browser (with IP type of 127.0.0.1
) itself, also didn't work. The app's functionality is actually working when I checked the logcat there is some interesting info about some web requests and such. I tried setting different ports apart from the default 8008
such as: 8006
, 80
.
When on phone:
When I try any port besides the specified I get Chrome Error: ERR_CONNECTION_REFUSED
.
When I try the specified port I get: ERR_CONNECTION_RESET
.
2. SSL / Authentication onclick crash:
Happens right after clicking the SSL / Authentication option in the app.
Seems like this is the culprit:
I'd be happy to provide more info if necessary!