Destroyed FAQ (markdown)

taniman 2017-10-18 22:29:43 +02:00
parent 7d65e3fb89
commit 4bb962edd5
1 changed files with 0 additions and 25 deletions

25
FAQ.md

@ -1,25 +0,0 @@
Welcome to the gunbotproxycommunity wiki!
### The Tomcat connector configured to listen on port 443 failed to start. The port may already be in use or the connector may be misconfigured.
Try running sudo su and then java - jar GunbotProxyCummunity-x.x.x.jar
Nothing? <br/>
netstat -alnp | grep 443 or netstat -aln | grep 443
Will tell you what process is running on that port.
Kill it or something
On windows?
Open cmd as administrator
netstat -abo | grep 443
Will tell you what process is running on that port.
Kill it or something
### Error: Error: self signed certificate
Did you remember to add process.env.NODE_TLS_REJECT_UNAUTHORIZED = "0"; to your ALLPAIRS-params.js ???
Yes, but still not working?
Try restarting your bot
### Are you using a VPN and keep getting "No value was returned"?
Try running like this java -Djava.net.preferIPv4Stack=true -jar GunbotProxyCommunity-0.9.8.jar