Giter VIP home page Giter VIP logo

Comments (9)

zulufoxtrot avatar zulufoxtrot commented on May 21, 2024

I'm having the same issue. Provider: morningstar-fr

from mufunds.

zulufoxtrot avatar zulufoxtrot commented on May 21, 2024

Looks like it's working again today.
I am getting wrong values though, but I'll open another issue.

from mufunds.

aleb60 avatar aleb60 commented on May 21, 2024

Same here in Portugal, not working since last week. @joseballester Any help from yr side, please.

from mufunds.

aubreyz avatar aubreyz commented on May 21, 2024

Not working here in UK. Great addin though so hope sorted soon

from mufunds.

aubreyz avatar aubreyz commented on May 21, 2024

This works
=VALUE(muFunds("nav", $F50,"morningstar-es"))

This worked before but now fails
=mufunds("nav",C64,"morningstar-gb")

from mufunds.

aubreyz avatar aubreyz commented on May 21, 2024

This is the error you get in functions that were working perfectly well before
Screenshot_20220310-225437

from mufunds.

aubreyz avatar aubreyz commented on May 21, 2024

I have found that if I change functions that previously worked like
=mufunds("nav",C35,"morningstar-gb")

to just
=mufunds("nav",C35,"morningstar")

They now work again. At the very least this needs documentation

from mufunds.

nicodeceulaer avatar nicodeceulaer commented on May 21, 2024

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.
Regretfully, I started rewriting more and more of the code, so this is not an easy change to take over as a single pull request.
The rewrite was triggered by some error I got in the GAS IDE due to the use of the Xml package (which was deprecated some years ago by google). This triggered me to rewrite the HTML parsing to use Cheerio.
That led to some other changes, including adding some extra functionality (e.g. retrieving other fields of data like AUM of a fund, ...)

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)

from mufunds.

mattjgalloway avatar mattjgalloway commented on May 21, 2024

@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.

from mufunds.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.