Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@VincentDondain
Created September 8, 2016 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VincentDondain/32515f43df9894f3d6a5878ca5f89454 to your computer and use it in GitHub Desktop.
Save VincentDondain/32515f43df9894f3d6a5878ca5f89454 to your computer and use it in GitHub Desktop.
IPV6 Exception
System.Net.WebException: Cannot open passive data connection
at System.Net.FtpWebRequest.EndGetResponse (System.IAsyncResult asyncResult) [0x0007a] in /Users/builder/data/lanes/3426/a2b103c3/source/xamarin-macios/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/mcs/class/System/System.Net/FtpWebRequest.cs:431
at System.Net.FtpWebRequest.GetResponse () [0x00009] in /Users/builder/data/lanes/3426/a2b103c3/source/xamarin-macios/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/mcs/class/System/System.Net/FtpWebRequest.cs:436
at Single.ViewController.ViewDidLoad () [0x00038] in /Users/Vince/Projects/Single/ViewController.cs:32
at at (wrapper managed-to-native) UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at UIKit.UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate) [0x00005] in /Users/builder/data/lanes/3426/a2b103c3/source/xamarin-macios/src/UIKit/UIApplication.cs:79
at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) [0x00038] in /Users/builder/data/lanes/3426/a2b103c3/source/xamarin-macios/src/UIKit/UIApplication.cs:63
at Single.Application.Main (System.String[] args) [0x00008] in /Users/Vince/Projects/Single/Main.cs:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment