webpush icon indicating copy to clipboard operation
webpush copied to clipboard

webpush, Encryption Utilities for Web Push protocol

Results 15 webpush issues
Sort by recently updated
recently updated
newest added

Only in the last month or so, I've intermittently been getting Webpush::Unauthorized errors, with message `invalid push subscription endpoint` for Chrome users. It only affects 2-3 users, keeps up for...

From time to time we're getting this error: ``` vendor/bundle/ruby/2.4.0/gems/webpush-0.3.4/lib/webpush/request.rb:39:in `perform': host: fcm.googleapis.com, # body: InvalidTokenFormat InvalidTokenFormat Error 400 (Webpush::ResponseError) from vendor/bundle/ruby/2.4.0/gems/webpush-0.3.4/lib/webpush.rb:42:in `payload_send' ``` Any reason why this isn't handled...

We see a few delivery errors (`Webpush::ResponseError`) from our logs for the *Windows Push Notification Services* (WNS): ``` host: wns2-sg2p.notify.windows.com, # body: ``` All the browsers that we have tested...

Hey I've set up my webpush application, and subscription and all works fine (mostly mobile) but when sending the delivery % is low. For instance today I sent 5,105 and...

```ruby Webpush.generate_key ``` Will raise `pkeys are immutable on OpenSSL 3.0 (OpenSSL::PKey::PKeyError)`