iffy-pi / apple-shortcuts

A repository for handling the updates and versioning of my apple shortcuts
https://iffy-pi.github.io/apple-shortcuts/
2 stars 0 forks source link

Nutrition Framework - Error occurs when gui_strings.json file is missing #58

Closed iffy-pi closed 3 months ago

iffy-pi commented 4 months ago

If the gui_strings.json file is somehow deleted. The Nutrition shortcut and the installer throw errors.

This was discovered by a reddit user who reached out to me regarding the issue. It is interesting that this occurred for them, as it implies that they had their storage folder configured but the gui_strings.json folder missing.

Regardless, I want to fix the code in the main app and the installer to do checks for the languages folder independent of the storage folder check

iffy-pi commented 4 months ago

Tested change and it fixes that edge case, will continue with more beta testing.

iffy-pi commented 4 months ago

If testing passes, then it will be included with the release of v4.21 (Issue #59)

iffy-pi commented 4 months ago

Will leave open till I confirm hotfix for user fixed the issue

iffy-pi commented 3 months ago

Released v4.21 that fixes the issue