wealthfolio
wealthfolio copied to clipboard
Bug: assetDataSource: Invalid enum value. Expected 'Yahoo' | 'MANUAL', received 'YAHOO'
Order of operations:
- Add trade
- Buy
- Skip Symbol Lookup: True
- Fill out shares / price
- Date: set to an invalid date format
- [Submit]
- Notice date is wrong
- Edit trade
- Change only date
- [Update Activity]
- Notice red dot next to "Update Activity" header. Error message says something about a type expecting `Yahoo | Manual" but Yahoo received. Could have that slightly wrong.
- Skip Symbol Lookup: False
- Select VTI from symbol drop down
- Submit without error
v1.0.24 running on Ubuntu 24.04 w/ AppImage.
Update: went to edit that same trade again and had the same error. It's: assetDataSource: Invalid enum value. Expected 'Yahoo' | 'MANUAL', received 'YAHOO'
Not sure the order of operations that causes the bug but changing Skip Symbol Lookup let's me save the record.
this must be similar to this bug report: https://github.com/afadil/wealthfolio/issues/215 Some securities are affected for some reason.
This should be fixed in latest versions.