cmallwitz / Financials-Extension

Extension for LibreOffice Calc to access stock market data
Other
151 stars 21 forks source link

URL with control characters #112

Closed tkswe88 closed 2 months ago

tkswe88 commented 2 months ago

When running =GETREALTIME("SE0015660014",21,"FT") the following message is printed "FT.getRealtime(SE0015660014, 21) - urlopen endpoint: URL can't contain control characters. '/data/equities/tearsheet/summary?s=ACRI A:STO' (found at least ' ')" It was great, if you could fix this issue.

Thanks for the nice extension!

cmallwitz commented 2 months ago

Try new release 3.6.3

This actually adds a workaround for FT incorrectly triggering HTTP redirects to URLs that should have been properly URL-encoded on their side but aren't....

tkswe88 commented 2 months ago

Thanks a lot! Now it works like a charm.