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

proxy #55

Open
Quick1y8 opened this issue Jan 22, 2025 · 0 comments
Open

proxy #55

Quick1y8 opened this issue Jan 22, 2025 · 0 comments

Comments

@Quick1y8
Copy link

Traceback (most recent call last):
File "C:\Users\kaany\moonbix\main.py", line 13, in
asyncio.run(main())
File "C:\Users\kaany\AppData\Local\Programs\Python\Python310\lib\asyncio\runners.py", line 44, in run
return loop.run_until_complete(main)
File "C:\Users\kaany\AppData\Local\Programs\Python\Python310\lib\asyncio\base_events.py", line 641, in run_until_complete
return future.result()
File "C:\Users\kaany\moonbix\main.py", line 8, in main
await process()
File "C:\Users\kaany\moonbix\bot\utils\launcher.py", line 93, in process
logger.info(f"Detected {len(get_session_names())} sessions | {len(get_proxies())} proxies")
File "C:\Users\kaany\moonbix\bot\utils\launcher.py", line 57, in get_proxies
proxies = [Proxy.from_str(proxy=row.strip()).as_url for row in file]
File "C:\Users\kaany\moonbix\bot\utils\launcher.py", line 57, in
proxies = [Proxy.from_str(proxy=row.strip()).as_url for row in file]
File "C:\Users\kaany\moonbix\venv\lib\site-packages\better_proxy\proxy.py", line 52, in from_str
raise ValueError(f'Unsupported proxy format: {proxy}')
ValueError: Unsupported proxy format: type://user:pass@ip:port
done

How do i change proxy, what should i do?

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