Hazagi / procurement

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

Error reading character data #501

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
* Loging in via Session ID
* Char 1 "LaLeLu_" is reading:

Procurement 1.9.0 Initialized.
                                        
                   
Authenticating 
LaLeLu_                                    �
�                               [OK]
Loading 
characters...                                 �
�                                   [OK]
Loading Standard Stash Tab 
1...                                      
                     [OK]
Loading Standard Stash Tab 
2...                                      
                     [OK]
Loading Standard Stash Tab 
3...                                      
                     [OK]
Loading Standard Stash Tab 
4...                            

[...] till loding next Char:

Loading Standard Stash Tab 
20...                                     �
�                    [OK]
Loading Standard Stash Tab 
21...                                     �
�                    [OK]
Loading Abuse_Me's 
inventory...                                  
                         

[Error] Error reading character data for Abuse_Me, if you are in offline mode 
you will need to login and update. If you received this error while logging in, 
the authenticated session may have expired or bad data has been returned by GGG 
or a network issue may have occurred - Please try again.

Debug Info:

[22-04-2015 14:14] Error reading character data for character 'Abuse_Me', 
Exception info: 
[22-04-2015 14:14] System.Exception: Error reading character data for Abuse_Me, 
if you are in offline mode you will need to login and update. If you received 
this error while logging in, the authenticated session may have expired or bad 
data has been returned by GGG or a network issue may have occurred - Please try 
again.
   bei POEApi.Model.POEModel.GetInventory(String characterName, Boolean forceRefresh)
   bei Procurement.ViewModel.LoginWindowViewModel.LoadCharacterInventoryItems(Character character, Boolean offline)
   bei Procurement.ViewModel.LoginWindowViewModel.<LoadItems>d__6.MoveNext()
   bei System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   bei System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   bei Procurement.ViewModel.LoginWindowViewModel.<>c__DisplayClass2.<Login>b__1()
   bei System.Threading.Tasks.Task.Execute()
[22-04-2015 14:17] Error reading character data for character 'Abuse_Me', 
Exception info: 
[22-04-2015 14:17] System.Exception: Error reading character data for Abuse_Me, 
if you are in offline mode you will need to login and update. If you received 
this error while logging in, the authenticated session may have expired or bad 
data has been returned by GGG or a network issue may have occurred - Please try 
again.
   bei POEApi.Model.POEModel.GetInventory(String characterName, Boolean forceRefresh)
   bei Procurement.ViewModel.LoginWindowViewModel.LoadCharacterInventoryItems(Character character, Boolean offline)
   bei Procurement.ViewModel.LoginWindowViewModel.<LoadItems>d__6.MoveNext()
   bei System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   bei System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   bei Procurement.ViewModel.LoginWindowViewModel.<>c__DisplayClass2.<Login>b__1()
   bei System.Threading.Tasks.Task.Execute()

Char 1 is working, Char 2 and following not. If you have a work-around to skip 
that char, feel free to tell me.

Good Luck ;)

Original issue reported on code.google.com by watching...@gmail.com on 22 Apr 2015 at 12:52

GoogleCodeExporter commented 8 years ago
i skiped character inventory and now it seems to work

Original comment by watching...@gmail.com on 22 Apr 2015 at 1:02

GoogleCodeExporter commented 8 years ago
how can I skip character inventory? Im having the same problem

Original comment by Duar...@gmail.com on 22 Apr 2015 at 7:58

GoogleCodeExporter commented 8 years ago
here is a temporary fix i hope
open the file Settings.xml and change some values to true
<Setting name="DownloadOnlyMyLeagues" value="True" />   
<Setting name="DownloadOnlyMyCharacters" value="True" />
i also deleted any line woth bloodlines or torment...

Original comment by iss....@gmail.com on 22 Apr 2015 at 8:08

GoogleCodeExporter commented 8 years ago
Procurement 1.9.1 has been released, which fixes this issue!

https://github.com/Stickymaddness/Procurement/releases/tag/1.9.1

Original comment by stickymaddness on 25 Apr 2015 at 12:35

GoogleCodeExporter commented 8 years ago
sry, problem is still existing:

[25-04-2015 16:50] Error reading character data for character 'Abuse_Me', 
Exception info: 
[25-04-2015 16:50] System.Exception: Error reading character data for Abuse_Me, 
if you are in offline mode you will need to login and update. If you received 
this error while logging in, the authenticated session may have expired or bad 
data has been returned by GGG or a network issue may have occurred - Please try 
again.
   bei POEApi.Model.POEModel.GetInventory(String characterName, Boolean forceRefresh, String accountName)
   bei Procurement.ViewModel.LoginWindowViewModel.LoadCharacterInventoryItems(Character character, Boolean offline)
   bei Procurement.ViewModel.LoginWindowViewModel.<LoadItems>d__6.MoveNext()
   bei System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   bei System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   bei Procurement.ViewModel.LoginWindowViewModel.<>c__DisplayClass2.<Login>b__1()
   bei System.Threading.Tasks.Task.Execute()

Original comment by watching...@gmail.com on 25 Apr 2015 at 2:51

GoogleCodeExporter commented 8 years ago
have 2 versions newer and same issues

Original comment by 355.Bren...@gmail.com on 19 Jul 2015 at 9:52