SMS notification errorafter upgrade to 6.5 version

george2 days ago

hello,when i try to send a test sms notification message from server with 6.5 version i get this error
ss" crossorigin="anonymous"><link rel="stylesheet" href="//cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css" crossorigin="anonymous"><style>.bg-body { background: LightGray; } .bg-default { background: White; } .bg-brand { background: #007bff; background: linear-gradient(45deg, #007bff, #7E57C2); } .bg-brand-dark { background: #405060; } .comment { overflow-x: auto; } /* bootstrap styles */ .comment img { max-width: 100%; height: auto; } pre { padding: 1rem; border-radius: .25rem; background: #f8f9fa; } blockquote { margin-bottom: 1rem; font-size: 1.25rem; padding: 0 0 0 15px; border-left: 5px solid #eee; } </style></head><body class="bg-body"><div class="py-1 bg-dark"><div class="container"><nav class="navbar navbar-expand-md navbar-dark"><button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#mainMenu"><span class="navbar-toggler-icon"></span></button><a class="navbar-brand" href="/"><img class="d-inline-block align-top mr-2" width="30" height="30" title="Traccar" src="data:image/svg+xml;base64,.......................

Anton Tananaev2 days ago

Check the API request to see if it's failing.

george2 days ago

thank you

Andres Garcia2 days ago

Desde la actualización 6.5 no están llegando las alertas por sms

Anton Tananaev2 days ago

There were no significant changes to SMS. What provider are you using? Any errors?

george2 days ago

Experimento el mismo problema con la versión 6.5. La versión anterior, la 6.4, funciona bien y enviaba mensajes SMS

Andres Garcia2 days ago

En este caso no es el proveedor ya que en otro servidor tengo la versión 6.4 y está funcionando bien las notificaciones por SMS

Anton Tananaev2 days ago

Well, if you don't provide any details, I won't be able to help.

It's really not working in 6.5
erro.png

Anton Tananaev2 days ago

Looks like everyone refuses to provide details I asked for.

I use an open system that doesn't have a log (as incredible as it may seem) that actually sends notifications to WhatsApp, it's my own system on my server that is working normally, but stopped after the update.

Anton Tananaev2 days ago

Well, the error indicates that your open system is returning an error. But you're not providing any more details about your configuration, so it's not possible to tell anything beyond that.

I went back to version 6.4 and it worked again, waiting for someone to provide more information to solve the problem.

tambiu2 days ago

I have the same issue after upgrade to 6.5, works for commands, but not for notifications.

jinzo17 hours ago

From the limited debugging I have done, it seems that nothing gets POST-ed (eg. POST data is empty). Digging deeper.