LocalVPN
LocalVPN copied to clipboard
Connection reset by peer
After building the app and activating the VPN through the button I try accessing a website through a mobile browser such as Chrome but all requests timeout with the error at https://gist.github.com/Random-Primate/b1947e1816bdb856302961291f6e6676.
I've tried with a
- Model Number: Moto G, Android Version: 5.1, Motorola XT1032 API22.
- Samsung Galaxy S4 on Android V4.2 and V5.1
Any help appreciated.
Hi, apologies for the delay. I'll get back to you as soon as I get ahold of these device(s)
Excellent thank you. Let me know if I can assist with that.
Hello,
I am facing the same issue. I have also noticed that for first few requests(3-4 on chrome), the browsing works fine after which the issue occurs.
I have tried with the following phones:
- Nexus 5 with Android version 6.0.1
- Mi 4i, with Android version 5.0.1
Thanks for any help.
What should we expect to see if the app is working? Log outputs or a file?
I'm facing the same issue. First few requests are ok, then SocketException ECONNRESET is thrown. Then no more requests are being processed.
Tested on Galaxy S6, Android 6.0.1
Encountered same issue
Hi, If you supported this repo, can you pls fix that bug?
Please fix it.
Uhmm... I know I'm kind of late... any fixes?
@randomprimate I know it is late. Were you able to solve it?
Any fixes about this issue?
Try adding this to the manifest: <protected-broadcast android:name="com.motorola.motocare.INTENT_TRIGGER" />
Try adding this to the manifest:
<protected-broadcast android:name="com.motorola.motocare.INTENT_TRIGGER" />
What's that supposed to do??