You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything I can find about this error indicates that there is a problem binding to the client's local address. I have ensured that my hosts file (C:\Windows\System32\drivers\etc\hosts) has the line:
127.0.0.1 localhost
The text was updated successfully, but these errors were encountered:
WARNING: Unable to connect to /192.168.19.142:0
java.net.BindException: Cannot assign requested address: connect
server command
java -jar fdt.jar -S
client command:
java -jar fdt.jar -c 192.168.19.142 -r -d /home/bob/transfer/dest C:\Users\Bob\video-samples
Everything I can find about this error indicates that there is a problem binding to the client's local address. I have ensured that my hosts file (C:\Windows\System32\drivers\etc\hosts) has the line:
127.0.0.1 localhost
The text was updated successfully, but these errors were encountered: