node-apn / node-apn

:calling: Apple Push Notification module for Node.js
MIT License
4.37k stars 681 forks source link

apn write failed: GOAWAY: PROTOCOL_ERROR Stream 5 does not exist #727

Open JasinYip opened 8 months ago

JasinYip commented 8 months ago
failed: [
    {
    "device": "...",
    "error": {
      "jse_shortmsg": "apn write failed: GOAWAY: PROTOCOL_ERROR Stream 5 does not exist",
      "jse_info": {},
      "message": "apn write failed: GOAWAY: PROTOCOL_ERROR Stream 5 does not exist"
    }
  },
]

What does this error means? Is it banned by Apple? Or any other reason for this? Thanks a lot.

dchahla commented 7 months ago

bad cert handling try easy-apn (npm) it should fix your problem.