-
-
Notifications
You must be signed in to change notification settings - Fork 105
unable to send push notification to ios devices #37
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
Comments
When this happens? What is your environment? What are you trying to do: start the server or trigger a push? |
Trigger a push, this happens. I sent a curl command I got this message in the console. DEBUG=apn VERBOSE=1 node index.js |
Closing as outdated |
I am getting below error. could you please guide me.
App/0verb parse-server-push-adapter APNS APNS Connection 0 Socket Error2016-09-15T17:22:18.430+0530
App/0 ^2016-09-15T17:22:18.449+0530
App/0 throw err;2016-09-15T17:22:18.449+0530
App/0Error: socket hang up2016-09-15T17:22:18.451+0530
App/0 at TLSSocket.onHangUp (_tls_wrap.js:1054:19)2016-09-15T17:22:18.451+0530
App/0 at TLSSocket.g (events.js:260:16)2016-09-15T17:22:18.451+0530
App/0 at endReadableNT (_stream_readable.js:921:12)2016-09-15T17:22:18.451+0530
App/0 at emitNone (events.js:72:20)2016-09-15T17:22:18.451+0530
App/0 at nextTickCallbackWith2Args (node.js:442:9)2016-09-15T17:22:18.451+0530
App/0 at process._tickDomainCallback (node.js:397:17)2016-09-15T17:22:18.452+0530
App/0npm ERR! Linux 3.19.0-33-generic2016-09-15T17:22:18.505+0530
App/0npm ERR! argv "/home/vcap/app/vendor/node/bin/node" "/home/vcap/app/vendor/node/bin/npm" "start"2016-09-15T17:22:18.506+0530
App/0npm ERR! node v4.5.02016-09-15T17:22:18.512+0530
App/0npm ERR! code ELIFECYCLE2016-09-15T17:22:18.516+0530
App/0 at TLSSocket.emit (events.js:166:7)2016-09-15T17:22:18.451+0530
App/0npm ERR! Exit status 72016-09-15T17:22:18.523+0530
App/0npm ERR! Failed at the [email protected] start script 'node index.js'.2016-09-15T17:22:18.523+0530
App/0npm ERR! This is most likely a problem with the parse-server-example package,2016-09-15T17:22:18.524+0530
App/0npm ERR! not with npm itself.2016-09-15T17:22:18.525+0530
App/0npm ERR! Tell the author that this fails on your system:2016-09-15T17:22:18.526+0530
App/0npm ERR! node index.js2016-09-15T17:22:18.526+0530
App/0npm ERR! npm bugs parse-server-example2016-09-15T17:22:18.528+0530
App/0npm ERR! You can get information on how to open an issue for this project with:2016-09-15T17:22:18.527+0530
App/0npm ERR! Or if that isn't available, you can get their info via:2016-09-15T17:22:18.529+0530
App/0npm ERR! 2016-09-15T17:22:18.530+0530
App/0npm ERR! npm owner ls parse-server-example2016-09-15T17:22:18.532+0530
App/0npm ERR! There is likely additional logging output above.2016-09-15T17:22:18.532+0530
App/0npm ERR! 2016-09-15T17:22:18.523+0530
App/0npm ERR! Please include the following file with any support request:2016-09-15T17:22:18.543+0530
App/0npm ERR! /home/vcap/app/npm-debug.log2016-09-15T17:22:18.544+0530
App/0npm ERR! npm v2.15.9
The text was updated successfully, but these errors were encountered: