meanmedianmoge / zoia_lib

Patch manager for Empress Effects ZOIA pedal
GNU General Public License v3.0
140 stars 19 forks source link

Check for Updates button fails #109

Closed meanmedianmoge closed 3 years ago

meanmedianmoge commented 3 years ago

Describe the bug Check for Updates button in the LS tab fails with error:

Traceback (most recent call last):
  File "/Users/rkm345/PycharmProjects/personal/zoia_lib/zoia_lib/UI/ZOIALibrarian_local.py", line 1107, in run
    count = update.check_for_updates()
  File "/Users/rkm345/PycharmProjects/personal/zoia_lib/zoia_lib/backend/patch_update.py", line 99, in check_for_updates
    with open(
FileNotFoundError: [Errno 2] No such file or directory: '/Users/rkm345/Library/Application Support/.ZoiaLibraryApp/Folders/Folders.json'

To Reproduce Steps to reproduce the behavior:

  1. Go to Local Storage tab
  2. Click on Check for Updates
  3. Process will fail, no response from UI

Expected behavior Should update patches.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

meanmedianmoge commented 3 years ago

Simple fix - see commit f16a15f.