Abiword.js - stdoutCallback is not a function
See original GitHub issueI 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:
- Created 5 years ago
- Comments:12 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
).I updated from 5c9514f9 to cb9f6d67 and I can confirm the fix. Etherpad is moving too fast … 😃 thank you.