cmallwitz / Financials-Extension

Extension for LibreOffice Calc to access stock market data
Other
137 stars 17 forks source link

YAHOO GETREALTIME/GETHISTORIC seems to be broken again #87

Closed Hamalx closed 12 months ago

Hamalx commented 12 months ago

For the last few days I have been receiving error messages for YAHOO quotes again:

getHistoric args=('SLV', 90.0, 45107.0, 'YAHOO') r='Yahoo.getHistoric(SLV, 90, 2023-06-30) - crumb missing' getRealtime args=('SLV', 21.0, 'YAHOO') r='None'

cmallwitz commented 12 months ago

Try the latest release - there was an update for Yahoos cookies...

Hamalx commented 12 months ago

I am on version 3.3.1 and realtime quotes are not working at all, historic quotes sporadically:

getHistoric args=('META', 90.0, 45092.0, 'YAHOO') r='281.829987' getHistoric args=('META', 90.0, 45103.0, 'YAHOO') r='Yahoo.getHistoric(META, 90, 2023-06-26) - crumb missing'

Is there a newer one?

cmallwitz commented 12 months ago

Can you try deleting (user home directory) .financials-extension / yahoo.cookiejar and then restart LibreCalc?

On Wed, 5 Jul 2023 at 16:33, Hamalx @.***> wrote:

I am on version 3.3.1 and realtime quotes are not working at all, historic quotes sporadically:

getHistoric args=('META', 90.0, 45092.0, 'YAHOO') r='281.829987' getHistoric args=('META', 90.0, 45103.0, 'YAHOO') r='Yahoo.getHistoric(META, 90, 2023-06-26) - crumb missing'

Is there a newer one?

— Reply to this email directly, view it on GitHub https://github.com/cmallwitz/Financials-Extension/issues/87#issuecomment-1622107432, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA226T3S5BNEF7KKXMVEHMDXOWJMFANCNFSM6AAAAAAZ7FJF2Y . You are receiving this because you commented.Message ID: @.***>

Hamalx commented 12 months ago

Perfect, works. Thank you for your help