[GH-ISSUE #4] unsupported proxy scheme. URL: #2

Closed
opened 2026-03-01 14:35:53 +03:00 by kerem · 10 comments
Owner

Originally created by @opabravo on GitHub (Jan 6, 2025).
Original GitHub issue: https://github.com/alpkeskin/rota/issues/4

Originally assigned to: @alpkeskin on GitHub.

┌──(bravosec㉿fsociety)-[/tmp]
└─$ head config.yml -n1
proxy_file: "proxies_test.txt"

┌──(bravosec㉿fsociety)-[/tmp]
└─$ cat proxies_test.txt
http://41.139.197.131:8080
http://104.16.105.182:80
http://141.95.1.186:3128

┌──(bravosec㉿fsociety)-[/tmp]
└─$ ./rota_1.0.0_linux_amd64
{"time":"2025-01-06T23:46:28.352267367+08:00","level":"INFO","msg":"loading proxies"}
{"time":"2025-01-06T23:46:28.352358017+08:00","level":"ERROR","msg":"failed to load proxies","error":"unsupported proxy scheme. URL: "}
Originally created by @opabravo on GitHub (Jan 6, 2025). Original GitHub issue: https://github.com/alpkeskin/rota/issues/4 Originally assigned to: @alpkeskin on GitHub. ```bash ┌──(bravosec㉿fsociety)-[/tmp] └─$ head config.yml -n1 proxy_file: "proxies_test.txt" ┌──(bravosec㉿fsociety)-[/tmp] └─$ cat proxies_test.txt http://41.139.197.131:8080 http://104.16.105.182:80 http://141.95.1.186:3128 ┌──(bravosec㉿fsociety)-[/tmp] └─$ ./rota_1.0.0_linux_amd64 {"time":"2025-01-06T23:46:28.352267367+08:00","level":"INFO","msg":"loading proxies"} {"time":"2025-01-06T23:46:28.352358017+08:00","level":"ERROR","msg":"failed to load proxies","error":"unsupported proxy scheme. URL: "} ```
kerem 2026-03-01 14:35:53 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@jugal-sheth commented on GitHub (Jan 10, 2025):

try this
http://200.174.198.86:8888,http://172.64.137.142:80,http://172.67.181.77:80,http://172.64.137.4:80

<!-- gh-comment-id:2583428817 --> @jugal-sheth commented on GitHub (Jan 10, 2025): try this `http://200.174.198.86:8888,http://172.64.137.142:80,http://172.67.181.77:80,http://172.64.137.4:80`
Author
Owner

@alpkeskin commented on GitHub (Jan 11, 2025):

Hi, I tried and Rota is working with these proxy list:

http://41.139.197.131:8080
http://104.16.105.182:80
http://141.95.1.186:3128

Can you try again? @opabravo

<!-- gh-comment-id:2585166515 --> @alpkeskin commented on GitHub (Jan 11, 2025): Hi, I tried and Rota is working with these proxy list: ``` http://41.139.197.131:8080 http://104.16.105.182:80 http://141.95.1.186:3128 ``` Can you try again? @opabravo
Author
Owner

@jugal-sheth commented on GitHub (Jan 11, 2025):

Hi @alpkeskin
Can you please share some detailed instructions on how to run Rota

for me I managed to get app running but it wasn’t rotating the proxies

and in txt file /r/n was causing issue so instead of new line I used ,

It will be really helpful if you can share how you got it working

also can you please tell me which platform you use

i am trying to set it up on windows

thank you

<!-- gh-comment-id:2585167862 --> @jugal-sheth commented on GitHub (Jan 11, 2025): Hi @alpkeskin Can you please share some detailed instructions on how to run Rota for me I managed to get app running but it wasn’t rotating the proxies and in txt file /r/n was causing issue so instead of new line I used , It will be really helpful if you can share how you got it working also can you please tell me which platform you use i am trying to set it up on windows thank you
Author
Owner

@alpkeskin commented on GitHub (Jan 11, 2025):

Hi @jugal-sheth, Rota is quite simple to use. As I mentioned in the readme, you only need config.yml and proxies.txt files after installing with go or docker. Can you share the output of error?

Important tip: The proxy file must be processed line by line as I have shown above.

<!-- gh-comment-id:2585187691 --> @alpkeskin commented on GitHub (Jan 11, 2025): Hi @jugal-sheth, Rota is quite simple to use. As I mentioned in the readme, you only need config.yml and proxies.txt files after installing with go or docker. Can you share the output of error? Important tip: The proxy file must be processed line by line as I have shown above.
Author
Owner

@jugal-sheth commented on GitHub (Jan 11, 2025):

PFA

`
C:\Users.....\Downloads>rota_1.0.0_windows_amd64.exe
{"time":"2025-01-11T09:55:30.7039449Z","level":"INFO","msg":"loading proxies"}
{"time":"2025-01-11T09:55:30.7086994Z","level":"ERROR","msg":"failed to load proxies","error":"parse "http://41.139.197.131:8080\r": net/url: invalid control character in URL"}

C:\Users.....\Downloadsr>rota --config config.yml
'rota' is not recognized as an internal or external command,
operable program or batch file.`

I wish to use it without docker
Thank you

<!-- gh-comment-id:2585188951 --> @jugal-sheth commented on GitHub (Jan 11, 2025): PFA ` C:\Users\.....\Downloads>rota_1.0.0_windows_amd64.exe {"time":"2025-01-11T09:55:30.7039449Z","level":"INFO","msg":"loading proxies"} {"time":"2025-01-11T09:55:30.7086994Z","level":"ERROR","msg":"failed to load proxies","error":"parse \"http://41.139.197.131:8080\\r\": net/url: invalid control character in URL"} C:\Users\.....\Downloadsr>rota --config config.yml 'rota' is not recognized as an internal or external command, operable program or batch file.` I wish to use it without docker Thank you
Author
Owner

@alpkeskin commented on GitHub (Jan 11, 2025):

Can you send your proxy list? (3-4 lines will be enough, not all of them)

<!-- gh-comment-id:2585192141 --> @alpkeskin commented on GitHub (Jan 11, 2025): Can you send your proxy list? (3-4 lines will be enough, not all of them)
Author
Owner

@jugal-sheth commented on GitHub (Jan 11, 2025):

proxies.txt

<!-- gh-comment-id:2585192576 --> @jugal-sheth commented on GitHub (Jan 11, 2025): [proxies.txt](https://github.com/user-attachments/files/18385376/proxies.txt)
Author
Owner

@alpkeskin commented on GitHub (Jan 11, 2025):

I’ve fixed the issue and I’ll be releasing a new version today 🙏

<!-- gh-comment-id:2585204461 --> @alpkeskin commented on GitHub (Jan 11, 2025): I’ve fixed the issue and I’ll be releasing a new version today 🙏
Author
Owner

@opabravo commented on GitHub (Jan 11, 2025):

Hi, I tried and Rota is working with these proxy list:

http://41.139.197.131:8080
http://104.16.105.182:80
http://141.95.1.186:3128

Can you try again? @opabravo

Yup, issue fixed now. Thanks

<!-- gh-comment-id:2585233338 --> @opabravo commented on GitHub (Jan 11, 2025): > Hi, I tried and Rota is working with these proxy list: > > ``` > http://41.139.197.131:8080 > http://104.16.105.182:80 > http://141.95.1.186:3128 > ``` > > Can you try again? @opabravo Yup, issue fixed now. Thanks
Author
Owner

@alpkeskin commented on GitHub (Jan 11, 2025):

Issue fixed on v1.1.0 🚀

<!-- gh-comment-id:2585233865 --> @alpkeskin commented on GitHub (Jan 11, 2025): Issue fixed on [v1.1.0](https://github.com/alpkeskin/rota/releases/tag/v1.1.0) 🚀
kerem changed title from [GH-ISSUE #4] unsupported proxy scheme. URL: to [GH-ISSUE #4] unsupported proxy scheme. URL: 2026-03-01 17:38:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rota#2
No description provided.