Results 223 comments of eprbell

Oh, interesting: thanks for digging. If Historic Crypto is indeed the source of the problem, we can deprecate it and just use the other price converters instead.

Unfortunately data loaders are inherently very brittle (more than I thought they would be when I started DaLI). There should be some industry standard to reduce these complexities and improve...

> OK, so it just looks like the URL needs to be updated for historic crypto. I'm going to monkey patch it and see if it works, then submit a...

Strange, I'm not seeing it. Here's what I get with test_data.ods: ``` 2024-05-21 06:42:52,567/rp2/INFO: Processing B1 2024-05-21 06:42:52,571/rp2/INFO: Processing B2 2024-05-21 06:42:52,576/rp2/INFO: Processing B3 2024-05-21 06:42:52,580/rp2/INFO: Processing B4 ```

> @eprbell It seems to happen when I use the rp2 input plugin twice, with different descriptors, in the same config.ini file. I guess the rp2 input module is designed...

I'm not seeing it when running RP2 on the DaLI outputs of https://github.com/eprbell/dali-rp2/blob/main/config/test_config.ini. Here is the RP2 output I get: ``` INFO: Country: us INFO: Generation Language: en INFO: Accounting...

Can you try it on a freshly checked out tree? That'll help determine if the issue is with your PR or with the rest of the code.

Haha, mETH is indeed perfect for a meme coin! @JasonSimms, for the time being you can probably use the [manual input plug in](https://github.com/eprbell/dali-rp2/blob/main/docs/configuration_file.md#manual-section-csv) to handle unknown transactions.

Thanks! Appreciate the contribution. We'll review it soon.

This is an unsupported transaction error in the Kraken data loader plugin. It means that the staking type is not handled and probably the error comes from here: https://github.com/eprbell/dali-rp2/blob/main/src/dali/plugin/input/rest/kraken.py#L380. I...