ValueRaider
ValueRaider
No idea. Repost debug log with repair disabled, it'll be a lot shorter.
Fresh install on Fedora 38, I get same "folderlistmodel" error message. Also, GPT4 recommends not using `folderlistmodel` because it's experimental. > `Qt.labs.folderlistmodel` module is part of the "labs" modules, which...
Fedora 38, same issue. GPT recommends not using `folderlistmodel` because it's experimental. > `Qt.labs.folderlistmodel` module is part of the "labs" modules, which means it's experimental ... > ... use a...
Fix for Fedora (and by implication: CentOS, Red Hat): ``` Bash dnf install qt6-qtdeclarative-devel ln -s /usr/lib64/qt6/qml/Qt .../gpt4all/qml/Qt ``` While this does fix this specific error, I can't confirm if...
Some context on why exceptions were redirected to logger: - users didn't want failed fetches to abort their analysis loops - `yf.download()` parallel download. Suppose one symbol suddenly delisted, that...
https://github.com/ranaroussi/yfinance/issues/1345#issuecomment-1407435411
Wrong repository, pdr is pandas data reader.
https://github.com/ranaroussi/yfinance/wiki
~~Has Yahoo changed the API? Firefox -> Yahoo webpage -> F12 -> Network tab -> F5 -> inspect~~ Holders webpage doesn't appear to use API directly.
~~@bot-unit @JuliaLWang8 Can you advise on what the new API/fields might be, how to figure it out? (tagging because of https://github.com/ranaroussi/yfinance/pull/1728#issuecomment-1837160577)~~ I figured out a fix - ticker symbol needs...