SnaBe / node-steam-market-fetcher

A Node.js wrapper for the Steam Community Market API.
https://www.npmjs.com/package/steam-market-fetcher
MIT License
26 stars 3 forks source link

the '★' from knifes isn't supported #4

Closed gpaul-faldin closed 3 years ago

gpaul-faldin commented 3 years ago

When passing a knife into the fetcher it return an error : "Request path contains unescaped characters".

I start the program with those arguments : Fetcher.getItemPrice('★ Paracord Knife | Fade (Factory New)', 730).then((price) => console.log(price)).catch((err) => console.log(err.message));

SnaBe commented 3 years ago

Thanks for the report, this should be patched in the upcoming 1.5.0 release.

The release also includes.

I'll close this issue once the new version is available.