You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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 of192.168.1.1
) on the PC also didn't work. I tried on the phone's browser (with IP type of127.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 default8008
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:
Inspeckage/app/src/main/java/mobi/acpm/inspeckage/ui/AuthFragment.java
Line 101 in d8806c9
I'd be happy to provide more info if necessary!
The text was updated successfully, but these errors were encountered: