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

Unsettled function bug in hook function #4880

Closed
meaz opened this issue Feb 27, 2021 · 1 comment
Closed

Unsettled function bug in hook function #4880

meaz opened this issue Feb 27, 2021 · 1 comment

Comments

@meaz
Copy link

meaz commented Feb 27, 2021

Describe the bug
In Firefox console, I see this

UNSETTLED FUNCTION BUG IN HOOK FUNCTION (plugin: ep_table_of_contents, function name: ep_table_of_contents/static/js/aceEditEvent:aceEditEvent, hook: aceEditEvent): The hook function neither called the callback nor returned a non-undefined value. This is prohibited because it will result in freezes when a future version of Etherpad updates the hook to support asynchronous behavior.

and also :
UNSETTLED FUNCTION BUG IN HOOK FUNCTION (plugin: ep_real_time_chat, function name: ep_real_time_chat/static/js/main:postAceInit, hook: aceInitialized): The hook function neither called the callback nor returned a non-undefined value. This is prohibited because it will result in freezes when a future version of Etherpad updates the hook to support asynchronous behavior. uM7pKcOTJwcqbKYUL64m line 24 > scriptElement line 25 > Function:67:1793

I'm not too sure what it means and if I have to disable those plugins... Pad seems to load without problem otherwise.

Server (please complete the following information):

  • Etherpad version: 1.8.10
  • OS: Debian buster
  • Node.js version (node --version): v14.16.0
  • npm version (npm --version): 6.14.11

Desktop (please complete the following information):

  • OS: Debian buster
  • Browser: firefox
  • Version [e.g. 22]: esr 78.8
@rhansen
Copy link
Member

rhansen commented Feb 28, 2021

I opened bugs against the plugins. You don't have to disable the plugins yet; those errors are warning about freezes that could happen with a future version of Etherpad if the bugs aren't fixed before then.

Thanks for reporting.

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

2 participants