GithubHelp home page GithubHelp logo

Comments (6)

marauder37 avatar marauder37 commented on May 23, 2024

Also, this is the traceback for the causing exception.

Have you thought about the best way to handle these 410 responses?

pusherr

from django-webpush.

jonderwaater avatar jonderwaater commented on May 23, 2024

I have the same error. Strangely the push notifications is sent, even though this exception is raised.

from django-webpush.

marauder37 avatar marauder37 commented on May 23, 2024

@jonderwaater unfortunately that will not be reliable. You may/may not receive each notification. For our users it looks random whether the notification is received.

One root cause of the exception is having a webpush subscription in Django that is no longer registered in the browser. Notifications are sent to each subscription in sequence. So if you have two subscriptions, one revoked and one active, sometimes the notification will be sent to the active subscription before the exception is raised. But if the revoked subscription is first in the queryset, the exception will be raised before the notification is sent, and you won't get it.

from django-webpush.

safwanrahman avatar safwanrahman commented on May 23, 2024

Thanks for the issue. I am working on a solution that will delete or update the revoked webpush permission.

from django-webpush.

jonderwaater avatar jonderwaater commented on May 23, 2024

I implemented a solution here: https://github.com/jonderwaater/django-webpush/tree/20190329-handle_410_response
Probably broke some other things along the way though.

from django-webpush.

safwanrahman avatar safwanrahman commented on May 23, 2024

Sorry for the issue. It has been fixed with 09996c0

from django-webpush.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.