junlarsen / league-connect

:electric_plug: Node.js HTTP/1.1, HTTP/2.0 and WebSocket interface to the League of Legends Client APIs
https://www.npmjs.com/package/league-connect
MIT License
156 stars 23 forks source link

向客户端发起request请求出现的问题 #62

Closed ywf2016 closed 2 years ago

ywf2016 commented 2 years ago

GET lol-match-history/v3/matchlist/account/2960626207?begIndex=1&endIndex=20
POST /lol-matchmaking/v1/ready-check/accept
有一些请求会报如下的错误,但是有些是正常的 { errorCode: 'RESOURCE_NOT_FOUND', httpStatus: 404, message: 'Invalid function' }

junlarsen commented 2 years ago

It is obvious what the problem is based on the error message.

The endpoint you are requesting, does not exist.