Procurement-PoE / Procurement

Path Of Exile Character & Stash Management Tool
Artistic License 2.0
331 stars 133 forks source link

Error downloading account name #1087

Closed Tomeqf closed 4 years ago

Tomeqf commented 4 years ago

[18-01-2020 15:09] Failed to build HTTP request and get response for: method=GET, url='https://www.pathofexile.com/login', allowAutoRedirects=, requestData='': Serwer zdalny zwrócił błąd: (503) Serwer jest niedostępny. [18-01-2020 15:09] Failed to build HTTP request and get response for: method=GET, url='https://www.pathofexile.com/character-window/get-account-name?realm=pc', allowAutoRedirects=, requestData='': Serwer zdalny zwrócił błąd: (401) Bez autoryzacji. [18-01-2020 15:09] Error downloading account name, exception details: System.Net.WebException: Serwer zdalny zwrócił błąd: (401) Bez autoryzacji. w System.Net.HttpWebRequest.GetResponse() w POEApi.Transport.HttpTransport.BuildHttpRequestAndGetResponse(HttpMethod method, String url, Nullable1 allowAutoRedirects, String requestData) w POEApi.Transport.HttpTransport.PerformHttpRequest(HttpMethod method, String url, Nullable1 allowAutoRedirects, String requestData) w POEApi.Transport.HttpTransport.GetAccountName(String realm) w POEApi.Model.POEModel.GetAccountName(String realm) [18-01-2020 15:09] System.Exception: Error downloading account name, details logged to DebugInfo.log. Please open a ticket at https://github.com/Stickymaddness/Procurement/issues and include your DebugInfo.log w POEApi.Model.POEModel.GetAccountName(String realm) w Procurement.ViewModel.LoginWindowViewModel.<>cDisplayClass23_0.b0() w System.Threading.Tasks.Task.Execute() [19-01-2020 13:15] Failed to build HTTP request and get response for: method=GET, url='https://www.pathofexile.com/login', allowAutoRedirects=, requestData='': Serwer zdalny zwrócił błąd: (503) Serwer jest niedostępny. [19-01-2020 13:15] Failed to build HTTP request and get response for: method=GET, url='https://www.pathofexile.com/character-window/get-account-name?realm=pc', allowAutoRedirects=, requestData='': Serwer zdalny zwrócił błąd: (401) Bez autoryzacji. [19-01-2020 13:15] Error downloading account name, exception details: System.Net.WebException: Serwer zdalny zwrócił błąd: (401) Bez autoryzacji. w System.Net.HttpWebRequest.GetResponse() w POEApi.Transport.HttpTransport.BuildHttpRequestAndGetResponse(HttpMethod method, String url, Nullable1 allowAutoRedirects, String requestData) w POEApi.Transport.HttpTransport.PerformHttpRequest(HttpMethod method, String url, Nullable1 allowAutoRedirects, String requestData) w POEApi.Transport.HttpTransport.GetAccountName(String realm) w POEApi.Model.POEModel.GetAccountName(String realm) [19-01-2020 13:15] System.Exception: Error downloading account name, details logged to DebugInfo.log. Please open a ticket at https://github.com/Stickymaddness/Procurement/issues and include your DebugInfo.log w POEApi.Model.POEModel.GetAccountName(String realm) w Procurement.ViewModel.LoginWindowViewModel.<>cDisplayClass23_0.b0() w System.Threading.Tasks.Task.Execute() [23-01-2020 9:40] Failed to build HTTP request and get response for: method=GET, url='https://www.pathofexile.com/login', allowAutoRedirects=, requestData='': Serwer zdalny zwrócił błąd: (503) Serwer jest niedostępny. [23-01-2020 9:40] Failed to build HTTP request and get response for: method=GET, url='https://www.pathofexile.com/character-window/get-account-name?realm=pc', allowAutoRedirects=, requestData='': Serwer zdalny zwrócił błąd: (401) Bez autoryzacji. [23-01-2020 9:40] Error downloading account name, exception details: System.Net.WebException: Serwer zdalny zwrócił błąd: (401) Bez autoryzacji. w System.Net.HttpWebRequest.GetResponse() w POEApi.Transport.HttpTransport.BuildHttpRequestAndGetResponse(HttpMethod method, String url, Nullable1 allowAutoRedirects, String requestData) w POEApi.Transport.HttpTransport.PerformHttpRequest(HttpMethod method, String url, Nullable1 allowAutoRedirects, String requestData) w POEApi.Transport.HttpTransport.GetAccountName(String realm) w POEApi.Model.POEModel.GetAccountName(String realm) [23-01-2020 9:40] System.Exception: Error downloading account name, details logged to DebugInfo.log. Please open a ticket at https://github.com/Stickymaddness/Procurement/issues and include your DebugInfo.log w POEApi.Model.POEModel.GetAccountName(String realm) w Procurement.ViewModel.LoginWindowViewModel.<>c__DisplayClass23_0.b__0() w System.Threading.Tasks.Task.Execute()

thailyn commented 4 years ago

The most recent error in the log file is a 401 error, which means Procurement failed to authenticate with GGG's API. Please get a new Session ID by logging out and logging in to the website, and try to log in to Procurement with that.

Tomeqf commented 4 years ago

Worked, thanks!