doenietzomoeilijk / navbot

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

Error when clicking "Good, let's see what you have for me today" #74

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Export Market Data
2.  Run Program
3.  Go to in-game browser
4.  Hit "Good, let's see what you have for me today"
5.  Pop-Up and the below error message 

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

I expect to see the new page, where i can enter in my cargo space, etc

Instead, I just get a popup message saying that an error occurred and has
been has been put into my clipboard

What version of the product are you using? On what operating system?

Windows 7

Please provide any additional information below.

System.FormatException: Input string was not in a correct format.
   at System.Number.StringToNumber(String str, NumberStyles options,
NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
   at System.Number.ParseSingle(String value, NumberStyles options,
NumberFormatInfo numfmt)
   at System.Single.Parse(String s, NumberStyles style, NumberFormatInfo info)
   at EveMarketTool.Market.InterpretRow(Dictionary`2 fields)
   at EveMarketTool.CSVFileReader.ReadFromFullPath(String filename)
   at EveMarketTool.TradeFinderFactory.Create(Map map, Market market,
String logFilePath, Parameters parameters)
   at EveMarketTool.SearchPage.Render(String systemName, String charName,
String charId, NameValueCollection headers, NameValueCollection query)
   at EveMarketTool.PageServer.WebRequest(IAsyncResult ar)

Thanks for this awesome tool btw, when i works it's amazing!

Original issue reported on code.google.com by arcgrem...@gmail.com on 1 Jun 2010 at 12:35

GoogleCodeExporter commented 9 years ago
I had this same issue with logs I was creating through my cache reader, it seems
somehow something in the log makes it freak out.

Original comment by xeross.theelitist.net on 4 Jun 2010 at 3:23

GoogleCodeExporter commented 9 years ago
I am using Windows 7 as well having the same cache reading issues, checked all 
text attributes and they appear to be the same as far as windows can see. I 
even went as far as trying multiple different file renaming and writing 
functions but still no go. This is a really WIERD issue, tried another trade 
program similar to this one and it worked fine but is nowhere near as friendly 
or visually appealing as NavBot. As far as my cache reader goes it scrapes the 
entire directory and dumps the .txt files using the same exact naming scheme as 
a market export into the marketlogs directory.

Then everything fails to function after that. I am going to ATTACH one of my 
dumped logs from a cache scrape to see if anyone is as interested in this issue 
as I am. Maybe im just overlooking something. Im not sure if it has anything to 
do with the file write time vs naming timestamp but I do notice mine are off, 
dont think thats the issue though.

Attached below is a cache dumped MarketLog if anyone wants to mess with it.

Original comment by EpsilonM...@gmail.com on 8 Jun 2010 at 6:47

Attachments:

GoogleCodeExporter commented 9 years ago
I raised Bug 76 which I think is a related issue. Try removing any blank lines 
from the file, which is what I did to maky my cache reader output work.

Original comment by trent.ba...@gmail.com on 24 Jul 2010 at 2:01