arriven / db1000n

MIT License
1.17k stars 201 forks source link

Proxy not work for Windows #475

Closed OleksandrBlack closed 10 months ago

OleksandrBlack commented 2 years ago

Expected Behavior

work

Actual Behavior

win_error

Steps to Reproduce the Problem

.\db1000n.exe --proxy '{{ join (split (get_url "https://raw.githubusercontent.com/porthole-ascend-cinnamon/proxy_scraper/main/proxies.txt") "\n") "," }}'

Specifications

HongKilDong commented 2 years ago

I have the same issue on ubuntu

arriven commented 2 years ago

Could you try it in powershell? I'm not an expert in windows commandline syntax so in case PowerShell doesn't work we'd need someone who's experienced in it to have a look on how to properly escape the sequence

PerchunPak commented 2 years ago

Fixed it by specify --proxy "{{ join (split (get_url \"https://raw.githubusercontent.com/porthole-ascend-cinnamon/proxy_scraper/main/proxies.txt\") \"\n\") \",\" }}" (replace all " with \" and replace ' to " in start and end of argument).

See how specify argument with spaces in Windows.

OleksandrBlack commented 2 years ago

err2 Not work @Arriven

can be simplified? just provide a link --proxylist https://raw.githubusercontent.com/porthole-ascend-cinnamon/proxy_scraper/main/proxies.txt

vasyl-bhd commented 2 years ago

Hi! Have the same issue on my Digital Ocean instance. Is there any way to type country manually, OR bypass this check somehow?