-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example code, silently failing? #7
Comments
@NickCarton can you try cloning this and see if that works? |
So I found that the I ran the example and it runs like a charm, so I guess something is wrong with version 0.0.39 of neonplanaria? as 0.0.15 works fine. I upgraded neonplanaria to 0.0.39 in the neonlevel example and it hung. I'll try putting all this into a docker container and see if I can replicate again. |
Might be an issue with WSL or maybe my node install, but I haven't had any issues like this in other projects, I'll dig around further. |
Strange, I have it working fine within a docker container with the following Dockerfile
However, if you swap out
|
Just got back and tried out some other filters, with one working in 0.0.15. the code works after waiting a few minutes, it looks like the code hangs but continues to log out after a few minutes. However, I only have it working when using |
Hi,
I've been trying out neonplanaria and have been going through the documentation here.
However, when copying the example WeatherSV planaria code, I run
node index.js
and nothing happens, no console.logs are executed nor does anything else get invoked.Do you have any idea what might be the issue?
Node Version: v12.9.1
NPM Version: 6.11.2
Package Manager:
yarn
version 1.13.0Running on WSL Ubuntu 18.04.2 LTS.
Also tested on Powershell on Windows 10
The text was updated successfully, but these errors were encountered: