The problem
i sending text to my friend using end point /v2/send. in starting —it is working but last night showing this error.
Failed to load resource: the server responded with a status of 400 (Bad Request) /v2/send
> "INFO AccountHelper - The Signal protocol expects that incoming messages are regularly received.
> WARN RefreshRecipientsJob - Full CDSI recipients refresh failed, ignoring: HTTP error: 404 Not Found (NetworkProtocolException)
> java.lang.NullPointerException: Cannot invoke "org.asamk.signal.manager.storage.recipients.RecipientId.id()" because "recipientId" is null
> at org.asamk.signal.manager.storage.recipients.RecipientStore.getContact(RecipientStore.java:1471)
> at org.asamk.signal.manager.storage.recipients.RecipientStore.getContact(RecipientStore.java:330)
> at org.asamk.signal.manager.helper.SendHelper.sendMessage(SendHelper.java:82)
> at org.asamk.signal.manager.internal.ManagerImpl.sendMessage(ManagerImpl.java:653)
> at org.asamk.signal.manager.internal.ManagerImpl.sendMessage(ManagerImpl.java:627)
> at org.asamk.signal.manager.internal.ManagerImpl.sendMessage(ManagerImpl.java:762)
> at org.asamk.signal.commands.SendCommand.handleCommand(SendCommand.java:255)
> at org.asamk.signal.commands.CommandHandler.handleLocalCommand(CommandHandler.java:37)
> at org.asamk.signal.App.handleLocalCommand(App.java:281)
> at org.asamk.signal.App.handleCommand(App.java:182)
> at org.asamk.signal.App.init(App.java:147)
> at org.asamk.signal.Main.main(Main.java:56)
> "
Are you using the latest released version?
Have you read the troubleshooting page?
What type of installation are you running?
signal-cli-rest-api Docker Container
In which mode are you using the docker container?
JSON-RPC Mode
What's the architecture of your host system?
x86-64
Additional information
No response
The problem
i sending text to my friend using end point /v2/send. in starting —it is working but last night showing this error.
Are you using the latest released version?
Have you read the troubleshooting page?
What type of installation are you running?
signal-cli-rest-api Docker Container
In which mode are you using the docker container?
JSON-RPC Mode
What's the architecture of your host system?
x86-64
Additional information
No response