fflewddur / archivo

A cross-platform app for saving recordings from a TiVo to your computer.
http://straylightlabs.net/archivo/
GNU General Public License v3.0
26 stars 7 forks source link

Handle "java.net.SocketException: Can't assign requested address" exceptions #100

Open fflewddur opened 8 years ago

fflewddur commented 8 years ago

Some users are getting java.net.SocketException: Can't assign requested address exceptions, which usually means we're mixing IPv6 address with an IPv4 socket. We should find a way to automatically detect this problem and either work around it, or at least give the user a helpful error message about what's happening.