Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1

    MPN module - MismatchSenderId issue

    Hello,

    We are using lightstreamer, beside other things, to send android notifications using lightstreamer mpn module. It worked mostly with no problems, but now we started to get this exception when trying to send notification:

    Internal exception caught while sending notification: GCM service error: MismatchSenderId
    com.lightstreamer.h.k: GCM service error: MismatchSenderId
    at com.lightstreamer.h.d.n.b(n.java)
    at com.lightstreamer.h.d.n.b(n.java)
    at com.lightstreamer.h.d.s.d(s.java)
    at com.lightstreamer.l.c.aj.b(aj.java)
    at com.lightstreamer.l.c.aj.run(aj.java)
    at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:617)
    at com.lightstreamer.l.c.aw.d(aw.java)
    at com.lightstreamer.l.c.ax.d(ax.java)
    at com.lightstreamer.l.c.av.run(av.java)

    We checked everything and senderID and server api key have correct values

    We are using
    Lightstreamer Server Allegro-Presto-Vivace version 6.1.0 build 1817
    Android client 1.2

  2. #2
    Administrator
    Join Date
    Feb 2012
    Location
    Bologna, Italy
    Posts
    102
    Hello,

    did you recently migrate your project from GCM to Firebase Cloud Messaging? If this is the case, the migration has probably changed your sender ID.

    Since Server version 6.1 still uses GCM, you should ensure that you specify the sender ID you had before the migration. Using it everything should work correctly, at least until Google enforces the migration a year from now.

    Let us know if this is of help.
    Best regards,

    Gianluca

  3. #3
    Administrator
    Join Date
    Feb 2012
    Location
    Bologna, Italy
    Posts
    102
    Hello,

    do you have any news on this issue?
    Best regards,

    Gianluca

  4. #4
    Hi Gianluca,

    Sorry for delayed answer, but i tried to investigate this issue further. We have changed firebase account that we use, but we changed senderId and api key also. Can you explain me if this kind of issue can occur if mpn database tables got droped manually, because this is something that happened to us?

    Best regards,
    Lazar

  5. #5
    Administrator
    Join Date
    Feb 2012
    Location
    Bologna, Italy
    Posts
    102
    This kind of error can not related to the database. It is a backend service error. Dropping the tables, if performed when the Server is down, causes no harm (beside deleting devices and subscriptions, of course).

    We are in the process of developing a new version of the MPN Module that uses Firebase as a backend service. During this process we encountered this MismatchSenderId error too, for our own demo project, after migrating it to Firebase. The only way to fix it was to use the previous sender ID on the app, the one we had before the migration (together with its previous API keys on the Server).

    So far, our understanding of the Firebase migration process is that, once you migrate, the service console provides you with a new sender ID that is suitable for sending push notifications via Firebase Messaging only, not via GCM. I.e.:
    • An app using a sender ID provided by the GCM console obtains device tokens that are suitable for use with GCM backend service only.
    • An app using a sender ID provided by the Firebase console obtains device tokens that are suitable for use with Firebase Messaging backend service only.


    In fact, we also encountered the opposite service error: Firebase Messaging refusing a push notification because the sender ID was still the one provided by the GCM console.

    We will release the updated MPN Module soon, with it you will be able to use the new sender ID in your app. In the meantime, since the current MPN Module makes use of GCM, we are confident using your previous sender ID should fix the problem for you too.

  6. #6
    Hi Gianluca,

    Thank you for your detailed answer. When you talk about migration from GCM to Firebase, i am not sure that is case in our project. Because first project we created was through Firebase console, and then we switched to another, also created through Firebase. So i think there was no reason for migration at all. Also to note that this issue is not reproducible on all our test devices, just on some of them.

    Best regards,
    Lazar

  7. #7
    Administrator
    Join Date
    Feb 2012
    Location
    Bologna, Italy
    Posts
    102
    This changes the scenario completely. If you are experiencing the problem only on some devices, it may be due to how the device token is obtained. Let me explain.

    As per Google’s suggested practices, if the package version of the app doesn’t change, our Android client library skips requesting a device token and reuses the last one it obtained (which is always saved on the SharedPreferences). So, the error may be due to some of your devices still using a token obtained with the previous sender ID.

    If this is the case, uninstalling and reinstalling the app on those devices will force our client library to request a new token and should fix the problem.

    Let me know if this is of help.

  8. #8
    Administrator
    Join Date
    Feb 2012
    Location
    Bologna, Italy
    Posts
    102
    Hello again,

    any news on this issue?

  9. #9
    Hi Gianluca,

    Reinstalling application didn't solved issue on those devices, so we just stopped using them in test. Really don't know what is causing issue on few devices but not on all of them.

    Regards,
    Lazar

  10. #10
    We are in process of evaluating Lightstreamer server version 7. But when user try to subscribe on notifications i get following error in log: Bad request: Missing device ID.

    We changed only server part, client is the one we already used. Is it compatible at all? Because we are still using android client library 1.2

    Regards,
    Lazar

 

 

Similar Threads

  1. React Native - MNP Module
    By kgstefan88 in forum Client SDKs
    Replies: 2
    Last Post: October 19th, 2017, 02:54 PM
  2. Replies: 2
    Last Post: September 8th, 2016, 05:53 AM
  3. Web server/Lightstreamer dual deployment issue
    By CitiMan in forum Client SDKs
    Replies: 2
    Last Post: November 21st, 2006, 02:55 PM
  4. Replies: 0
    Last Post: November 9th, 2006, 05:12 PM
  5. Firefox 1.0 - 1.5.0.7 --> Status bar issue
    By Mone in forum Client SDKs
    Replies: 0
    Last Post: November 7th, 2006, 12:24 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
All times are GMT +1. The time now is 11:42 PM.