Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
--source-address doesn't work #7573
Comments
|
Can you post the entire output you get when you run Also of interest is which IP addresses you have assigned on your local machine. Please post the output of |
|
---output of debug-- [debug] System config: [] This is output of ipconfig lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 |
|
As reported by ipconfig, your machine's IP address is not 195.46.137.11, but 192.168.12.68. The operating system prevents you from binding to an IP address that you have not configured. Before binding, you must configure this machine to have the IP address 195.46.137.11. If you want to send and receive, you must also configure routing and firewalls in your network. |
|
i tried to setup a web service that send clients extracted urls. may be it is impossible, network doesnt allow bind another ip |
i tried this
youtube-dl --source-address 195.46.137.11 -g https://www.youtube.com/watch?v=R-qlQe8R2Cs
i'm getting this error
ERROR: Unable to download webpage: (caused by URLError(error(49, "Can't assign requested address"),))