ErikKalkoken / evebuddy

EVE Buddy is a desktop companion app for Eve Online players available on Windows, Linux and macOS.
MIT License
7 stars 2 forks source link

Update of wallet transactions fails with UNIQUE constraint failed #25

Open ErikKalkoken opened 2 days ago

ErikKalkoken commented 2 days ago

The character update fails with the following error messages:

2024/11/10 14:46:19.250274 ERROR Failed to update character section characterID=123456789 section=wallet_transactions err="update character section from ESI for {123456789 wallet_transactions false 1000 1000}: create wallet transaction: {ClientID:123456789 Date:2024-10-16 03:03:29 +0000 UTC EveTypeID:450 IsBuy:true IsPersonal:true JournalRefID:23389426682 CharacterID:123456789 LocationID:60015010 Quantity:1 TransactionID:6409929012 UnitPrice:13190}: UNIQUE constraint failed: character_wallet_transactions.character_id, character_wallet_transactions.transaction_id
alligator023-eve commented 2 days ago

Just FYI you only replaced one of the charIDs with 123456789, charID is used multiple times in that error. Just for purposes of not revealing a char I thought i'd let you know :)

ErikKalkoken commented 2 days ago

Just FYI you only replaced one of the charIDs with 123456789, charID is used multiple times in that error. Just for purposes of not revealing a char I thought i'd let you know :)

sorry, should be ok now