Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported proxy format PLZ help #177

Open
mrdarkerr opened this issue Jul 16, 2024 · 2 comments
Open

Unsupported proxy format PLZ help #177

mrdarkerr opened this issue Jul 16, 2024 · 2 comments

Comments

@mrdarkerr
Copy link

Traceback (most recent call last):
  File "/root/TapSwapBot/main.py", line 13, in <module>
    asyncio.run(main())
  File "/usr/lib/python3.10/asyncio/runners.py", line 44, in run
    return loop.run_until_complete(main)
  File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
    return future.result()
  File "/root/TapSwapBot/main.py", line 8, in main
    await process()
  File "/root/TapSwapBot/bot/utils/launcher.py", line 64, in process
    logger.info(f"Detected {len(get_session_names())} sessions | {len(get_proxies())} proxies")
  File "/root/TapSwapBot/bot/utils/scripts.py", line 38, in get_proxies
    proxies = [Proxy.from_str(proxy=row.strip()).as_url for row in file]
  File "/root/TapSwapBot/bot/utils/scripts.py", line 38, in <listcomp>
    proxies = [Proxy.from_str(proxy=row.strip()).as_url for row in file]
  File "/root/TapSwapBot/venv/lib/python3.10/site-packages/better_proxy/proxy.py", line 52, in from_str
    raise ValueError(f'Unsupported proxy format: {proxy}')
ValueError: Unsupported proxy format: 

proxies.txt --->>>>

socks5://7.7.7.7:11758@om:123
socks5://7.7.7.7:15468@om:123
socks5://7.7.7.7:17523@om:123

I entered my proxies as below, but I get a Unsupported proxy format

@mrdarkerr
Copy link
Author

any tip ?

@mrdarkerr mrdarkerr changed the title Unsupported proxy format Unsupported proxy format PLZ help Jul 22, 2024
@mrdarkerr
Copy link
Author

No one is going to help you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant