Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dataMessage.message is always null #581

Open
2 tasks done
wking0702 opened this issue Aug 29, 2024 · 1 comment
Open
2 tasks done

dataMessage.message is always null #581

wking0702 opened this issue Aug 29, 2024 · 1 comment

Comments

@wking0702
Copy link

The problem

Hello.

I've encountered an issue where dataMessage.message is always null. Initially, after connecting, the data was received, but over time, only "empty" messages were sent.

Interestingly, there are other containers with identical settings but different numbers, and everything works fine there.

I would appreciate any help in resolving the issue or at least in identifying the cause.

{
   "envelope":{
      "source":"+38096ХХХХХХ",
      "sourceNumber":"+38096ХХХХХХХ",
      "sourceUuid":"0ХХХХ",
      "sourceName":"Username ",
      "sourceDevice":1,
      "timestamp":1722238386596,
      "dataMessage":{
         "timestamp":"7XXXXXX",
         "message":null,
         "expiresInSeconds":0,
         "viewOnce":false
      }
   },
   "account":"+3809ХХХХХХХХХХХ"
}

Are you using the latest released version?

  • Yes

Have you read the troubleshooting page?

  • Yes

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

@bbernhard
Copy link
Owner

That information comes directly from signal-cli, so I am afraid there is not much that I can do here. What you could try is a complete re-registration - i.e remove the signal-cli-config folder from the filesystem and register the number again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants