Results 16 comments of Alex Liu

I found that there will be a request on this page, so maybe that helps a bit. ``` Request URL: https://www.transfermarkt.com/ceapi/marketValueDevelopment/graph/28003 ``` ![微信截图_20230930175604](https://github.com/dcaribou/transfermarkt-scraper/assets/4410452/4fe24f3b-4e3a-4839-918a-31c84c0223d1)

Should we create a new `player_valuations` crawler with this API? Seems like it just in development?

> I have same error with upstash redis db `The 'cache' field on 'RequestInitializerDict' is not implemented.` I deployed Next.js app with pages. > > ``` > import { Redis...

> I also can send my request with cURL and even Chrome web console. But not work with pure Node fetch request. The Node 18 seems like never run `fetch`...

> If you use a proxy this solution might work for you [#388 (comment)](https://github.com/hwchase17/langchainjs/issues/388#issuecomment-1490421309) This is the best solution for me.

There should be a warning when running the project with Node v16, as the package.json file has defined a required node version of at least 18. ``` Unsupported engine: wanted:...