Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WebAuthenticationBrokerUserControl.OnBrowserNavigationFailed throws ArgumentNullException when no network connectivity #431

Closed
GoogleCodeExporter opened this issue Apr 14, 2015 · 4 comments
Assignees

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Turn off network connectivity
2. Call AuthorizationCodeWPInstalledApp.AuthorizeAsync(string.Empty, 
CancellationToken.None)
3. ArgumentNullException is thrown at 
WebAuthenticationBrokerUserControl.xaml.cs#OnBrowserNavigationFailed

Line 69:
tcsAuthorizationCodeResponse.SetException(e.Exception);

What is the expected output? What do you see instead?
Should not set exception if the exception is null. Also, I can't seem to find a 
way to catch that exception from the app when using this API.


What version of the product are you using? Google.Apis.Auth.1.6.0.1-beta
What is your operating system? Windows 8
What is your IDE? Visual Studio 2013
What is the .NET framework version? .Net framework for WinPhone 8

Please provide any additional information below.


Original issue reported on code.google.com by kneri...@gmail.com on 18 Dec 2013 at 12:13

@GoogleCodeExporter
Copy link
Author

Original comment by pele...@google.com on 29 Dec 2013 at 1:14

  • Changed state: Accepted
  • Added labels: Component-Auth, Milestone-Release1.8

@GoogleCodeExporter
Copy link
Author

https://codereview.appspot.com/46440043/

Original comment by pele...@google.com on 9 Jan 2014 at 9:47

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Original comment by pele...@google.com on 10 Jan 2014 at 5:01

@GoogleCodeExporter
Copy link
Author

Original comment by pele...@google.com on 14 Jan 2014 at 11:35

  • Changed state: Fixed

@yoshi-automation yoshi-automation added 🚨 This issue needs some love. triage me I really want to be triaged. labels Apr 6, 2020
@jskeet jskeet removed 🚨 This issue needs some love. triage me I really want to be triaged. labels Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants