TapSwapBot icon indicating copy to clipboard operation
TapSwapBot copied to clipboard

ValueError: Unsupported proxy format:

Open faerhjio0gase opened this issue 1 year ago • 1 comments

File "C:\Users\Glo\Desktop\19\work\venv\Lib\site-packages\better_proxy\proxy.py", line 52, in from_str raise ValueError(f'Unsupported proxy format: {proxy}') ValueError: Unsupported proxy format:

faerhjio0gase avatar Jul 20 '24 08:07 faerhjio0gase

  1. You cannot make empty lines in the proxy.txt file!
  2. The string format must match, see examples here https://pypi.org/project/better-proxy/
  3. File encoding must be UTF-8
  4. Proxies are picked up for each session in the same order as the ssession files are placed. Recommendation number their names. The number of sessions is equal to the number of lines with proxy settings.
  5. If you need your own IP, run your own SOCKS proxy on your router, for example.

Example: socks5://user:[email protected]:1080 http://user:password@host:port

AlexArGC avatar Jul 25 '24 04:07 AlexArGC