We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As already reported on Discord, there are some strange named items on the market, for example this one: https://steamcommunity.com/market/listings/570/Autograph%3A%20p%DA%29r
It seems, this one contains some weird character and "decodeURIComponent" can't handle this one.
An error occurs here, on this line https://github.com/DoctorMcKay/node-steamcommunity/blob/master/classes/CMarketSearchResult.js#L85
Message:
URIError: URI malformed at decodeURIComponent (<anonymous>)
The text was updated successfully, but these errors were encountered:
Wrapping line 68 in try/catch works fine.
try { results.push(new CMarketSearchResult($(rows[i]))); } catch (error) { }
Sorry, something went wrong.
As already reported on Discord, there are some strange named items on the market, for example this one: https://steamcommunity.com/market/listings/570/Autograph%3A%20p%DA%29r It seems, this one contains some weird character and "decodeURIComponent" can't handle this one. An error occurs here, on this line https://github.com/DoctorMcKay/node-steamcommunity/blob/master/classes/CMarketSearchResult.js#L85 Message: URIError: URI malformed at decodeURIComponent (<anonymous>)
Market link you've provided seems to be broken as well there is no such item called "Autograph: p�)r" problem could be from somewhere else.
No branches or pull requests
As already reported on Discord, there are some strange named items on the market, for example this one:
https://steamcommunity.com/market/listings/570/Autograph%3A%20p%DA%29r
It seems, this one contains some weird character and "decodeURIComponent" can't handle this one.
An error occurs here, on this line https://github.com/DoctorMcKay/node-steamcommunity/blob/master/classes/CMarketSearchResult.js#L85
Message:
The text was updated successfully, but these errors were encountered: