-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
UnhandledPromiseRejectionWarning when using Etherpad remotely #3645
Comments
That kind of error on Etherpad 1.8.0-beta.1 code: etherpad-lite/src/node/db/SessionManager.js Lines 121 to 133 in ba38ed3
At the same location, Etherpad 1.7.5 has an empty line :) etherpad-lite/src/node/db/SessionManager.js Lines 127 to 130 in 6a3e4c6
|
Closing due to staleness. |
I installed Node.js on my server to run Etherpad Lite in order to use it remotely.
Etherpad Lite is called through its API from another website.
But when the website tries to load a pad previously created I get these errors:
I checked in the MySQL Etherpad store table but the session does exist.
So I have no idea where those errors come from.
Can someone help me.
Ubuntu 18.04
Node.js v10.16.3
Etherpad 1.7.5
MySQL 5.7
The text was updated successfully, but these errors were encountered: