this.on is not a function #20
Labels
No labels
dependencies
javascript
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
quodatum/basex-node#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Get this stacktrace when I run the server with the
basex.Session(host, port, user, pass)line.Node: 5.7.1 (latest)
npm: 3.6.0
Hi,
Your report looks very similar to #17.
Can you run the examples and the tests successfully?
If yes please provide a complete code sample of the problem.
Regards /andy
Hmm, I tried the tests and they all pass except for the stress test sending 1000000 items. Additionally the examples that I tried all worked fine as well.
I have managed to fix the issue I was having though by stopping BaseX, reinstalling Node.js and your BaseX package and then starting everything up again. Not entirely sure what the issue was as my code is still the exact same as it was:
Perhaps something had messed up in my Node install. Anyway thanks for the help and sorry for the trouble. This is a really great package!
Pleased it now works for you . Thanks for the kind words. The package could do with a bit of a refresh. I have not really used it against recent node versions. Pull requests welcome :-)