question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Abiword.js - stdoutCallback is not a function

See original GitHub issue

I have defined Abiword in my configuration:

"abiword" : "/usr/bin/abiword"

I see an error in the log file:


[2018-08-12 19:29:07.251] [ERROR] console - TypeError: stdoutCallback is not a function
    at ChildProcess.<anonymous> (/home/etherpad/etherpad-lite/src/node/utils/Abiword.js:94:7)
    at ChildProcess.emit (events.js:182:13)
    at ChildProcess.EventEmitter.emit (domain.js:442:20)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:238:12)

The export to ms-word, pdf and odf but works fine.

etherpad version: v1.6.6 abiword version : v3.0.2

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
hnj2commented, Apr 9, 2019

For me the problem came up when i tried to run etherpad lite in a alpine based docker container. The problem is that the abiword package doesn’t contain the abiword command plugin, it has to be installed directly (apk add abiword-plugin-command).

0reactions
dertuxmalwiedercommented, Mar 19, 2021

I updated from 5c9514f9 to cb9f6d67 and I can confirm the fix. Etherpad is moving too fast … 😃 thank you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error with Abiword 3 · Issue #2301 · ether/etherpad-lite · GitHub
But with the new Abiword 3 I get an ERROR when starting Etherpad (when abiword is ... [ERROR] console - TypeError: object is...
Read more >
I am getting this error: 'TypeError: callback is not a function ...
Notice that the function is still working properly, although it is returning the 'callback is not a function' error. What am I doing...
Read more >
[Bug framapad] messages d'erreur impossibles à copier-coller
ensure custom css/js files are created... start... [2013-03-14 20:00:01.255] [ERROR] console - TypeError: object is not a function.
Read more >
Is there a way to remove "TypeError: Expected signal to be an ...
etherpad-lite Abiword.js - stdoutCallback is not a function - JavaScript RHEL/CentOS packages don't update from node 6 to 8 properly (easy fix) -...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found