niels seidel
niels seidel
Any updates here? I would love to use it.
From nested calls I get a groupID and a new generated autherID (a.LZZ74fyMq9imQcLs). GroupID exists. The timestamp was put in statically. etherpad.createAuthor( req.user.username, function(err, author){ etherpad.createSession(groupID, author.authorID, 1414077328212, function(err, data){...
yes, both authorID and grouID are defined. I think the problem lays in the way the two functions are nested. I could not find a solution for my problem, but...
oh, it was so simple and not a bug. In contrast to the API the client needs an object containing the parameters: var args = { groupID: the_group.ep_group_id, authorID: author.authorID,...
Any updates on this issue?
I found a solution. Webpacke needs to use babel in order to transpile a version of javascript the minify can work with. See the babel manual: https://babeljs.io/docs/en/babel-plugin-proposal-async-generator-functions Babel configuration file...
See solution approach in #360
See solution approach in #360
I have the same problem and think its a matter of documentation. Fetching data through ajax should be optinal instead of mandatory.
it still hangs.