Closed aidan-walden closed 2 years ago
These types of proxies require you to manually append "http://" to the beginning of each URL, as it turns out.
These types of proxies require you to manually append "http://" to the beginning of each URL, as it turns out.
what did you mean by this? is it the below?
{
"thread_delay": 2,
"unverified_place_frequency": false,
"proxies": ["http://username:password@1.1.1.1:8080", "2.2.2.2:1234"],
"compact_logging": true
}
Like the 1st proxy in that array, yes
Bug Report Form
Checklist
Describe the bug
Trying to use proxies with authentication in config.json, I get "Failed to connect to websocket" error
To Reproduce
Steps to trigger the bug:
Expected behavior
The proxy connects.
Additional context
Add any other context about the problem here.