signal-cli-rest-api icon indicating copy to clipboard operation
signal-cli-rest-api copied to clipboard

Dockerized Signal Messenger REST API

Results 85 signal-cli-rest-api issues
Sort by recently updated
recently updated
newest added

aligned initial docker example with the docker example starting at line 73. /home/user/signal-api:/home/.local/share/signal-cli Having two different file paths (naming signal-api vs signal-cli) was confusing me when I was setting this...

### The problem Unable to link to a device unfortunately. I was able to run these steps on a Lightsail Ubuntu AWS machine: https://github.com/bbernhard/signal-cli-rest-api?tab=readme-ov-file#getting-started To test, I sent a few...

I wrote a utility script over at [signal-cli-to-file](https://github.com/jneidel/signal-cli-to-file) that receives incoming messages from signal-cli-rest-api and save them as files. It's required for my basic use case for signal-cli: > My...

### The problem I am using https://github.com/haberda/hassio_addons/tree/master/signal_messenger and https://www.home-assistant.io/integrations/signal_messenger/. Everything seems to work okay but I am getting constant warning messages "JSON result was not a dictionary or list with...

### The problem While trying to get sending messages to a group to work, I got the error > Invalid group id: Failed to decode groupId (must be base64) The...

### Feature Request What would be the easiest way to integrate this with the Claude API? https://docs.anthropic.com/claude/reference/getting-started-with-the-api Needed to integrate with my open interpreter (https://www.openinterpreter.com/ / https://github.com/OpenInterpreter/open-interpreter). Thanks so much!...

### Feature Request Is there a way to have authentication on the endpoint for this? I feel like anyone with access to the server name and IP address can just...

### The problem ``` { exception: { message: 'org.signal.libsignal.protocol.NoSessionException: missing sender key state for distribution ID 96839a83-c7f4-46dd-b0cf-60f1c96a7437', type: 'ProtocolNoSessionException' }, envelope: { source: 'REDACTED', sourceNumber: null, sourceUuid: 'REDACTED', sourceName: 'Eduard',...

### The problem Since update to the lattest docker version i got this: {"error":"ERROR: JAVA_HOME is set to an invalid directory: /opt/java/openjdk Please set the JAVA_HOME variable in your environment...

### The problem When you send a message to a phone number, there are notifications. ### Are you using the latest released version? - [X] Yes ### Have you read...