-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
muFunds stopped working (Error Loading ....) #42
Comments
I'm having the same issue. Provider: morningstar-fr |
Looks like it's working again today. |
Same here in Portugal, not working since last week. @joseballester Any help from yr side, please. |
Not working here in UK. Great addin though so hope sorted soon |
This works This worked before but now fails |
I have found that if I change functions that previously worked like to just They now work again. At the very least this needs documentation |
I've started a fork to investigate this problem. I started by moving the URL's from http:// to https://, thinking this was enough. But it seems the URL just return errors once in a while. Since the entire library is caching the result, it only needs to get the data once from morningstar to keep working. Not sure how to proceed now. Due to rewrite I broke some of the countries (I only support DE,NL,BE and UK as those are the ones I typically use) |
@nicodeceulaer - I didn't see your comment here, but I also did a bit of a re-write and also used Cheerio to do the parsing of the HTML. It's now been merged in PR #44. |
It seems the entire fetching from Morningstar has stopped working in the last week.
My google sheet now shows "Error Loading ..." for all invocations of the formula
muFunds()
To verify I did not accidently break something in my google sheets, I made a new copy of one of the examples from the muFunds website (https://mufunds.com/usage.html - Examples: Single mutual fund).
The same problem happens in this google sheet document as well.
As an example, this formula now displays "Loading ..." forever:
So I fear Morningstar has changed their HTML format?
The text was updated successfully, but these errors were encountered: