You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this exception (line numbers are off by my additional logging):
java.lang.NoClassDefFoundError: org/signal/libsignal/net/CdsiLookupResponse$Entry
at org.whispersystems.signalservice.api.SignalServiceAccountManager.getRegisteredUsersWithCdsi(SignalServiceAccountManager.java:283)
at org.asamk.signal.manager.helper.RecipientHelper.getRegisteredUsersV2(RecipientHelper.java:239)
at org.asamk.signal.manager.helper.RecipientHelper.getRegisteredUsers(RecipientHelper.java:187)
at org.asamk.signal.manager.helper.RecipientHelper.getRegisteredUsers(RecipientHelper.java:179)
at org.asamk.signal.manager.internal.ManagerImpl.getUserStatus(ManagerImpl.java:278)
While trying to fetch users's identify on Linux. On Mac Silicon works just fine.
Looked at CdsiLookupResponse$Entry and it seems to be called from native code (it has @CalledFromNative). But have no idea so far why it's failing.
The text was updated successfully, but these errors were encountered:
Hm... interesting. I don't use custom libsignal-client, always use com.github.turasa:signal-service-java. Also, version mismatch most probably would behave similarly on Mac and Linux. OK, will do more testing.
dukhaSlayer
changed the title
java.lang.NoClassDefFoundError: org/signal/libsignal/net/CdsiLookupResponse$Entry on Linus
java.lang.NoClassDefFoundError: org/signal/libsignal/net/CdsiLookupResponse$Entry on Linux
Mar 3, 2025
Getting this exception (line numbers are off by my additional logging):
While trying to fetch users's identify on Linux. On Mac Silicon works just fine.
Looked at CdsiLookupResponse$Entry and it seems to be called from native code (it has @CalledFromNative). But have no idea so far why it's failing.
The text was updated successfully, but these errors were encountered: