yuna icon indicating copy to clipboard operation
yuna copied to clipboard

Auto Update Failing

Open LoganxDev opened this issue 6 years ago • 3 comments

Describe the bug When starting the Yuna application a window will appear saying "A new update is available starting download" right after that message another will appear saying "An error occurred downloading update, click hear to download manually." The correct link for Github release is given but it can never seem to reach it.

To Reproduce Steps to reproduce the behavior:

  1. Open Application
  2. Wait a second or two
  3. View dialog box pop up in top right for download
  4. Shortly after the second red dialog box will pop up saying an error has occurred.

Expected behavior The application should download the update and install it on application quit.

Screenshots Screen Shot 2020-03-10 at 8 48 43 AM

Specs:

  • OS: Mac
  • Version 10.15.3

I also see this on my Windows machine.

LoganxDev avatar Mar 10 '20 15:03 LoganxDev

I have no control over if the auto-update works or not, it's a dependency. Seems to never work on mac though so I'll probably just disable it there.

If you don't want the error message you can disable auto-update in the settings.

beeequeue avatar Mar 10 '20 16:03 beeequeue

Did some more research and found this article:

https://blog.avocode.com/get-that-damn-windows-auto-update-working-on-electron-b60945a6cfdf

I guess electron-builder only runs on Windows and requires a wine wrapper for MacOS and Linux.

LoganxDev avatar Mar 14 '20 06:03 LoganxDev

It barely functions on windows as well, so I'll have to write my own implementation of it in the future.

beeequeue avatar Mar 14 '20 12:03 beeequeue