Closed joshbg2k closed 6 years ago
I suspect this might be a threading issue specific to the combination of electron + node-gphoto2.
Did you follow the instructions on using native modules with electron?
The nan
warnings are just that: A warning that these methods will be removed in the future.
Thanks, yeah that's exactly what the issue was. I solved shortly after I reported it and would have updated the issue, but I had forgotten about reporting it.
I get several Nan-related warnings when I install this in my Electron project. I seem to have all the main dependencies installed, but some functions aren't working. I've confirmed I'm using Nan 2.9.2. Warnings include:
I'm having issues calling getConfig and downloadPicture (possibly more) in an Electron project. Calling them causes the Electron project to lock up and no further errors appear to the logged. Note that takePicture is working fine. I'm not positive that the Nan warnings are related to the function calls failing. Any ideas?