node-epicgames-client icon indicating copy to clipboard operation
node-epicgames-client copied to clipboard

Function newPurchase uses malformed body

Open Revadike opened this issue 4 years ago • 0 comments

https://github.com/SzymonLisowiec/node-epicgames-client/blob/develop/src/Client/index.js#L559

It returns token with undefined as value, because the body the request returns is malformed. It contains this error: image

I tried using the webbrowser purchase URL instead (https://www.epicgames.com/store/purchase), but that doesn't work either, because it requires cookies to work.

Revadike avatar Apr 29 '20 16:04 Revadike