Self-assisted Troubleshooting (Check before open issues) #373
oasiscifr
started this conversation in
Announcements and Readmes
Replies: 3 comments
-
2.3 Igniter didn't work in Google Play StoreTry the following instructions:
EDIT by wongsyrone: You may clear the app data of Google Play and Google Play Service and try again. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In 2.2, what if my device doesn't have a "resolv.conf" in /etc/ ...😂 |
Beta Was this translation helpful? Give feedback.
0 replies
-
This works for me!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If igniter didn't work as you expected, take steps below to narrow the range of problems.
0 Use
adb
to obtain the logPlease upload
igniter-log.txt
file1.1 Tap the "Test Connection" button.
If it said "Connected ...", then congratulations, your server as well as the igniter is working. The problem only happened to some specific domains. Go to 2.1.
If it said "Connection closed by peer", go to 1.2.
1.2 Check the server status and what you filled in igniter
The most common problems here:
Try to solve it by yourself. You can open a new issue ONLY IF eliminated all problems above.
2.1 Why some specific Apps/ Websites didn't work
turn on Airplane Mode of your phone -> wait 10 seconds -> turn off Airplane Mode
By doing this, all traffic should be surely redirected to the server.
Check your App/website again. If your problem persists, go to 2.2
2.2 The server can not access some specific domains
The most common problems here:
1.1.1.1
to the first line of/etc/resolv.conf
)For the problem listed without a solution, which means it has nothing to do with the client(igniter), you should solve it by yourself.
You can open a new issue if all problems above were excluded.
Beta Was this translation helpful? Give feedback.
All reactions