-
Notifications
You must be signed in to change notification settings - Fork 26
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
signal-cli-rest-api
example works but cannot register signalbot
device
#51
Comments
Maybe I need to have this service running in the background? https://github.com/bbernhard/signal-cli-rest-api - and I see in the readme it says "To run the the bot you need to start the signal-cli-rest-api service and link your device with it.". I linked my device, and then I stopped the service. |
Yes, the python package acts as a handy wrapper around the signal-cli-rest-api service which is responsible for interacting with the signal servers |
I'm not sure what the issue is but you could head to signal-cli-rest-api since its coming from that project |
Thanks @filipre ! I confirmed that the issue does not happen with https://github.com/bbernhard/signal-cli-rest-api. Specifically, this command in the readme does not work:
It first yields an error about the Next, the QR code does not work or generate (says error, cannot generate). This command fixes it:
Then I'm able to complete step 1 of the README. Is this helpful? Do you need any further details on these errors to reproduce? Thanks so much!! This might be related to the following issues when I try to complete the README: Running this command:
Results in this error:
I already confirmed that I'm able to run the example here: https://github.com/bbernhard/signal-cli-rest-api?tab=readme-ov-file#dockerized-signal-messenger-rest-api and successfully sent a test message. |
Closing due to inactivity, please re-open if you are still having issues. |
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 test messages using the example:
However, when I continue along this repo's readme, and run step 1:
This succeeds.
But when I proceed to step 2, I get this error:
Screenshot:
The full log:
Has anyone else run into this? Any ideas on how to debug?
The goal is to integrate with the Claude API (https://docs.anthropic.com/claude/reference/getting-started-with-the-api) and my Open Interpreter (https://github.com/OpenInterpreter/open-interpreter).
Really excited to test this out!!
The text was updated successfully, but these errors were encountered: