Replies: 2 comments
|
Do you also get the same error when you try to register the number in the |
0 replies
|
Hey, I also had the error in Thanks for your reply. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello.
I am currently trying to register a new number.
With the command:
curl -X GET -H "Content-Type: application/json" 'http://192.168.10.61:8080/v1/about'I get the response:
{"versions":["v1","v2"],"build":2,"mode":"json-rpc","version":"0.97","capabilities":{"v2/send":['quotes',"mentions"]}}When I now try to register a new number with:
curl -X POST -H "Content-Type: application/json" --data '{"use_voice": false}' 'http://192.168.10.61:8080/v1/register/+491XXXXXXXXX'I get this response:
{"error":"Failed to load the given account"}Can anyone tell me what I'm doing wrong here?
This is my docker compose:
Thx for help
All reactions