CraftingAsAService / FFXIVCrafting

FFXIV ARR Crafting as a Service
36 stars 13 forks source link

Search on recipes broken #374

Closed manning390 closed 1 year ago

manning390 commented 2 years ago

Typing in anything into the recipes search and clicking search appears to do nothing. Checking the console I see the following errors:

image

Payload:

{"name":"partition","sort":"name.asc","levelMin":1,"levelMax":"900","stars":"any","jobs":{"Any":99},"page":1,"perpage":30}

Response: image

Os: Linux 5.15.7-arch1-1 Browser: Brave Version 1.32.113 Chromium: 96.0.4664.45 (Official Build) (64-bit)

Tickthokk commented 2 years ago

Hi! Thanks for the report. You've put in "900" as the max level, which causes it to error. That field is for equip level, not item level, however I could do more to prevent higher inputs from even getting in there. For now you can just edit that down to 90 and it will work again.


manning390 commented 2 years ago

Yeah the UI toggle hides the third digit. Totally couldn't tell. Thanks!

Tickthokk commented 1 year ago

Permanent fix in an upcoming release. Better late than never ;) Thanks again for the report!