After stopping and restarting my Raspberry Pi which runs Traccar server my SMS notifications have stopped working. I get the following error when I try a Test All Channels notification. Email and web notifications are okay. Can anyone help ?
com.google.inject.ProvisionException: Unable to provision, see the following errors:
1) [Guice/NullInjectedIntoNonNullable]: null returned by binding at MainModule.provideSmsManager()
but the 1st parameter of NotificatorSms.<init>(NotificatorSms.java:39) is not @Nullable
at MainModule.provideSmsManager(MainModule.java:162)
at NotificatorSms.<init>(NotificatorSms.java:39)
\_ for 1st parameter
at NotificatorSms.class(NotificatorSms.java:39)
while locating NotificatorSms
What version of Traccar are you using and what configuration?
Sorry Anton. Found the problem. traccar.xml editing error, only activated on restart,
After stopping and restarting my Raspberry Pi which runs Traccar server my SMS notifications have stopped working. I get the following error when I try a Test All Channels notification. Email and web notifications are okay. Can anyone help ?