Downloading forever #141

Closed
opened 2026-02-20 15:15:15 -05:00 by deekerman · 5 comments
Owner

Originally created by @broonu on GitHub (Jul 27, 2017).

Originally assigned to: @NGPixel on GitHub.

I'm following this guide: https://docs.requarks.io/wiki/install
Installation hangs forever in this message:
⠉⠙ Remote wiki.js tarball found. Downloading...

Originally created by @broonu on GitHub (Jul 27, 2017). Originally assigned to: @NGPixel on GitHub. I'm following this guide: https://docs.requarks.io/wiki/install Installation hangs forever in this message: ⠉⠙ Remote wiki.js tarball found. Downloading...
deekerman 2026-02-20 15:15:15 -05:00
Author
Owner

@NGPixel commented on GitHub (Jul 27, 2017):

Make sure the process can access the internet + has write permissions to the folder it is being installed to.

@NGPixel commented on GitHub (Jul 27, 2017): Make sure the process can access the internet + has write permissions to the folder it is being installed to.
Author
Owner

@michielbeijer commented on GitHub (Aug 3, 2017):

I'm having the same issue here. Working on a Ubuntu Server in Virtualbox. A lot of folders do get downloaded. Managed to run install.js in the node_modules/wiki.js folder. Allowed me to run the web based configuration (on port 3000), but after that the wiki doesn't start. No error message, but 'node wiki stop' claims there is no such process.

@michielbeijer commented on GitHub (Aug 3, 2017): I'm having the same issue here. Working on a Ubuntu Server in Virtualbox. A lot of folders do get downloaded. Managed to run install.js in the node_modules/wiki.js folder. Allowed me to run the web based configuration (on port 3000), but after that the wiki doesn't start. No error message, but 'node wiki stop' claims there is no such process.
Author
Owner

@torbenj commented on GitHub (Aug 3, 2017):

I'm having the same issue running the installation in a docker container running debian.
I tried the same procedure a couple of days ago and it worked without any issues.

As I'm running docker on a windows machine I double checked with a docker instance on a linux machine, no success either.
I then tried to download the wiki-js.tar.gz archive as suggested in the "Behind a proxy?" section on https://docs.requarks.io/wiki/install.
Now I don't have the issue with the stuck "[..] Downloading..." message but instead with the "Local tarball found. Extracting..." message - on both machines. It just hangs there and seems to do nothing.

Edit:
I forgot about the running installation and now, after 6 hours of extracting the local package, it is still extracting 😃 So something is definitely wrong here

@torbenj commented on GitHub (Aug 3, 2017): I'm having the same issue running the installation in a docker container running debian. I tried the same procedure a couple of days ago and it worked without any issues. As I'm running docker on a windows machine I double checked with a docker instance on a linux machine, no success either. I then tried to download the `wiki-js.tar.gz` archive as suggested in the `"Behind a proxy?"` section on https://docs.requarks.io/wiki/install. Now I don't have the issue with the stuck "[..] Downloading..." message but instead with the "Local tarball found. Extracting..." message - on both machines. It just hangs there and seems to do nothing. Edit: I forgot about the running installation and now, after 6 hours of extracting the local package, it is still extracting 😃 So something is definitely wrong here
Author
Owner

@marc-farre commented on GitHub (Aug 4, 2017):

Same problem with me on 2 different machines (a virtual in France, an other one hosted on Infomaniak).

I managed to extract manually wiki-js.tar.gz and node_modules.tar.gz (in node_modules) and modified the node_modules/wiki.js/install.js by removing :

then(() => {
  isContainerBased && console.info('>> Fetching tarball...')
  return tasks.installFromLocal().then(succeeded => {
    return (!succeeded) ? tasks.installFromRemote() : true
  })
})

If I run node wiki configure, server works up to the mongodb configuration and then it stops with a ✖ Not Found message.
If I manually configure the config.yml, I can run node wiki start, it works but I have no admin account...

@marc-farre commented on GitHub (Aug 4, 2017): Same problem with me on 2 different machines (a virtual in France, an other one hosted on Infomaniak). I managed to extract manually wiki-js.tar.gz and node_modules.tar.gz (in node_modules) and modified the node_modules/wiki.js/install.js by removing : ``` then(() => { isContainerBased && console.info('>> Fetching tarball...') return tasks.installFromLocal().then(succeeded => { return (!succeeded) ? tasks.installFromRemote() : true }) }) ``` If I run `node wiki configure`, server works up to the mongodb configuration and then it stops with a `✖ Not Found` message. If I manually configure the config.yml, I can run `node wiki start`, it works but I have no admin account...
Author
Owner

@NGPixel commented on GitHub (Aug 4, 2017):

See #193

@NGPixel commented on GitHub (Aug 4, 2017): See #193
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/wiki#141
No description provided.