SWProxy icon indicating copy to clipboard operation
SWProxy copied to clipboard

login issue

Open goku-ssj opened this issue 9 years ago • 3 comments

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.

goku-ssj avatar Jun 13 '16 11:06 goku-ssj

Try switching your proxy settings right when it says "Downloading ..."

msteudel avatar Jun 13 '16 16:06 msteudel

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.

prestontighe avatar Jun 15 '16 19:06 prestontighe

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

  1. Download SWProxy source, extract it somewhere: https://github.com/kakaroto/SWProxy/archive/master.zip
  2. Install this: https://www.python.org/downloads/release/python-279/
  3. Install this: https://www.microsoft.com/en-us/download/details.aspx?id=44266
  4. Put this into your CMD prompt: cd "C:\Python27\Scripts" && pip install yapsy pycrypto dpkt
  5. Right click the SWProxy.py file that was installed in step 1
  6. Open with: IDLE
  7. Click F5 while in the window with code
  8. Success. Should be working as normal. You are on your own from here.

prestontighe avatar Jun 26 '16 10:06 prestontighe