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

Ran into a weird error: EAGAIN #23

Closed
GuySawyer opened this issue Jun 27, 2014 · 2 comments
Closed

Ran into a weird error: EAGAIN #23

GuySawyer opened this issue Jun 27, 2014 · 2 comments

Comments

@GuySawyer
Copy link

Everything was working fine, until out of the blue I started getting this error which crashed my app:

fs.js:476
  var r = binding.read(fd, buffer, offset, length, position);
                  ^
Error: EAGAIN, resource temporarily unavailable
    at Object.fs.readSync (fs.js:476:19)
    at Object.fs.readFileSync (fs.js:310:28)
    at Object.exports.readAIN (/usr/local/lib/node_modules/bonescript/hw_capemgr.js:214:30)
    at Object.f.analogRead (/usr/local/lib/node_modules/bonescript/index.js:229:15)
    at null.<anonymous> (/home/debian/node_modules/thing-client/beagle1.js:647:18)
    at wrapper [as _onTimeout] (timers.js:252:14)
    at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)

Any idea how I can get through this?

Regards
Guy

@fivdi
Copy link
Owner

fivdi commented Jun 27, 2014

You appear to have reported this issue to the wrong project. It related to BoneScript, not onoff.

@fivdi fivdi closed this as completed Jun 27, 2014
@GuySawyer
Copy link
Author

Sorry.

Dealing with so many packages, lose track sometimes.

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

2 participants