Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
fearDarkie escribió:Aquí pone lo que ocurre: http://support.xbox.com/es-ES/xbox-live-status
Server Error in '/' Application.
Profile is not responding, HResult=0x80171002
Calling LIVE service front door: Profile
for API: PublicReadSettings
Request: ReadSettingsRequest {
TitleId=4293722112
UserId=1
ForUserIdsLen=0
ForUserIds=UInt64[1] {
[0]=2533274807672168
}
SettingIdsLen=0
SettingIds=UInt32[29] {
[0]=268697600
[1]=268697601
[2]=268697604
[3]=268697605
[4]=268697606
[5]=268697658
[6]=268697671
[7]=268705792
[8]=268705793
[9]=268705794
[10]=268705795
[11]=268705796
[12]=268705797
[13]=268705798
[14]=268705799
[15]=268705800
[16]=268705801
[17]=268705802
[18]=268705803
[19]=268705804
[20]=268705805
[21]=1076625425
[22]=1079115841
[23]=1080295439
[24]=1090781248
[25]=1099956290
[26]=1139277891
[27]=1342439435
[28]=1676148804
}
}
Response: null
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: xonline.common.webplatform.livecache.LivecacheResponseException: Profile is not responding, HResult=0x80171002
Calling LIVE service front door: Profile
for API: PublicReadSettings
Request: ReadSettingsRequest {
TitleId=4293722112
UserId=1
ForUserIdsLen=0
ForUserIds=UInt64[1] {
[0]=2533274807672168
}
SettingIdsLen=0
SettingIds=UInt32[29] {
[0]=268697600
[1]=268697601
[2]=268697604
[3]=268697605
[4]=268697606
[5]=268697658
[6]=268697671
[7]=268705792
[8]=268705793
[9]=268705794
[10]=268705795
[11]=268705796
[12]=268705797
[13]=268705798
[14]=268705799
[15]=268705800
[16]=268705801
[17]=268705802
[18]=268705803
[19]=268705804
[20]=268705805
[21]=1076625425
[22]=1079115841
[23]=1080295439
[24]=1090781248
[25]=1099956290
[26]=1139277891
[27]=1342439435
[28]=1676148804
}
}
Response: null
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[LivecacheResponseException: Profile is not responding, HResult=0x80171002
Calling LIVE service front door: Profile
for API: PublicReadSettings
Request: ReadSettingsRequest {
TitleId=4293722112
UserId=1
ForUserIdsLen=0
ForUserIds=UInt64[1] {
[0]=2533274807672168
}
SettingIdsLen=0
SettingIds=UInt32[29] {
[0]=268697600
[1]=268697601
[2]=268697604
[3]=268697605
[4]=268697606
[5]=268697658
[6]=268697671
[7]=268705792
[8]=268705793
[9]=268705794
[10]=268705795
[11]=268705796
[12]=268705797
[13]=268705798
[14]=268705799
[15]=268705800
[16]=268705801
[17]=268705802
[18]=268705803
[19]=268705804
[20]=268705805
[21]=1076625425
[22]=1079115841
[23]=1080295439
[24]=1090781248
[25]=1099956290
[26]=1139277891
[27]=1342439435
[28]=1676148804
}
}
Response: null
]
xonline.common.webplatform.livecache.LcStats.PublicReadSettings(UInt64 targetLivepuid, UInt32[] settings, DateTime& responseTTL) in e:\bt\533265\private\server\livecache\client\Data\LcStats.cs:149
Leet.XboxLive.Profile.SettingsDataAccess.GetPublicGamerProfile(String gamertag, UInt64 targetXuid) in d:\TB\3131\888\Sources\product\SharedSource\Leet.XboxLive\Profile\SettingsDataAccess.cs:169
Closure_for_GetPublicGamerProfile_514af7cce29d4a00b47496674932d169.GetPublicGamerProfile_65ac378e7839474e8bf515f343446da0() +40
Leet.Core.PerformanceCounters.AutoPerformanceCounterBehavior.InvokeMethod(Object component, Action nextCall, ProxiedCallInfo proxiedCallInfo) in d:\TB\3131\888\Sources\product\SharedSource\Leet.Core\PerformanceCounters\AutoPerformanceCounterBehavior.cs:50
proxy_ISettingsDataAccess_a116a0f5bd604910beae854d8e5f1474.GetPublicGamerProfile(String , UInt64 ) +167
Leet.Web.Core.Authentication.XboxLiveAuthenticationModule.OnPostAcquireRequestState(HttpContextBase httpContext, IAccountDataAccess accountDataAccess, IConfigurationProvider configurationProvider, IUserInfoCache userInfoCache, ISettingsDataAccess settingsDataAccess) in d:\TB\3131\888\Sources\product\Source\Websites\Leet.Web.Core\Authentication\XboxLiveAuthenticationModule.cs:115
Leet.Web.Core.Authentication.XboxLiveAuthenticationModule.<Init>b__1(Object sender, EventArgs e) in d:\TB\3131\888\Sources\product\Source\Websites\Leet.Web.Core\Authentication\XboxLiveAuthenticationModule.cs:38
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +165
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34009