-
Notifications
You must be signed in to change notification settings - Fork 9
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
Daemon working correctly but signal-curses not showing contacts #4
Comments
It appears that something is up with the json in my data file being read in so I guess this is an issue with signal-cli not the signal-curses?
|
Sounds like it... If for some reason signal-cli doesn't load your contacts
and save them in the json file, then when we try and read them in,
signal-curses will run into problems.
I recall signal-cli not generating this part of the file until the daemon
has run once... And since in signal-curses we start the daemon and load the
UI at the same time (which reads the json) my thought is that you'll need
to run `signal-cli --daemon` on it's own first, give it a minute to grab
all of the data it needs, then close and start signal-cli.
On Tue, Oct 16, 2018, 9:20 AM riazm ***@***.***> wrote:
It appears that something is up with the json in my data file being read
in so I guess this is an issue with signal-cli not the signal-curses?
},
"contactStore": {
"contacts": []
},
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#4 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALwbNNx9CvSj6JOuiaQNqTFYvgriOXNks5uld0QgaJpZM4Xd51v>
.
--
…---
|
I tried this and it still broke, the problem is definitely in signal-cli though. Ithink it is AsamK/signal-cli#123 this issue |
Anyway, i tried to hack aronud this by just manually adding have you got any ideas for further hacking to fix this? I can send messages fine now! |
eugh i just checked sc.log (forgot about it) and found a bunch of
with the source both as me and +44friend so I'm guessing this once again isn't really your issue and is something to do with weird daemon behaviour. Ohhhh well. It's really frustrating because if I just sit looking at the receive coming in from my dbus I get all the messages, can send any messages I want if I just use phone numbers, but for whatever reason when i try to string it together, everything goes to hell. |
I'm also experiencing this issue. |
I think I have set up the signal-cli daemon correctly but when i run main.py I do not get any of my contacts loaded. I captured one log where my friend sent me a message but it does not show up..
I have one group partially loaded but if I try to send a message i it I get an error that the 'group does not exist' scrolling around curses, log below
The daemon.log doesn't appear to have updated after this, it still has the message about beetroot noodles
The text was updated successfully, but these errors were encountered: