JerryI / wolfram-js-frontend

Dynamic Notebook Environment for Wolfram Language written in Javascript
https://jerryi.github.io/wljs-docs/
GNU General Public License v3.0
277 stars 13 forks source link

Issue with Installation Process: Stuck During Initial Launch on `wolfram-js-frontend` #273

Closed singularitti closed 1 month ago

singularitti commented 1 month ago

I am writing to report an issue I have encountered with the installation process of the wolfram-js-frontend app on macOS. After downloading the app and launching it for the first time, the installation process gets stuck at the following output:

Downloading .zip archive to ~/Library/Application Support/wljs-notebook...
+ | 14
File successfully downloaded
Unzipping...
image

Unfortunately, the installation does not proceed beyond this point, and the app seems to be stuck indefinitely.

Here are the details of my environment and the steps I took:

The issue persists across different versions, Mac architectures, and app images. I have attached a screenshot of the installation process where the app gets stuck.

Please let me know if there are any additional steps I can take to resolve this issue or if you need further information.

JerryI commented 1 month ago

Hi @singularitti, We are sorry about this. Could you please try to run it from the terminal?

'./Applications/WLJS Notebook.app/Contents/MacOS/WLJS Notebook'

There will be more logs provided. I believe it supposed to be a bug with a module, that downloads this package, or some issues with rights.

JerryI commented 1 month ago

Hm... I think I see the reason. Could you please just try again? :) We dropped updates branch and left only main. Most probably an old instance of WLJS Notebook wrote to a config file an old branch name and then the launcher application tries to fetch it from there.

I put back updates. now it should work. We will fix this issue in a new release!

singularitti commented 1 month ago

It works now, thank you @JerryI!