Giter VIP home page Giter VIP logo

Comments (2)

heinemml avatar heinemml commented on August 17, 2024

It looks like your device hasn't registered for push notifications with your server.

If it has registered the log output would be like this:

2015/09/07 13:00:34 [DEBUG] Accepted a connection
2015/09/07 13:00:34 [DEBUG] Received request: NOTIFY dovecot-username="[email protected]" dovecot-mailbox="INBOX"
2015/09/07 13:00:34 [DEBUG] Sending notification to XXXXXXXX-YYYY-1234-ABCD-1234567890AB / ABCDEF012345567890ABCDEF1234567098ABCDEF12345677
2015/09/07 13:00:34 [DEBUG] Returning success:

So the "Returning success:" Line is normal (but it also did confuse me in the beginning).

So I guess the problem is, that you exchanged the software including the database but the devices don't know this. I think you could also trigger this by turning off and on the Push mode for this account on your device. If your got multiple users my advice would be to wait some time until the devices register themselfs again (I see this every few hours). It should look something like this:

2015/09/06 23:14:57 [DEBUG] Accepted a connection
2015/09/06 23:14:57 [DEBUG] Received request: REGISTER aps-account-id="XXXXXXXX-XXXX-1234-XXXXXXXXXXX"    aps-device-token="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"      aps-subtopic="com.apple.mobilemail"     dovecot-username="[email protected]"     dovecot-mailboxes=("INBOX","Sent Messages")
2015/09/06 23:14:57 [DEBUG] Returning success: com.apple.mail.XServer.4d4a1983-c679-466b-8f28-30a657ddc00c

from dovecot-xaps-daemon.

michaaa avatar michaaa commented on August 17, 2024

You are right. I seems there is no device registered for this account. But the reason is something else. I think I see what the problem is: The database json format is between twistd-version and go-version is not compatible. So rewriting json file or re-register all devices should fix this issue.

from dovecot-xaps-daemon.

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.