Hi!
I try to write an sql exporter to make some statistic to myself.
I have some problems with GetMarketOrders_A and B.
I use them this way as the tutorials show:
After this I alwasy get 0 items total.
If i remove the ClearMarketOrderCache and manualy search for the items, it found them in the cache.
Any idea how to autorefresh this?
or is this a bug?
I try to write an sql exporter to make some statistic to myself.
I have some problems with GetMarketOrders_A and B.
I use them this way as the tutorials show:
Code:
....
EVE:ClearMarketOrderCache
wait 20
EVE:Execute[OpenMarket]
EVE:UpdateMarketOrders_A[ID]
wait 40
EVE:UpdateMarketOrders_B[ID]
wait 40
OrdersCount:Set[${EVE.GetMarketOrders[Orders]}]
wait 100
echo Populating Orders List:: ${OrdersCount} items total
.....
If i remove the ClearMarketOrderCache and manualy search for the items, it found them in the cache.
Any idea how to autorefresh this?
or is this a bug?