sheeno73 / procurement

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

Error downloading stash for One Week HC #454

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1.) Did you first check the wiki for your issue?
2.) Did you check to see if there is already a ticket for your issue?

What version of Procurement are you using? On what operating system?
1.8.5
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

[Error] Downloading stash for One Week HC Rampage/Beyond, details logged to 
DebugLog.log, please open a ticket at 
https://github.com/Stickymaddness/Procurement/issues or 
https://code.google.com/p/procurement/issues/list

Please paste the contents of your DebugInfo.log file below if applicable.
To minimize the size of the file, delete your existing debuginfo.log file,
before replicating the issue.

Error downloading stash for One Week HC Rampage/Beyond, exception details: 
System.IO.DirectoryNotFoundException: Could not find a part of the path 
'C:\Procurement\giannighekiere@hotmail.com\One Week HC 
Rampage\Beyond-stash-0.bin'.
   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
   at System.IO.File.InternalWriteAllBytes(String path, Byte[] bytes, Boolean checkHost)
   at POEApi.Transport.CachedTransport.GetStash(Int32 index, String league, Boolean refresh)
   at POEApi.Model.POEModel.GetStash(Int32 index, String league, Boolean forceRefresh)
   at POEApi.Model.POEModel.GetStash(String league)System.Exception: Downloading stash for One Week HC Rampage/Beyond, details logged to DebugLog.log, please open a ticket at https://github.com/Stickymaddness/Procurement/issues or https://code.google.com/p/procurement/issues/list
   at POEApi.Model.POEModel.GetStash(String league)
   at Procurement.ViewModel.LoginWindowViewModel.LoadStashItems(Character character)
   at Procurement.ViewModel.LoginWindowViewModel.<LoadItems>d__6.MoveNext()
   at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
   at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
   at Procurement.ViewModel.LoginWindowViewModel.<>c__DisplayClass2.<Login>b__1()
   at System.Threading.Tasks.Task.Execute()

Original issue reported on code.google.com by mistagee...@gmail.com on 29 Nov 2014 at 11:03

GoogleCodeExporter commented 9 years ago
Same problem here

Original comment by steven.h...@gmail.com on 29 Nov 2014 at 2:16

GoogleCodeExporter commented 9 years ago
Seems to be due to the slash character in the name of event.

Original comment by Yann.Tre...@gmail.com on 29 Nov 2014 at 8:12

GoogleCodeExporter commented 9 years ago
This is due to the / in the league name, as temporary work around you can fix 
this by creating a folder named "One Week Rampage" inside the folder with your 
name/email. 

Since Procurement clears that folder every time you login, you need to recreate 
the folder every time.

A new version will be released soon with a proper fix.

Original comment by stickymaddness on 29 Nov 2014 at 11:30

GoogleCodeExporter commented 9 years ago
Procurement 1.8.6 has been released, which fixes this issue.

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

Original comment by stickymaddness on 30 Nov 2014 at 11:52