I'm attempting to send notifications to my via via Back4App.com which is a parse backend server, but nothing is being sent and I'm not sure why.
Everything was working fine, when I first implemented it - but now that I have rolled out the current app version to TestFlight I am no longer able to send notifications from the dashboard - getting the following error: stream ended unexpectedly.
I have tried recreating and re-uploading both the development and production push certificates but still having the same issue. I've also tested on a APNs service which is sending notifications as expected.
Any ideas what I could have missed here?
Related
My authentication web app seem to work fine when I deployed it on heroku. Basically, the app is supposed to send email verification to the user's email account, and Ive used both googleapis and nodemailer as my dependencies. It worked fine initially and I didn't touch my code after. Still, the following day when I tested it with users it failed to send an email verification to the user, and upon testing on my localhost, it threw this error:
GaxiosError(Request failed with status code ${translatedResponse.status}, opts, translatedResponse);
It seems to come from my node modules, but given that I have never touched or amended any of my code before it was working fine, I have no clue what caused this error suddenly.
I've used tokbox for video calling, and implemented VoIP push notification by following steps from here.
As the script run son the backend it shows that push has been sent successfully, but VoIP push didn't received at app side.
While application is receiving the APNs notifications successfully.
Can any one please suggest the solution for this?
Yes, After googling and healthy searching finally I got the problem with solution.
Actually problem was, when be try to getting the VoIP notification then we also need to enable the push notification as well.
Second thing is, I was testing the VoIP notification with the APN tester which was not right. then I tried houston to send the VoIP notification. There is different approach to send the VoIP notifications.
For houston these commands I've used:
Install houston:
$ (sudo) gem install houston
Send VoIP notification: $ apn push "<token>" -c /path/to/apple_push_notification.pem -m "Hello from the command line! "
Hope this will help someone else!!
Happy coding :)
This might be a tough thing to figure out but i have to give it a try.
With no changes i am aware of, my jenkins just stopped sending out e-mail notifications. I use jenkins 1.609 and email extension plugin 2.40.5. Jenkins runs as a service using a service user who also has the rights on the server to send e-mails. Ports to our smtp-server are unlocked. Used telnet for testing that everything works as expected. SMTP-server works fine, so it has something to do with jenkins and i cant figure out what is going wrong.
For some unknown reason jenkins still fails to send e-mails. When i use the test-feature that jenkins offers i get: javax.mail.AuthenticationFailedException: 535 5.7.3 Authentication unsuccessful which tells me that either user or pw is incorrect, but as mentioned i've checked many times, it's setup correctly. Can anyone help out with this?
UPDATE:
After decrypting the password i can safely say that jenkins does save the password correct. Is there any way i can check that jenkins actually compares the correct encrypted passwords with each other? From my understanding jenkins uses 2 different encrypting techniques, maybe it uses tech1 for stored pw and tech2 for compare pw?
ANOTHER UPDATE:
Just tried adding a new certificate to the keystore, just in case, still no change.
MORE UPDATES:
Tried updating the mailer plugin- no change
Tried different users - all failed with the same error
So no matter what user i try, they all fail, but have jenkins execute a script which sends e-mails using said users it works.
August 18, 2016 - no change
I am using mod_Push module to send push notification.
After starting this module, my messaging service has stopped and as I stop this module, it starts working again. I customized the mod_push module and used user_send_packet hook so that I can send push notification for each and every message received at server.
Log is as follows giving crash in mod_mam
[error] <0.16149.0>#ejabberd_hooks:run_fold1:371 {function_clause,[{mod_mam,should_archive,[ok],[{file,"src/mod_mam.erl"},{line,308}]},{mod_mam,user_send_packet,4,[{file,"src/mod_mam.erl"},{}
Your mod_push will need to be updated to support the latest version of ejabberd API. The log you provided shows that messages are lost because mod_push is crashing archiving module, probably by passing an incorrect return from an ejabberd API hook.
Password recovery is not working on the server after deployment. It is working fine on the localhost. I checked password recovery template and it is showing active. I am getting all the other mails after deployment such as order confirmation and welcome mails but there is some problem in password recovery. If I check the message queue it is showing sent but we are not receiving it. I tried to change the message template and if I keep only the text instead of any URL's than it is working fine but when I add passwords recovery URL we are not getting mails. If URL is a problem than how my other mails are working. I haven't made any changes in the core files. I checked on the nopcommerce forum but there are no one facing this issue.
Any help will be appreciated.