SWProxy
SWProxy copied to clipboard
login issue
i've downloaded the latest version of swproxy (99.2) and i've set the proxy on my iphone 5s as the program says, but when i try to log in sw i get "failed to connect with the network. please try again later". how can i solve this issue? thanks.
Try switching your proxy settings right when it says "Downloading ..."
I second this. I have tried this on my windows 7 & 10 PC using an iPhone 6s. Same issue. I have gotten this program to work on 3+ versions in the past.
The current release of SWProxy doesn't work but running the current source does work. I made a quick tutorial to run it yourself for the non tech people.
Windows tutorial, this worked in Windows 10 as well
Note: Uninstall Python 3.* if you have it and you don't want to cause any problems with installation
- Download SWProxy source, extract it somewhere: https://github.com/kakaroto/SWProxy/archive/master.zip
- Install this: https://www.python.org/downloads/release/python-279/
- Install this: https://www.microsoft.com/en-us/download/details.aspx?id=44266
- Put this into your CMD prompt: cd "C:\Python27\Scripts" && pip install yapsy pycrypto dpkt
- Right click the SWProxy.py file that was installed in step 1
- Open with: IDLE
- Click F5 while in the window with code
- Success. Should be working as normal. You are on your own from here.