Skip to content
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

Can't maintain a solidified connection #6

Closed
mynamebrody opened this issue Oct 6, 2015 · 3 comments
Closed

Can't maintain a solidified connection #6

mynamebrody opened this issue Oct 6, 2015 · 3 comments

Comments

@mynamebrody
Copy link

Here is output of running an app consistently for a handful of minutes. My first though is that the server looses connectivity to the network due to WiFi issues or something and then it can't gracefully recover, you have to reboot the app to get it working again.

master => ~/GitHub/pizzadash/ npm start

> [email protected] start /Users/brodyberson/GitHub/pizzadash
> sudo node app.js

node_pcap: EthernetFrame() - Don't know how to decode ethertype 34958
node_pcap: EthernetFrame() - Don't know how to decode ethertype 34958
node_pcap: EthernetFrame() - Don't know how to decode ethertype 34958
node_pcap: EthernetFrame() - Don't know how to decode ethertype 34958
@hortinstein
Copy link
Owner

Thanks, I will try to replicate this.

@hortinstein
Copy link
Owner

I have not been able to replicate this, but thought of a solution to periodically reset the pcap capture session if it is not responding. I will try to implement it in a branch to see if I can cause a reinit of the pcap session that might alleviate it.

@ecaron
Copy link
Contributor

ecaron commented Jan 16, 2016

This error just appears to be pcap being a bit noisy in its output to console.log, and doesn't actually reflect any broken functionality.

I opened a PR in node_pcap (node-pcap/node_pcap#195) and once/if that gets merged then I'll submit a smaller PR for node-dash-button to silence pcap's output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants