2022 Jun 21, 10:02 (🦋) /etf/ $ compare -e VTI VOO
The following args couldn't be interpreted: ['VOO']
Error: 'NoneType' object has no attribute 'string'
Error: list index out of range
2022 Jun 21, 10:02 (🦋) /etf/ $ compare -e VTI,VOO
Error: 'NoneType' object has no attribute 'string'
Error: list index out of range
The command ln always throws this error:
2022 Jun 21, 10:02 (🦋) /etf/ $ ln VOO
Failed to load preferred source from file: /Users/jeroenbouma/Documents/OpenBB Terminal/sources.json.default
[Errno 2] No such file or directory: '/Users/jeroenbouma/Documents/OpenBB Terminal/sources.json.default'
Wrong source choice!
The command overview also has issues with NoneType.
2022 Jun 21, 10:02 (🦋) /etf/ $ overview
Error: 'NoneType' object has no attribute 'string'
Error: list index out of range
Within the disc menu there is no ticker displayed thus you can not load these into the menu. Same for gainers and losers.
Looks like the issue is with extracting stock names from stockanalysis.com. It appears the site's script's been modified and it's no longer extracting any data from the site
Seems
compare
is broken:The command
ln
always throws this error:The command
overview
also has issues with NoneType.Within the
disc
menu there is no ticker displayed thus you can not load these into the menu. Same forgainers
andlosers
.