Nicholas Bennett

Results 5 comments of Nicholas Bennett

CORRECTION: Running in Nativ Mode

Thx, now the error is: {"error":"Couldn't create QR code: no data to encode"} I call the URL: /v1/qrcodelink?device_name=signal-api

In normal mode it's not working. In json-rpc mode it sends back: {"error":"This endpoint is not supported in JSON-RCP mode."}

I started the container with the following command: $ sudo docker run -d --name signal-api --restart=always -p 8080:8080 \ -v $HOME/.local/share/signal-api:/home/.local/share/signal-cli \ -e 'MODE=json-rpc' bbernhard/signal-cli-rest-api Under /v1/about I get the...

> > I started the container with the following command: $ sudo docker run -d --name signal-api --restart=always -p 8080:8080 -v $HOME/.local/share/signal-api:/home/.local/share/signal-cli -e 'MODE=json-rpc' bbernhard/signal-cli-rest-api > > Under /v1/about I...