doenietzomoeilijk / navbot

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

Exception thrown on search #51

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Exporting data from the Forge and Lonetrek
2. Searching for new trade routes

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

The expected output was search results. Instead, the program hung up and an
error message saying that something had gone wrong appeared. This error
placed the following on the clipboard:

System.Collections.Generic.KeyNotFoundException: The given key was not
present in the dictionary.
   at System.ThrowHelper.ThrowKeyNotFoundException()
   at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
   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.TradeFinderFactory.Create(String logFilePath)
   at EveMarketTool.TradeFinderFactory.Create()
   at EveMarketTool.SearchPage.Render(String systemName, String charName,
String charId, NameValueCollection headers, NameValueCollection query)
   at EveMarketTool.PageServer.WebRequest(IAsyncResult ar)

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

Revision I on Windows Vista, running on a Dell XPS 1340 (studio 13).

Please provide any additional information below.

Problem occured on the first attempt to use navbot on this system.

Original issue reported on code.google.com by pota...@gmail.com on 24 Jun 2009 at 12:44