Contrabass26 / minecraft-wrapper

A wrapper for Minecraft servers to improve quality of life and ease of use.
1 stars 0 forks source link

Exception thrown on certain mod search queries #59

Closed Contrabass26 closed 5 months ago

Contrabass26 commented 5 months ago

Exception is thrown when certain queries are entered into the mod search box; generally ones which cause the API call URL to be malformed. For example: x&facets=[] will not be valid because the facets option will be specified twice.

Contrabass26 commented 5 months ago

Current solution just removes the exception and returns an empty list of search results. A harsher solution may be required.