|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Jaden Li
Pator Tech School Minmatar Republic
0
|
Posted - 2013.02.15 09:17:00 -
[1] - Quote
First of all may I say - great API and very useful. Thanks for maintaining it.
I'm currently experiencing a problem with some code I wrote sometime before Christmas, which used to run perfectly. I've just dug it out as I want to play with it again, yet I am having problems with getting prices from Eve-Central. This could be something which has changed on their site (GET vs POST for example), but I've not seen anyone report the same problem yet.
EveAI.Live.Market.EveCentralMarketApi.GetProductStatistics() is returning null. When I inspect the HTTP traffic with Fiddler, the server is coming back with an Internal Server Error 500. The odd thing is that if I copy and paste the HTTP query and run it in my browser, the site returns the correct XML response without any problems. It seems to be the way the HTTP request is being presented to the server, EVE-Central doesn't like it.
I've tried using the old version of EVEAI (forget which release now, but it was around October last year) and also the most recent version to date. I've tried Windows 7 and 8 (Visual Studio 2010 and 2012 respectively), and also compiled against .NET Framework 3.0 and 4.5 just to try out a few things - always the same problem. I realize that EVE-Central is out of your control, but has anyone else experienced similar behavior at all?
Any ideas?
Thanks. |

Jaden Li
Pator Tech School Minmatar Republic
0
|
Posted - 2013.02.15 10:11:00 -
[2] - Quote
Domin Ique wrote:api.GetProductOrders seems to be timing out. it's returning nothing Quote: Dim api = New EveAI.Live.Market.EveCentralMarketApi(New EveApi().EveApiCore)
Dim product = api.EveApiCore.FindProductType(34) 'product ID, in this case Tritanium Dim orders As Market.ProductOrders = api.GetProductOrders(product)
Am I doing something wrong here? Thanks
I'm also getting a null value returned from this method, exactly the same as my post above. IntelliTrace is showing Internal Server Error 500.
|

Jaden Li
Pator Tech School Minmatar Republic
7
|
Posted - 2013.02.16 22:09:00 -
[3] - Quote
Not convinced it's a timeout issue. Even if the request took longer than the software was prepared to wait, why would it come back as an Internal Server Error 500? |

Jaden Li
Pator Tech School Minmatar Republic
19
|
Posted - 2013.02.18 17:27:00 -
[4] - Quote
Any progress Jognu? |

Jaden Li
Pator Tech School Minmatar Republic
21
|
Posted - 2013.02.20 17:04:00 -
[5] - Quote
Works like a charm - fantastic thanks!
Much love <3 |

Jaden Li
Pator Tech School Minmatar Republic
23
|
Posted - 2013.02.22 12:40:00 -
[6] - Quote
Is it possible to get the market history for a product at all? I'm interested in volume of sales and min/max price per day. It's displayed on the history tab in the market in game, but I can't seem to find it in any of the API's.
Thanks. |
|
|
|