cmallwitz / Financials-Extension

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

Strange response #55

Closed jbourvic closed 2 years ago

jbourvic commented 2 years ago

Running LO Calc 7.2.5.2 (x64) on a Win 10 machine. I opened one of my older spreadsheets and thought something was strange so I refreshed one cell. Instead of getting the expected result, I received the following message:

"Yahoo.getRealtime(BRW, 21) - urlopen: argument must be an int, or have a fileno() method." as the cell content.

The formula in the cell is [ =GETREALTIME(A3,21,"YAHOO" ].

I reloaded the python addon, but it makes no difference. Do you know what might be causing this?

jbourvic commented 2 years ago

Surprise and egg on my face, everything is working fine this morning. The YAHOO site must have been down for maintenance (should have thought about that), hence the strange response. Didn't think of trying "FT" because YAHOO has always been my go to. Problem resolved.