AsamK / signal-cli

signal-cli provides an unofficial commandline, JSON-RPC and dbus interface for the Signal messenger.
GNU General Public License v3.0
3.17k stars 299 forks source link

Full CDSI recipients refresh failed #1576

Closed cuu508 closed 3 weeks ago

cuu508 commented 1 month ago

I see warnings in logs when signal-cli 0.13.5 process starts up:

On the primary device:

WARN  RefreshRecipientsJob - Full CDSI recipients refresh failed, ignoring: You must have a token if you have previousE164s! (IllegalArgumentException)

On linked devices:

WARN  RefreshRecipientsJob - Full CDSI recipients refresh failed, ignoring: org.signal.libsignal.net.NetworkException: IO error: connection reset (IOException)

Other than the warnings, signal-cli appears to be working fine. Are these warnings a potential problem, or can they be ignored? Thanks!

AsamK commented 3 weeks ago

The errors are not critical, it means signal-cli can't check the list of known numbers for unregistered or reregistered accounts. The first message seems to be an inconsistent state, I'll add a workaround in the next version for it.

The second one, I'm not sure if it's related to the first error, or an unrelated network issue. Is there a proxy used on the linked device?