icykoneko / ff14-fish-tracker-app

FF14 Fish Tracker App
https://ff14fish.carbuncleplushy.com
MIT License
61 stars 21 forks source link

Fish Train Tool crashes when rendering fish without a location set #158

Open icykoneko opened 1 week ago

icykoneko commented 1 week ago

Several early level fish, i.e. Merlthor Goby, don't have a location specified in the backend data file. When the Fish Train Tool goes to render the fish table display, it attempts to include weather information. Since there's no location, it doesn't associate any weather data with the time interval, and the template crashes.

This bug doesn't seem to manifest in any harmful way as the fish meeting this criteria are always at the end of the list, but it does stop processing and could cause other unforseen issues.

icykoneko commented 5 days ago

Fix for this is pending