Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New pads are stuck in "Loading..." #476

Closed
fmarier opened this issue Feb 21, 2012 · 2 comments
Closed

New pads are stuck in "Loading..." #476

fmarier opened this issue Feb 21, 2012 · 2 comments

Comments

@fmarier
Copy link

fmarier commented Feb 21, 2012

On my machine, I can load the etherpad-lite homepage just fine, but clicking on "new pad" leads me to a page that has the editing buttons and a "Loading..." message that doesn't go away. The editable text never shows up.

The console (I've set loglevel to DEBUG) shows:

[DEBUG] ueberDB - GET    - pad:7I0cDpUVNE - undefined - from database 
[INFO] http - 304, GET /p/7I0cDpUVNE
[DEBUG] socket.io - served static content /socket.io.js
[INFO] http - 200, GET /static/js/require-kernel.js
[INFO] http - 304, GET /static/css/pad.css
[INFO] http - 404, GET /static/custom/pad.css
[INFO] http - 200, GET /minified/pad.js
[INFO] http - 404, GET /static/custom/pad.js
[INFO] http - 304, GET /static/img/loading.gif
[INFO] http - 304, GET /static/img/leftarrow.png
[INFO] http - 304, GET /static/img/etherpad_lite_icons.png
[INFO] http - 404, GET /static/custom/pad.js
[INFO] http - 404, GET /minified/pad?callback=require.define
[INFO] http - 200, GET /minified/pad.js?callback=require.define

The Firebug console has this:

"NetworkError: 404 Not Found - http://127.0.0.1:9001/minified/pad?callback=require.define"
Attempt to load undefined module.
  throw new Error("Attempt to load undefined module.");                  require-kernel.js (line 429)

Setup:

  • node 0.6.11 and 0.6.7-pre
  • Ubuntu 10.04 and Debian Sid
  • Chromium and Firefox

I realize that this is not a particularly detailed bug report, but I'm not sure how to debug this further and find where it's getting stuck. I'm happy to do more testing/debugging if you can point me in the right direction.

@fmarier
Copy link
Author

fmarier commented Feb 21, 2012

The error message is similar to the one in issue #436 but I'm running this on Linux, not Windows.

@fmarier
Copy link
Author

fmarier commented Feb 21, 2012

Nevermind, it turns out I had forgotten to run bin/installDeps.sh (I only ran "npm install").

@fmarier fmarier closed this as completed Feb 21, 2012
muxator added a commit that referenced this issue Dec 18, 2019
This fixes some security vulnerabilites, among them an arbitrary file overwrite.


The output of `npm audit` goes from this:
  found 17 vulnerabilities (15 low, 2 high) in 13344 scanned packages
    run `npm audit fix` to fix 6 of them.
    1 vulnerability requires semver-major dependency updates.
    10 vulnerabilities require manual review. See the full report for details.

To this:
  found 5 vulnerabilities (3 low, 2 high) in 13370 scanned packages
    1 vulnerability requires semver-major dependency updates.
    4 vulnerabilities require manual review. See the full report for details.


Changelog:
- https://github.com/npm/cli/releases


6.13.4 (2019-12-11)
    BUGFIXES
    320ac9aee npm/bin-links#12 npm/gentle-fs#7 Do not remove global bin/man links inappropriately (@isaacs)

    DEPENDENCIES
    52fd21061 gentle-fs@2.3.0 (@isaacs)
    d06f5c0b0 bin-links@1.1.6 (@isaacs)

6.13.3 (2019-12-09)
    DEPENDENCIES
    19ce061a2 bin-links@1.1.5 Properly normalize, sanitize, and verify bin entries in package.json.
    59c836aae npm-packlist@1.4.7
    fb4ecd7d2 pacote@9.5.11
        5f33040 #476 npm/pacote#22 npm/pacote#14 fix: Do not drop perms in git when not root (isaacs, @darcyclarke)
        6f229f7 sanitize and normalize package bin field (isaacs)
    1743cb339 read-package-json@2.1.1

6.13.2 (2019-12-03)
    BUG FIXES
    4429645b3 #546 fix docs target typo (@richardlau)
    867642942 #142 fix(packageRelativePath): fix 'where' for file deps (@larsgw)
    d480f2c17 #527 Revert "windows: Add preliminary WSL support for npm and npx" (@craigloewen-msft)
    e4b97962e #504 remove unnecessary package.json read when reading shrinkwrap (@Lighting-Jack)
    1c65d26ac #501 fix(fund): open url for string shorthand (@ruyadorno)
    ae7afe565 #263 Don't log error message if git tagging is disabled (@woppa684)
    4c1b16f6a #182 Warn the user that it is uninstalling npm-install (@Hoidberg)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant