Pr0Ger / PyAPNs2

Python library for interacting with the Apple Push Notification service (APNs) via HTTP/2 protocol
MIT License
349 stars 179 forks source link

Broken pipe #67

Closed omidontop closed 5 years ago

omidontop commented 6 years ago

This seems to be a more serious issue which I have seen a couple of times and it does not go away with a resend and requires a restart of the daemon:

[2018-07-10 12:09:19 AM] [hpack.hpack              ] [DEBUG] HPACK encoding <generator object inner at 0x7f78a12cb4a0>
[2018-07-10 12:09:19 AM] [hpack.hpack              ] [DEBUG] Adding (':method', 'POST') to the header table
[2018-07-10 12:09:19 AM] [hpack.hpack              ] [DEBUG] Encoding 3 with 7 bits
[2018-07-10 12:09:19 AM] [hpack.hpack              ] [DEBUG] Adding (':scheme', 'https') to the header table
[2018-07-10 12:09:19 AM] [hpack.hpack              ] [DEBUG] Encoding 7 with 7 bits
[2018-07-10 12:09:19 AM] [hpack.hpack              ] [DEBUG] Adding (':authority', 'api.development.push.apple.com') to the header table
[2018-07-10 12:09:19 AM] [hpack.hpack              ] [DEBUG] Encoding 64 with 7 bits
[2018-07-10 12:09:19 AM] [hpack.hpack              ] [DEBUG] Adding (':path', '/3/device/************************* [HIDDEN] ***************************') to the header table
[2018-07-10 12:09:19 AM] [hpack.hpack              ] [DEBUG] Encoding 63 with 7 bits
[2018-07-10 12:09:19 AM] [hpack.hpack              ] [DEBUG] Adding ('apns-topic', 'com.organization.Application') to the header table
[2018-07-10 12:09:19 AM] [hpack.hpack              ] [DEBUG] Encoding 62 with 7 bits
[2018-07-10 12:09:19 AM] [hpack.hpack              ] [DEBUG] Encoded header block to �����
[2018-07-10 12:09:19 AM] [root                     ] [ERROR] [Errno 32] Broken pipe
stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.