-
-
Notifications
You must be signed in to change notification settings - Fork 623
Closed
Milestone
Description
Problem Definition
When customizing already existing events under the menu "History" > "History events" with custom assets, all future queries containing this entry fail with the following error:
Failed to query history events: {
"result": null,
"message": "Expected asset with identifier 7b9e55d6-1b76-4185-b7c6-9f3e740802e0 to be AssetWithSymbol but in fact it was CustomAsset"
}
In particular I changed the asset of a trade event which was originally receive via the Kraken API from 'Eth' to a newly created custom asset called 'Eth-Internally-Transfered'.
Logs
[05/01/2025 12:36:52 CET] DEBUG rotkehlchen.api.server Greenlet-1: start rotki api OPTIONS /api/1/history/events view_args={}, query_string=b''
[05/01/2025 12:36:52 CET] DEBUG rotkehlchen.api.server Greenlet-1: end rotki api OPTIONS /api/1/history/events view_args={}, query_string=b'', status_code=200, result=None
[05/01/2025 12:36:52 CET] DEBUG rotkehlchen.api.server Greenlet-1: start rotki api POST /api/1/history/events view_args={}, query_string=b''
[05/01/2025 12:36:52 CET] CRITICAL rotkehlchen.api.server Greenlet-1: Unhandled exception when processing endpoint request exc_info=True, exception=Expected asset with identifier 7b9e55d6-1b76-4185-b7c6-9f3e740802e0 to be AssetWithSymbol but in fact it was CustomAsset
[05/01/2025 12:36:52 CET] DEBUG rotkehlchen.api.server Greenlet-1: end rotki api POST /api/1/history/events view_args={}, query_string=b'', status_code=500, result={'result': None, 'message': 'Expected asset with identifier 7b9e55d6-1b76-4185-b7c6-9f3e740802e0 to be AssetWithSymbol but in fact it was CustomAsset'}
System Description
Operating system: MacOS 14.5 (23F79)
Rotki version: 1.37.0
Metadata
Metadata
Assignees
Labels
No labels