peterhaneve / evemon

A lightweight, easy-to-use standalone Windows application designed to assist you in keeping track of your EVE Online character progression.
311 stars 70 forks source link

Hypercores transaction missing from wallet #208

Closed wvdvegt closed 4 years ago

wvdvegt commented 4 years ago

Not sure if this is an API thing but I recently sold an item using hypercores and the transaction (and tax) are missing from the wallet and journal.

Result is that the balance in the journal listview does not match the player's ISK balance shown in the character info above.

peterhaneve commented 4 years ago

I took a look at https://esi.evetech.net/ui/#/Wallet/get_characters_character_id_wallet_journal but there is no value in the enum for HyperNet. Therefore, it looks like CCP forgot to add this transaction type to the data the endpoint returns, and thus it is not possible for EVEMon to show it until that is fixed.

wvdvegt commented 4 years ago

Strangely, Eve Portal is however able to show them.

peterhaneve commented 4 years ago

https://github.com/esi/esi-issues/issues/1171 this is a confirmed ESI issue.