cebby2420 / via-desktop

VIA Desktop is an Electron application designed to provide an offline experience for VIA.
GNU General Public License v3.0
18 stars 0 forks source link

Doesn't seem to be able to download definitions on macOS #4

Closed andreiborisov closed 1 month ago

andreiborisov commented 1 month ago

Getting this error in the console:

CleanShot 2024-10-28 at 17 57 07@2x

cebby2420 commented 1 month ago

hey! which build are you using exactly? I've mostly tested on mac myself but maybe there's some difference in the environment.

It seems like the internal full webserver is failing to load anything, since the css file is also not loaded. Does the rest of the application do something or does the window stay white?

cebby2420 commented 1 month ago

Found it, apparently the electron-settings module I used for the onlyLocalDefinitions setting doesn't work in the server process so it fails. And my testing probably never came in that case.

cebby2420 commented 1 month ago

This should be fixed in the latest build.