Read the statement by Michael Teeuw here.
MMM-JAST stopped working yesterday.
-
I’m running the latest version of MMM-JAST and it stopped working yesterday. The rest of the modules are working properly. The error log shows “[WARN] API request for GOOG failed: Unsupported redirect to https://finance.yahoo.com/quote/AAPL/, please report.”
I’m getting a similar message for every ticker symbol. And all reference “AAPL”, which is strange.
If I go to that link in a browser, it successfully brings up that data. Here is my configuration:
module: "MMM-Jast", position: "bottom_left", config: { currencyStyle: "code", // One of ["code", "symbol", "name"] fadeSpeedInSeconds: 200, lastUpdateFormat: "HH:mm", maxChangeAge: 1 * 24 * 60 * 60 * 1000, maxWidth: "100%", numberDecimalsPercentages: 1, numberDecimalsValues: 2, scroll: "horizontal", // One of ["none", "vertical", "horizontal"] showColors: true, showCurrency: false, showChangePercent: false, showChangeValue: true, showChangeValueCurrency: false, showHiddenStocks: false, showLastUpdate: false, showPortfolioValue: false, showPortfolioGrowthPercent: false, showPortfolioGrowth: false, updateIntervalInSeconds: 300, useGrouping: false, virtualHorizontalMultiplier: 2, stocks: [ { name: "DJI", symbol: "^DJI", quantity: 10 }, { name: "NASDQ", symbol: "^IXIC", quantity: 15 }, { name: "APPL", symbol: "AAPL" }, { name: "GOOG", symbol: "GOOG"}, { name: "AMZN", symbol: "AMZN"}, { name: "META", symbol: "META"}, { name: "TSLA", symbol: "TSLA"}, { name: "UA", symbol: "UA"} ] } }
-
@wyovino please update to the latest version https://github.com/jalibu/MMM-Jast/releases/tag/v2.9.5
-
I can no longer edit this post so here is some additional information.
I removed the config line that requests stock “AAPL” but all of the error messages still show unable to retrieve AAPL. Also note that all modules before and after MMM-JAST in the config file are working fine.
[15.06.2024 21:29.13.803] [WARN] API request for ^DJI failed: Unsupported redirect to https://finance.yahoo.com/quote/AAPL/, please report.
[15.06.2024 21:29.13.806] [WARN] API request for ^IXIC failed: Unsupported redirect to https://finance.yahoo.com/quote/AAPL/, please report.
[15.06.2024 21:29.13.809] [WARN] API request for GOOG failed: Unsupported redirect to https://finance.yahoo.com/quote/AAPL/, please report.
[15.06.2024 21:29.13.813] [WARN] API request for AMZN failed: Unsupported redirect to https://finance.yahoo.com/quote/AAPL/, please report.
[15.06.2024 21:29.13.817] [WARN] API request for META failed: Unsupported redirect to https://finance.yahoo.com/quote/AAPL/, please report.
[15.06.2024 21:29.13.819] [WARN] API request for TSLA failed: Unsupported redirect to https://finance.yahoo.com/quote/AAPL/, please report.
[15.06.2024 21:29.13.820] [WARN] API request for UA failed: Unsupported redirect to https://finance.yahoo.com/quote/AAPL/, please report. -
@wyovino please update to the latest version https://github.com/jalibu/MMM-Jast/releases/tag/v2.9.5
-