divyajyothi1 / dotnetopenid

Automatically exported from code.google.com/p/dotnetopenid
0 stars 0 forks source link

ArgumentNullException in Identifier.Parse #208

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
dotnetopenid version

openid URL is:

http://claimid.com/username

exception:

System.ArgumentNullException: Value cannot be null.
Parameter name: identifier
   at DotNetOpenId.Identifier.Parse(String identifier) in
c:\git\dotnetopenid\src\DotNetOpenId\Identifier.cs:line 65
   at DotNetOpenId.Identifier.op_Implicit(String identifier) in
c:\git\dotnetopenid\src\DotNetOpenId\Identifier.cs:line 40
   at DotNetOpenId.Yadis.ServiceElement.get_ProviderLocalIdentifier() in
c:\git\dotnetopenid\src\DotNetOpenId\Yadis\ServiceElement.cs:line 58
   at
DotNetOpenId.Yadis.XrdsDocument.<generateClaimedIdentifierServiceEndpoints>d__13
.MoveNext()
in c:\git\dotnetopenid\src\DotNetOpenId\Yadis\XrdsDocument.cs:line 80
   at System.Collections.Generic.List`1.InsertRange(Int32 index,
IEnumerable`1 collection)
   at System.Collections.Generic.List`1.AddRange(IEnumerable`1 collection)
   at DotNetOpenId.Yadis.XrdsDocument.CreateServiceEndpoints(UriIdentifier
claimedIdentifier) in
c:\git\dotnetopenid\src\DotNetOpenId\Yadis\XrdsDocument.cs:line 46
   at DotNetOpenId.UriIdentifier.Discover() in
c:\git\dotnetopenid\src\DotNetOpenId\UriIdentifier.cs:line 192
   at DotNetOpenId.RelyingParty.AuthenticationRequest.Create(Identifier
userSuppliedIdentifier, OpenIdRelyingParty relyingParty, Realm realm, Uri
returnToUrl) in
c:\git\dotnetopenid\src\DotNetOpenId\RelyingParty\AuthenticationRequest.cs:line
82
   at DotNetOpenId.RelyingParty.OpenIdRelyingParty.CreateRequest(Identifier
userSuppliedIdentifier, Realm realm, Uri returnToUrl) in
c:\git\dotnetopenid\src\DotNetOpenId\RelyingParty\OpenIdRelyingParty.cs:line 189
   at
StackOverflow.Controllers.UsersController.RedirectToOpenIDProvider(OpenIdRelying
Party
openid) in
C:\svn\StackOverflow\trunk\StackOverflow\Controllers\UsersController.cs:line 
1669

Original issue reported on code.google.com by wump...@gmail.com on 23 Feb 2009 at 7:17

GoogleCodeExporter commented 8 years ago
sorry, version is 2.5.4 -- meant to include that

Original comment by wump...@gmail.com on 23 Feb 2009 at 7:18

GoogleCodeExporter commented 8 years ago

Original comment by andrewar...@gmail.com on 23 Feb 2009 at 11:40