akuse-app/akuse

Error starting application

MatheusSFelix opened this issue · 3 comments

When I try to start the application it stops on this screen (image), I have already checked the data in clientData.js and it is correct, I have also given "npm run dist:win" and installed it, but even so a login screen does not appear (so I understand the code, I think this login screen was supposed to appear)

image

In this step the app should fetch all the anime data and display it, so it seems to be a problem related to the anilist api (The login is not mandatory anymore so I exclude it as the reason of your bug).
I suggest you to open the DevTools and see if there is any error in console, and to check again if your clientData.js is 100% correct.

Ohhh, I didn't even know you could open DevTools in the app window. It seems that what was missing was the img/sharp-win32-x64 installation. Thank you for your help and patience.

image

Working :)
image

yep electron apps are basically chrome instances so you can do that
cheers