gadicc / node-yahoo-finance2

Unofficial API for Yahoo Finance
https://www.npmjs.com/package/yahoo-finance2
MIT License
394 stars 62 forks source link

Failed to get crumb, status 404, statusText: Not Found #835

Open ionescu-valentin opened 1 week ago

ionescu-valentin commented 1 week ago

Bug Report

Describe the bug

I'm receiving the Failed to get crumb, status 404, statusText: Not Found error when calling quote on any symbol. image

Minimal Reproduction

await yahooFinance.quote('AAPL')

Environment

Browser or Node: Node Node version: 20.15.1 Npm version: 10.8.3 Library version : 2.13.2

Additional Context

This started yesterday evening, and it's only happening on a server that's running on render. It works fine when running the code locally. I updated the library to the latest version but the issue still persists.

ionescu-valentin commented 6 days ago

Update: It got fixed by itself one day later. Still not sure if it's stable.