node-purple
node-purple copied to clipboard
_pointer is apperently undefined in types.PurpleEventLoopUiOps
Hello. I am trying to use your library in ubuntu. I get following error when trying to execute the example.js:
entheogen@debian:~/chatlogs/node/node_modules/purple$ node example.js
/home/entheogen/chatlogs/node/node_modules/purple/lib/eventloop.js:112
event_loop_ui._pointer.fill(0);
^
TypeError: Cannot call method 'fill' of undefined
at Object.
What is the _pointer variable and why is it missing?
@tjfontaine I'm trying to get your example to run and I'm hitting this error as well. Would appreciate any guidance you can share.