dylang / grunt-notify

Automatic Notifications when Grunt tasks fail.
https://npmjs.org/package/grunt-notify
MIT License
921 stars 73 forks source link

[snarl] return_code: 4294967095 #115

Open julkue opened 8 years ago

julkue commented 8 years ago

I am not able to run grunt-notify with Snarl. What does the error code stand for?

rquadling commented 8 years ago

It is the 64bit reading of a 32bit -201.

What that means though I think depends upon Snarl.

From https://sites.google.com/site/snarlapp/developers/api-reference, Snarl isn't running on the local (or, in the case of a network request, remote) computer

julkue commented 8 years ago

How am I supposed to solve this problem?

rquadling commented 8 years ago

Do you have Snarl running? If you run grunt with -v, can you see the grunt notify debug info? If so, what do you see?

julkue commented 8 years ago

Well the title is the error message itself. This will be shown only when adding -v.

rquadling commented 8 years ago

But no messages attempting to execute or communicate with snarl in any way? Could you cut'n'paste what you see?